Description
Describe the bug
I'm using the CommunityToolkit.Mvvm version 8.2.2.
Since I updated Visual Studio 2022 to the latest version 17.11.2, I keep having problems when adding new properties using [ObservableProperty]. The source generator doesn't work automatically, and some keyboard keys (like backspace or delete) don't work anymore. I have to close and restart Visual Studio to be able to continue my work.
I don't know if this is a Visual Studio bug or a toolkit bug.
If this cannot be fixed quickly, I would like to know what the most recent version of Visual Studio where this still works.
Regression
No response
Steps to reproduce
Update Visual Studio 2022 to version 17.11.2
Expected behavior
The sourcegenerator should make the required code for [ObservableProperty] properties on the background without messing up the editor experience.
Screenshots
IDE and version
VS 2022
IDE version
Version 17.11.2
Nuget packages
- CommunityToolkit.Common
- CommunityToolkit.Diagnostics
- CommunityToolkit.HighPerformance
- CommunityToolkit.Mvvm (aka MVVM Toolkit)
Nuget package version(s)
8.2.2
Additional context
No response
Help us help you
No, just wanted to report this