Thursday, December 27, 2018

.NET Core Native builds (CoreRT)


Not quite as easy as with GoLang, but at least it is possible to get native executable from C# code.

dotnet/corert: This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.

CoreRT is an AOT-optimized .NET Core runtime...
compiling a .NET Core Console application with CoreRT.


corert/samples/HelloWorld at master · dotnet/corert @ GitHub

dotnet new console -o HelloWorld > cd HelloWorld
dotnet new nuget

No comments: