MichalStrehovsky / zerosharp

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

with-runtime no longer work #2

Closed kant2002 closed 3 years ago

kant2002 commented 4 years ago

I try to play with that repository. EFI example most fun 😄 . Other examples is interesting as well.

I experience issue with with-runtime project which does not work. I believe to make it work it is required to update binaries, but better it is handled not by me.

MichalStrehovsky commented 4 years ago

Yeah, that demo is rather fragile. Building Test.CoreLib out of CoreRT repo and placing it there is the best course of action for now.