Announcing .NET Community Toolkit 8.4

One of the key highlights is the introduction of partial properties for the MVVM Toolkit, enabled by new C# language features available in the .NET 9 SDK. As stated, this enhancement integrates property declarations more closely with the C# language, improving support for modifiers such as newsealedoverride, and required. Developers can now apply custom attributes and accessibility modifiers to properties, fields, or accessors.

Please refer here for the details.