You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 is just a single assembly, the above error occurs.
Cannot get this to work.
The text was updated successfully, but these errors were encountered:
The workaround I came across for this same issue is below:
I had this issue and I believe the fix was adding an inputassemblies reference in ILRepack.targets. Please note the expandable ReferencePathWithRefAssemblies inclusion. Just add the file name and exclude the .dll (file type).
This fix was taken from https://www.meziantou.net/merging-assemblies-using-ilrepack.htm
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 is just a single assembly, the above error occurs.
Cannot get this to work.
The text was updated successfully, but these errors were encountered: