Y
Hacker News
new
|
ask
|
show
|
jobs
by
vexna
1820 days ago
You can actually add `-p:PublishReadyToRun=true` to your `dotnet publish` command and it will do AOT compilation for you. It blows up your executable a bit, but it does pretty much give you warmed up code at the get go.
1 comments
manigandham
1820 days ago
That's only partial compilation and not the full AOT available with something like CoreRT.
link