MichalStrehovsky / zerosharp

Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2k stars 103 forks source link

Bug fix for the new version of ILC #30

Closed nifanfa closed 2 years ago

MichalStrehovsky commented 2 years ago

Thanks but the problem was that this code stopped kicking in because the targets got rearranged in the latest packages:

https://github.com/MichalStrehovsky/zerosharp/blob/8bc7a12d1f08afa081454abf87eade5bfc340355/no-runtime/noruntime.csproj#L36-L41

Fixed in #31.

nifanfa commented 2 years ago

cool