Tag

AOT

Browsing articles related to AOT.

8 articles
1 Current page
Summary of AOT Usage Experience

Summary of AOT Usage Experience

From the beginning of the project, develop the good habit of promptly performing AOT publish tests whenever new features are added or newer syntax is used.

沙漠尽头的狼 2/7/2026 2:26 PM
.NET 10 Preview 1 Released

.NET 10 Preview 1 Released

Today .NET 10 Preview 1 was released. I downloaded it immediately, upgraded the Avalonia UI project and blog website. The former passed functional testing and AOT publishing successfully, the latter debugging went fine, but Docker has not been successful yet.

沙漠尽头的狼 2/25/2025 6:21 AM
.NET8 Officially Released, New Changes in C#12

.NET8 Officially Released, New Changes in C#12

Although .NET 8 brings many enhancements in areas such as artificial intelligence, cloud-native, performance, native AOT, etc., I am still most interested in the changes in the C# language and some framework-level aspects. Below I introduce the new features in C# 12 and the framework that I find most practical.

不止dotNET 11/17/2023 5:36 PM
.NET 8.0 AOT DebugView

.NET 8.0 AOT DebugView

DebugView is an application that allows you to monitor debug output on your local system or on any computer on a network accessible via TCP/IP.

JusterZhu 8/29/2023 1:44 PM