dotnet / ILMerge

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

Error: /allowMultiple specified without specifying /copyattrs #55

Open antrv opened 5 years ago

antrv commented 5 years ago

If /allowMultiple argument is specified before /copyattrs, ILMerge returns the error: /allowMultiple specified without specifying /copyattrs.

There should be no errors.

antrv commented 5 years ago

Related issue in ILMerge.Tools: #https://github.com/wade/ILMerge.Tools/issues/2