il-repack icon indicating copy to clipboard operation
il-repack copied to clipboard

Open-source alternative to ILMerge

Results 117 il-repack issues
Sort by recently updated
recently updated
newest added

Hi, my project is a Windows Forms application that uses the .NET Framework version 4.8. The project uses several external dependencies, and I'm hoping to merge them into a single...

Hi, Had been working in a problem where ILRepack was a perfect fit, so thanks for making it available. Although everything was working fine, there were two things i needed...

Hey Im trying to merge two dlls file as postbuild event this is the command : IF $(ConfigurationName) == Release "$(SolutionDir)Isolator\build\Binaries\ilrepack\2.0.18\tools\ILRepack.exe" /log:"$(TargetDir)ILRepack\MergeLogTypemock_Configuration.txt" /out:"$(TargetDir)ILRepack\TypeMock.dll" /internalize "$(TargetDir)TypeMock.dll" "$(TargetDir)Configuration.dll" /keyfile:"$(SolutionDir)Isolator\TypeMock.Framework\TypeMock.Core\KeyPair.snk" and log output:...

I'm using `ILRepack.MSBuild.Task 2.0.1` on `.NET 5.0.100-preview.7` with target framework `netstandard2.0`. I'm getting the following error when I run `dotnet build` on the command line: ``` C:\Projects\NetFabric.Hyperlinq\NetFabric.Hyperlinq.SourceGenerator\NetFabric.Hyperlinq.SourceGenerator.csproj(31,5): error : Specified...

It would be great to have an option to remove all items from an assembly that are non-referenced. .. With an option to exclude specified attribute names (allow for multiple)...

The following code fails when run through ilrepack on windows. the error is `Unhandled Exception: System.TypeLoadException: Derived method 'Meth' in type 'TestIlRepack.ArrayHandler``1' from assembly 'x, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' cannot reduce...

bug
needs-info

Hi. I'm getting the error "Failed to resolve assembly" during merge. The problem is that I don't need this assembly to be merged as it will be available in target...

Here's my take on the topic. In order to use completely vanilla cecil I've moved Win32 resource handling into a separate step that includes minimal PE reader/writer based on cecil...

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies

Internalize has the ability to specify "excludefile"; however it would be good if you could also set exclusions given the full type name. It would also be good to allow...