Skip to content

No changes needed - dotnet-gcdump.dll copy behavior verified#1621

Closed
Copilot wants to merge 1 commit intofix-refsfrom
copilot/sub-pr-1619-again
Closed

No changes needed - dotnet-gcdump.dll copy behavior verified#1621
Copilot wants to merge 1 commit intofix-refsfrom
copilot/sub-pr-1619-again

Conversation

Copy link
Contributor

Copilot AI commented Nov 19, 2025

Addresses review feedback on #1619 requesting verification that dotnet-gcdump.dll is properly copied to output directories and included in the NuGet package.

Verification Results

The existing implementation is correct:

  • Build-time: <Reference> elements with HintPath have implicit Private=true, causing dotnet-gcdump.dll to copy to bin output directories automatically
  • Pack-time: Custom MSBuild target packages the DLL from bin directories into NuGet lib/net8.0 and lib/net10.0 directories
  • Consumer projects: DLL is automatically available via standard NuGet lib directory behavior

Verified by building the project, inspecting output directories, and examining the generated NuGet package structure. No code changes required.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update gcdump publish and fix transitive references No changes needed - dotnet-gcdump.dll copy behavior verified Nov 19, 2025
Copilot AI requested a review from bart-vmware November 19, 2025 17:17
@TimHess TimHess closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants