ILMerge
ILMerge copied to clipboard
ILMerge is a static linker for .NET Assemblies.
Hello, I'm having a problem which I'm not able to solve yet, I have an app that has 2 Projects: General Helper Both are setup with ILMerge, basically the idea...
Hello, I'm receiving the error at the end of the following log, with some generic types. I was able to reproduce the problem in the attached solution (please check README.txt)....
I use ILMerge with System.Memory.dll, and inside it the type `Span` was merged out to be marked with Obsolete: ```cs [DebuggerDisplay("{ToString(),raw}")] [DebuggerDisplay("{ToString(),raw}")] [DebuggerTypeProxy(typeof(System.SpanDebugView))] [DebuggerTypeProxy(typeof(System.SpanDebugView))] [DefaultMember("Item")] [Obsolete("Types with embedded references are...
Greetings, i've just noticed that some of my forms get displayed with wrong size after i merge the program. I've tried to recreate the form from scratch with the same...
I recently ran into the error `"ILMerge.Merge: The assembly 'Foo' was not merged in correctly. It is still listed as an external reference in the target assembly."` There are a...
My simplified scenario is that I have two .NET 4.8 class libraries: _AssemblyA_ with some logic and _AssemblyB_ with some assembly attributes (e.g. Copyright and Company) that I want copied...
I meet a problem that I try to access the dll, but it failed! Please is there a better solution about this problem.
i get this error when merging assemblies Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'ILMerge, Version=3.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16' or one of its dependencies. Strong name validation failed. (Exception...
Do you have a plan to support NETCore?