.NET Community Toolkit 8.3 Released with .NET 8 and NativeAOT Support
Briefly

The .NET Community Toolkit 8.3 introduces full support for .NET 8 and NativeAOT, enhancing performance, fixing bugs, and improving developer experience.
The primary feature of the 8.3 release is the compatibility of all APIs with trimming and ahead-of-time compilation, ensuring smooth integration in advanced scenarios.
Despite some limitations with ObservableProperty support, developers are encouraged to use AOT-compatible source generators to avoid reflection-based warnings.
Performance improvements allow developers to disable the INotifyPropertyChanging interface when unnecessary, optimizing application performance specifically for frameworks like UWP and WinUI 3.
Read at InfoQ
[
|
]