jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.73k stars 624 forks source link

Specified method is not supported. #900

Closed phani123hh closed 1 year ago

phani123hh commented 1 year ago

I'm using ILRepack.MSBuild.Task 2.0.13 on .NET 7.0.202 with target netstandard2.0. I don't get the error when I build inside Visual Studio. I'm getting the following error when I run dotnet build on the command line:

image

Quick solution will be appreciated.

SimonCropp commented 1 year ago

you should raise that in the ilrepack project