ravibpatel / ILRepack.Lib.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
107 stars 30 forks source link

Adding AllowDuplicateNamespaces option #18

Closed michel-pi closed 4 years ago

michel-pi commented 4 years ago

When merging files with references to the same assemblies they contain the same types, namespaces or attributes. The default behaviour seems to rename these duplicates.

This adds the option to add one or more namespaces to a list of allowed duplicates.

I never worked with MSBuild tasks so i am not sure if i edited everything needed to get the option recognized. Im up for comments.