MetanoKid / MetanoKid/msbuild-flame-graph
Reduce the number of .dll files in output directory
Open
enhancement
- Dominant language
- C#
- Stars
- 42
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now, every `.dll` in from project references ends up in the output folder.
Is there a way to prevent most of them from being copied while still being able to run it from `.exe`?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the project-reference and MSBuild output behavior that places .dll files beside the .exe. Determine which dependencies are required at runtime, then verify that the output contains fewer copied assemblies while the generated .exe still runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100