ILRepack.Lib.MSBuild.Task icon indicating copy to clipboard operation
ILRepack.Lib.MSBuild.Task copied to clipboard

MSBuild task for ILRepack which is an open-source alternative to ILMerge.

Results 26 ILRepack.Lib.MSBuild.Task issues
Sort by recently updated
recently updated
newest added

ILRepack task always fails with the above error. This is even if the target is in an external file, or in the csproj. Even if the assembly list to merge...

Hello @ravibpatel I have created a new C# project and used ILRepack.Lib.MSBuild.Task.2.0.18.1 and added below code in my project .csproj file and it works absolutely fine, but when I add...

if using dotnet build instead of msbuild there is an error that Microsoft.Build.Utilities.v4.0 cannot be found! The "ILRepack" task could not be loaded from the assembly ...\.nuget\packages\ilrepack.lib.msbuild.task\2.0.18\build\ILRepack.Lib.MSBuild.Task.dll. Could not load...

The documentation (which is very sparse btw) says, put the config in the project. But the file gets ignored if I build the whole solution.

i nuget ILRepack 2.0.18.2 into my winform program with vs2019, rebuild the exe but nothing happend, all the dll files still in my debug filefolder. can somebody tell me why?

The PrimaryAssemblyFile seems to be added only on Release Builds via a relative path. `..\..\[...]\UIControls.dll` **Debug Log** ``` INFO: IL Repack - Version 2.0.18 VERBOSE: Runtime: ILRepack.Lib.MSBuild.Task, Version=2.0.18.2, Culture=neutral, PublicKeyToken=f7072046361f3979...

Hello, I would like to use ILRepack MSBuild Task on Linux, but having a dependency on **Microsoft.Build.Utilities.v4.0** make it impossible to use it. ``` error MSB4062: The "ILRepack" task could...

I have several entry points, one of them is .Net Framework 4.8 console application. Libraries are standard 2.0 ILRepack here is not working after installation. If I manually include ILRepack.target...

making the targets file more practical, i'd suggest giving a normal explanation in the readme as how to make a nice custom targets file as well.

When using the TaskScheduler package (https://github.com/dahall/taskscheduler) in a project and using ILRepack to merge all assemblies, I get the following error: error : Duplicate type System.Collections.Generic.EventedList`1 from GroupControls.dll, was also...