Microsoftの.NET開発チームは2月25日(現地時間)、「.NET 10 Preview 1」をリリースしました。リリースには.NETランタイム、SDK、ライブラリ、C#、ASP.NET Core、Blazor、.NET MAUI多くの改善と新機能が含まれています。
ライブラリの改善では、SHA-1以外のサムプリントで証明書を見つける機能の追加や、文字列の正規化APIの追加、Zipアーカイブのパフォーマンス向上などが行われています。ランタイムの改善には、配列インターフェイスメソッドの仮想化解除や、値型の配列のスタック割り当て、AVX10.2のサポートが含まれます。SDKに関しては、フレームワークが提供するパッケージ参照を剪定し最適化する機能が追加されました。
その他、C#、ASP.NET Core & Blazor、.NET MAUI、Windowsフォーム、WPF、Entity Framework Coreなどに関して多くの変更が行われています。
リリースノートは以下の通りです。
Libraries
- Finding Certificates By Thumbprints Other Than SHA-1
- Finding PEM-encoded Data in ASCII/UTF-8
- New Method Overloads in ISOWeek for DateOnly Type
- String Normalization APIs to Work with Span of Characters
- Numeric Ordering for String Comparison
- Adding TimeSpan.FromMilliseconds Overload with a Single Parameter
- ZipArchive performance and memory improvements
- Additional TryAdd and TryGetValue overloads for OrderedDictionary
- More Left-Handed Matrix Transformation Methods
- Full Release Notes
Runtime
- Array Interface Method Devirtualization
- Stack Allocation of Arrays of Value Types
- AVX10.2 Support
- Full Release Notes
SDK
C#
- nameof in unbound generics
- Implicit span conversions
- field backed properties
- Modifiers on simple lambda parameters
- Experimental feature – String literals in data section
- Full Release Notes
F#
This release you will find updates across the F# language, FSharp.Core standard library, and FSharp.Compiler.Service.
Visual Basic
ASP.NET Core & Blazor
- OpenAPI 3.1 support
- Generate OpenAPI documents in YAML format
- Response description on ProducesResponseType
- Detect if URL is local using RedirectHttpResult.IsLocalUrl
- Improvements to integration testing of apps with top-level statements
- QuickGrid RowClass parameter
- Blazor script as a static web asset
- Route syntax highlighting for Blazor RouteAttribute
- Full Release Notes
.NET MAUI
This release focused on quality improvements for .NET MAUI. In addition to the CollectionView enhancements for iOS and Mac Catalyst are included in this release, browse through the full GitHub release notes for all of the improvements.
.NET for Android
.NET for iOS, Mac Catalyst, macOS, tvOS
Browse the full release notes for all of this and more.
Windows Forms
- Clipboard related serialization and deserialization changes
- Obsoleted Clipboard APIs
- New Clipboard related APIs
- Full Release Notes
Windows Presentation Foundation (WPF)
This release focused on quality improvements. A full list of changes can be found in the release notes.
Entity Framework Core
- Support for the .NET 10 LeftJoin operator
- ExecuteUpdateAsync now accepts a regular, non-expression lambda
- Full Release Notes
Container Images
Microsoftはリリースに関し、以下の「開封」動画も公開しています。
最新版はこちらからダウンロード可能です。
[via Neowin]