Stuart Lang @stu.dev · 11d

Today I'm releasing AotAnywhere, a package which enables cross platform publishing support for dotnet NativeAOT. Before this package you had to use multiple different runners, with AotAnywhere you can publish for all targets from any single host. This is continuing the great work of @migeel.sk

18 likes 4 replies

?

Replies

Chet Husk · 11d

Brilliant - I'm glad someone has taken the time to really polish this up! The difficulty in doing cross-OS NAOT publishing rally holds .NET back IMO.

Kevin Jones · 11d

Have you tried it with .NET 11? We introduced some interesting new CryptoKit things that maybe might make things a little more difficult. More symbols, at least.

Stuart Lang · 11d

A link to the repo with further details: github.com/slang25/AotA...

Marc-André Moreau · 11d

Wow, I'll have to try this out! I'm a big fan of cross-compilation, and using Linux runners for everything. I've got you covered for code signing: github.com/Devolutions/...