icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.5k stars 169 forks source link

Fix non-AOT compatible code #103

Closed kant2002 closed 2 years ago

kant2002 commented 2 years ago

Changes applied to singl-file executable as well. Incompatible changes with these modes documented at https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file#api-incompatibility

christophwille commented 2 years ago

For documentation purposes: https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file#api-incompatibility

kant2002 commented 2 years ago

Is there something which I should act on?

kant2002 commented 2 years ago

Is there something which I should act on?

christophwille commented 2 years ago

My comment was only about the "Why" this change is a good idea (I knew about this problem, others might not).

kant2002 commented 2 years ago

Friendly ping.