· · 1 minuten lezen

.NET 10 wordt Geleverd met Ubuntu 26.04 LTS — Dit Is Nieuw

Ubuntu 26.04 LTS (Resolute Raccoon) is uitgebracht met .NET 10 als eersteklas toolchain. Native AOT, Chiseled containers, Linux 7.0.

.NET Linux Ubuntu Containers Docker Native AOT .NET 10
Dit bericht is ook beschikbaar in:English, Català, Español, Deutsch, Français, Português, Italiano, 日本語, 中文, 한국어, Русский, हिन्दी, Polski, Türkçe, العربية, Bahasa Indonesia

Dit bericht is automatisch vertaald. Klik hier voor de originele versie.

Het is Ubuntu LTS-dag. Ubuntu 26.04 (Resolute Raccoon) is vandaag uitgebracht met .NET 10.

.NET 10 in twee commando’s installeren

sudo apt update
sudo apt install dotnet-sdk-10.0

.NET is een van de officieel ondersteunde toolchains op Ubuntu.

Containers: -noble bijwerken naar -resolute

sed -i "s/noble/resolute/g" Dockerfile

Native AOT: 3ms opstart, 1,4MB binair bestand

apt install -y dotnet-sdk-aot-10.0 clang
dotnet publish app.cs
# native binair bestand van 1,4MB, opstart in 3ms

Voor cloud-native workloads waarbij koude starttijd belangrijk is — Functions, containers, serverless — een echte gamechanger.

.NET 8 of 9 nodig?

apt install -y software-properties-common
add-apt-repository ppa:dotnet/backports
apt install -y dotnet-sdk-8.0

Het volledige bericht bevat meer details.

Delen:
Bekijk de broncode van dit bericht op GitHub ↗
← Azure MCP Server Is Nu een .mcpb — Installeer het Zonder Runtime