CommunityToolkit/dotnet (CommunityToolkit.Mvvm)
### [`v8.3.0`](https://togithub.com/CommunityToolkit/dotnet/releases/tag/v8.3.0): 8.3.0
##### What's Changed 🆕
- Fix generation for OnPropertyChanging for \[NotifyPropertyChangedFor] by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/722](https://togithub.com/CommunityToolkit/dotnet/pull/722)
- Add .NET 8 TFM to all projects and AOT annotations by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/832](https://togithub.com/CommunityToolkit/dotnet/pull/832)
- Update NuGet packages to latest stable by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/908](https://togithub.com/CommunityToolkit/dotnet/pull/908)
- Fix typo in Guard.ThrowHelper.ThrowArgumentNullExceptionForIsNotNull by [@Benna96](https://togithub.com/Benna96) in [https://github.com/CommunityToolkit/dotnet/pull/863](https://togithub.com/CommunityToolkit/dotnet/pull/863)
- Add AOT support in WinRT scenarios to the MVVM Toolkit by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/909](https://togithub.com/CommunityToolkit/dotnet/pull/909)
- Include sizeof(T) in offset calculation for Memory2D from MemoryManager by [@Lillenne](https://togithub.com/Lillenne) in [https://github.com/CommunityToolkit/dotnet/pull/841](https://togithub.com/CommunityToolkit/dotnet/pull/841)
- Correct incorrect description in ObsoleteAttribute by [@aianlinb](https://togithub.com/aianlinb) in [https://github.com/CommunityToolkit/dotnet/pull/806](https://togithub.com/CommunityToolkit/dotnet/pull/806)
- Update CsWinRT to latest stable by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/910](https://togithub.com/CommunityToolkit/dotnet/pull/910)
- Avoid auto-generating ObservableValidator.HasError by [@arivoir](https://togithub.com/arivoir) in [https://github.com/CommunityToolkit/dotnet/pull/884](https://togithub.com/CommunityToolkit/dotnet/pull/884)
- Disable IID optimizer in MVVM Toolkit by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/912](https://togithub.com/CommunityToolkit/dotnet/pull/912)
- Allow trimming feature switches by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/911](https://togithub.com/CommunityToolkit/dotnet/pull/911)
- Fix IBufferWriterExtensions Write for unmanaged types by [@pziezio](https://togithub.com/pziezio) in [https://github.com/CommunityToolkit/dotnet/pull/799](https://togithub.com/CommunityToolkit/dotnet/pull/799)
- Update Windows SDK package version by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/916](https://togithub.com/CommunityToolkit/dotnet/pull/916)
- Don't generate 'INotifyPropertyChanging' code if not requested by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/915](https://togithub.com/CommunityToolkit/dotnet/pull/915)
- Generate trim annotations for \[NotifyDataErrorInfo] properties by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/918](https://togithub.com/CommunityToolkit/dotnet/pull/918)
##### New Contributors
- [@Benna96](https://togithub.com/Benna96) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/863](https://togithub.com/CommunityToolkit/dotnet/pull/863)
- [@Lillenne](https://togithub.com/Lillenne) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/841](https://togithub.com/CommunityToolkit/dotnet/pull/841)
- [@aianlinb](https://togithub.com/aianlinb) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/806](https://togithub.com/CommunityToolkit/dotnet/pull/806)
- [@arivoir](https://togithub.com/arivoir) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/884](https://togithub.com/CommunityToolkit/dotnet/pull/884)
**Full Changelog**: https://github.com/CommunityToolkit/dotnet/compare/v8.2.2...v8.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
8.2.2
->8.3.0
Release Notes
CommunityToolkit/dotnet (CommunityToolkit.Mvvm)
### [`v8.3.0`](https://togithub.com/CommunityToolkit/dotnet/releases/tag/v8.3.0): 8.3.0 ##### What's Changed 🆕 - Fix generation for OnPropertyChanging for \[NotifyPropertyChangedFor] by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/722](https://togithub.com/CommunityToolkit/dotnet/pull/722) - Add .NET 8 TFM to all projects and AOT annotations by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/832](https://togithub.com/CommunityToolkit/dotnet/pull/832) - Update NuGet packages to latest stable by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/908](https://togithub.com/CommunityToolkit/dotnet/pull/908) - Fix typo in Guard.ThrowHelper.ThrowArgumentNullExceptionForIsNotNull by [@Benna96](https://togithub.com/Benna96) in [https://github.com/CommunityToolkit/dotnet/pull/863](https://togithub.com/CommunityToolkit/dotnet/pull/863) - Add AOT support in WinRT scenarios to the MVVM Toolkit by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/909](https://togithub.com/CommunityToolkit/dotnet/pull/909) - Include sizeof(T) in offset calculation for Memory2D from MemoryManager by [@Lillenne](https://togithub.com/Lillenne) in [https://github.com/CommunityToolkit/dotnet/pull/841](https://togithub.com/CommunityToolkit/dotnet/pull/841) - Correct incorrect description in ObsoleteAttribute by [@aianlinb](https://togithub.com/aianlinb) in [https://github.com/CommunityToolkit/dotnet/pull/806](https://togithub.com/CommunityToolkit/dotnet/pull/806) - Update CsWinRT to latest stable by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/910](https://togithub.com/CommunityToolkit/dotnet/pull/910) - Avoid auto-generating ObservableValidator.HasError by [@arivoir](https://togithub.com/arivoir) in [https://github.com/CommunityToolkit/dotnet/pull/884](https://togithub.com/CommunityToolkit/dotnet/pull/884) - Disable IID optimizer in MVVM Toolkit by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/912](https://togithub.com/CommunityToolkit/dotnet/pull/912) - Allow trimming feature switches by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/911](https://togithub.com/CommunityToolkit/dotnet/pull/911) - Fix IBufferWriterExtensions Write for unmanaged types by [@pziezio](https://togithub.com/pziezio) in [https://github.com/CommunityToolkit/dotnet/pull/799](https://togithub.com/CommunityToolkit/dotnet/pull/799) - Update Windows SDK package version by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/916](https://togithub.com/CommunityToolkit/dotnet/pull/916) - Don't generate 'INotifyPropertyChanging' code if not requested by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/915](https://togithub.com/CommunityToolkit/dotnet/pull/915) - Generate trim annotations for \[NotifyDataErrorInfo] properties by [@Sergio0694](https://togithub.com/Sergio0694) in [https://github.com/CommunityToolkit/dotnet/pull/918](https://togithub.com/CommunityToolkit/dotnet/pull/918) ##### New Contributors - [@Benna96](https://togithub.com/Benna96) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/863](https://togithub.com/CommunityToolkit/dotnet/pull/863) - [@Lillenne](https://togithub.com/Lillenne) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/841](https://togithub.com/CommunityToolkit/dotnet/pull/841) - [@aianlinb](https://togithub.com/aianlinb) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/806](https://togithub.com/CommunityToolkit/dotnet/pull/806) - [@arivoir](https://togithub.com/arivoir) made their first contribution in [https://github.com/CommunityToolkit/dotnet/pull/884](https://togithub.com/CommunityToolkit/dotnet/pull/884) **Full Changelog**: https://github.com/CommunityToolkit/dotnet/compare/v8.2.2...v8.3.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.