dotnet / ILMerge

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

Ignore specific input PDBs #30

Open ghost opened 6 years ago

ghost commented 6 years ago

This issues is a request for a temporary workaround for issues with ILMerge where it cannot process the new portable .NET PDB format. Can a option be added to ILMerge to ignore one or more input PDB(s) so as to avoid processing a known PDB that's in the portable format?

dzeitlin commented 4 years ago

Portable PDBs (for example produced by SharpDX nuget), fails ILmerge and should be an option to support them or at least skip them.

mike-barnett commented 4 years ago

I believe I have fixed this with this commit. It has been published on NuGet as version 3.0.41. Please try it out and let me know if it handles your problem.