Do not copy satellite assemblies to output directory
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Currently whenever an assembly (e.g. System.Windows.Interactivity) contains references to satellite assemblies, these assemblies are automatically copied to the output directory. In a lot of cases where the final "product" has not localization this automatic copying can be really annying since you can only get rid of these assemblies by adding a task that deletes them afterwards as a postbuild step.
In environments where the continouus integration build takes very long this can be annyoing since first the files are copied (which costs time) and have to be deleted (which costs time).
Also every time a developer creates a small tool he has to manually add a task to delete those files.
That said, it would be helpful if there would be an option to not copy the satellite assemblies to the output directory.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.