dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

Error message allowDup parameter misspelled #39

Closed nnpcYvIVl closed 6 years ago

nnpcYvIVl commented 6 years ago

Can you fix the following error message to say allowDup instead of alllowDup?

ILMerge.Merge: ERROR!!: Duplicate type 'Microsoft.VisualStudio.Setup.Configuration.IEnumSetupInstances' found in assembly 'Microsoft.Build.Tasks.Core'. Do you want to use the /alllowDup option?

jnm2 commented 6 years ago

This is already fixed in https://github.com/Microsoft/ILMerge/pull/20.

jnm2 commented 6 years ago

@mike-barnett Would this have shipped on NuGet yet?