Y
Hacker News
new
|
ask
|
show
|
jobs
by
giulianob
653 days ago
You mean `dotnet publish -r linux-x64 --self-contained` ? This will embed the runtime in the executable. You can also do trimming so it removes anything that's not used. Also, there's AOT but it's got a ways to go.