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

RuntimeFeature should be both a class and static #14

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

https://sourceroslyn.io/#Microsoft.CodeAnalysis.CSharp/Symbols/AssemblySymbol.cs,53e2008a5d2e7dba

Can't compile due to it expecting a static class for RuntimeFeature

MichalStrehovsky commented 3 years ago

Fixed in #16