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

Fix "Unresolved external symbol String___ctor" at efinoruntime build #18

Closed valentinbreiz closed 3 years ago

valentinbreiz commented 3 years ago

Changed String type from sealed to abstract.

MichalStrehovsky commented 3 years ago

This was caused by the *.csproj file using an ancient version of the compiler. Fixed in https://github.com/MichalStrehovsky/zerosharp/commit/26b8800c63f2ddbbfc1927861299008a59f916d9.