emerbrito / ILMerge-MSBuild-Task

Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.
MIT License
54 stars 15 forks source link

`AllowDuplicateTypes` is not defined in the `AdvancedSettings.cs` #38

Closed astrohart closed 2 years ago

astrohart commented 2 years ago

I think that there is a bug in AdvancedSettings.cs.

According to the project wiki, the configuration file, in its Advanced section, is supposed to allow us to specify AllowDuplicateTypes (which is listed in the wiki reference document as having a null default value by the way, which is probably a typo, since it should be false).

However, when I look at AdvancedSettings.cs, there is no property that corresponds to AllowDuplicateTypes defined.

astrohart commented 2 years ago

Never mind, I withdraw this issue, upon further inspection, I found where the property was declared. Thank you.