8.1.0 Preview 1
Pre-release
Pre-release
Breaking changes (since 8.0.0) 💥
- All
Ref<T>
-like types in the HighPerformance package are now .NET 7 only - Removed a .NET Standard 2.0 only overload for
LockExtensions
(which was marked as preview)
What's Changed (since 8.0.0) 🆕
- Correct typo in converters by @heku in #394
- Fix for using C# 8.0 projects (e.g. UWP projects stuck on .NET Core 3) by @zhuman in #398
- Multi-target Roslyn dependency in MVVM Toolkit generators by @Sergio0694 in #428
- Move language diagnostics to diagnostic analyzers by @Sergio0694 in #433
- Move diagnostics for orphaned observable property attributes to analyzer by @Sergio0694 in #434
- Don't use ISymbol in IncrementalValuesProvider nodes by @Sergio0694 in #435
- Update URLs for Status Badges in Readme by @michael-hawker in #439
- Use ForAttributeWithMetadataName when possible by @Sergio0694 in #436
- readme enhancement for nuget package by @WeihanLi in #444
- Replace characters from StringBuilder to reduce string allocations by @Youssef1313 in #447
- Enable explicit attribute forwarding for [ObservableProperty] by @Sergio0694 in #449
- Improve Perf for Azure Pipelines build by @Nirmal4G in #450
- Use EditorConfig to apply file headers by @Nirmal4G in #452
- Remove Roslyn 4.3 workaround, bump to 4.3.1 by @Sergio0694 in #462
- More MVVM Toolkit generator improvements by @Sergio0694 in #460
- Add IObservable extensions for IMessenger by @Sergio0694 in #461
- Fix [RelayCommand] for methods that can't be lowered by @Sergio0694 in #475
- Add and use new EquatableArray type in source generators by @Sergio0694 in #469
- Add .NET 7 TFM to HighPerformance target, switch to C# 11 by @Sergio0694 in #481
- Remove unnecessary finalizers by @Sergio0694 in #483
- Update NuGet icon by @Sergio0694 in #486
- More source generator optimizations by @Sergio0694 in #487
- Moar source generator optimizations by @Sergio0694 in #489
New Contributors
- @heku made their first contribution in #394
- @zhuman made their first contribution in #398
- @WeihanLi made their first contribution in #444
- @Youssef1313 made their first contribution in #447
Full Changelog: v8.0.0...v8.1.0-preview1