Open dotfede opened 5 years ago
I can't guess exactly, but the exception on the call stack comes from ILRepack
.
I am observing the same problem if the argument --runtime win-x64
is supplied to the command dotnet build
.
If this parameter isn't supplied or --runtime win
is supplied instead, it works.
V2.0.13
Repro project available here
Steps to reproduce:
Using.ILRepack.V2
csproj and uncomment line 8The following build error occurs:
Notice this error does not occur using latest
V1
.