๐Ÿš€ Weโ€™re excited to announce the launch of .NET Community Toolkit 8.4! This release brings partial properties support for MVVM Toolkit generators, new analyzers, and bug fixes among other enhancements. Get ready to elevate your development experience! #DotNet #CommunityToolkit
One of the most awaited additions is the support for partial properties in the MVVM Toolkit. This means you can now define observable properties more seamlessly, leveraging new C# features added in .NET 9 SDK! This improvement enhances integration with C# language features, making coding smoother. #CSharp #MVVM
Say goodbye to the hassle of complex property definitions! With the new code fixer, migrate your `[ObservableProperty]` fields to partial properties with a single click in Visual Studio. Clearer code and better support await you! #VisualStudio #CodeFix
In addition to the partial properties, we've introduced a whole suite of new MVVM Toolkit analyzers. They're designed to guide you in writing correct, bug-free code in MVVM scenarios. Check out the new diagnostics available for improved tooling! #Analyzers #DotNetDev
We've also made various other improvements! From validating Windows SDK versions to supporting attributes on generated accessors, this release streamlines your workflow even further. Explore the full changelog for details. #DevUpdates #Tech
Ready to dive in? You can find the source code in our GitHub repo, docs on MS Learn, and API references online. Your feedback has been invaluable, so let us know your experiences and insights! Happy coding! ๐Ÿ’ป #OpenSource #GetStarted
This thread was auto-generated from the original post, which can be found here: https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-840/.
Announcing .NET Community Toolkit 8.4! Partial properties support for MVVM, new analyzers, and more! - .NET Blog

Announcing the official release of the .NET Community Toolkit 8.4, with partial properties support for MVVM, new analyzers, and more!

.NET Blog