ILRepack.FullAuto icon indicating copy to clipboard operation
ILRepack.FullAuto copied to clipboard

Full automatic ILRepack executor on .NET, .NET Core and .NET Framework environments.

Results 7 ILRepack.FullAuto issues
Sort by recently updated
recently updated
newest added

I need to merge just one assembly, `ILRepackInputAssemblies` property does nothing and I do not want to go through each of my dependencies to exclude them. Is it possible?

enhancement
question

All I did is adding Debug;Release to the first PropertyGroup in ILRepack.FullAuto.targets. It doesn't work even after reverting the change. "$(_ILRepack_IsTargetConfiguration)" element was expected to be evaluated as a boolean...

question

Hi, thanks for creating this package. I'm trying to utilise this package to re pack SQL Server CLR stored procedure and dependencies into a single dll file. Any help in...

question

Running on Ubuntu 23.10, .NET SDK 7.0, referenced the 1.5.0 version of the package, no other configuration added. Build output: ``` $ dotnet pack -c Release MSBuild version 17.4.8+6918b863a for...

bug

ILRepack.FullAuto.targets line 59 “$(ILRepackBuildEnable) AND $(_ILRepack_IsTargetConfiguration)” I tried changing the condition to $(ILRepackBuildEnable) == 'True' AND $(_ILRepack_IsTargetConfiguration) == 'True'. The compilation succeeded, but nothing happened; it did not package my...

question

When I publish from Visual Studio (using build configuration "Release"), the unpacked code is published (normal building works like a charm). Any idea on what I have to change so...

bug
question

I've previously tried setting up ILRepack manually but had a problem where it said the following: `ERROR: Duplicate type Il2Cpp._PrivateImplementationDetails_ CONSOLE: System.InvalidOperationException: Duplicate type Il2Cpp._PrivateImplementationDetails_ from Il2CppAmplifyImpostors.dll, was also present...

help wanted
question