-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Labels
bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorexternal ⤴️Something related to or caused by an external projectSomething related to or caused by an external projectmvvm-toolkit 🧰Issues/PRs for the MVVM ToolkitIssues/PRs for the MVVM Toolkitneeds author feedback 📝This issue or PR needs a reply from the authorThis issue or PR needs a reply from the author
Description
Describe the bug
Run application
Add viewmodel class and save changes (triggering hot reload) eg
internal partial class MainViewModel : ObservableObject
{
}
Add properties and save changes (attempting to trigger hot reload) eg
[ObservableProperty]
private int _count = 0;
[ObservableProperty]
private int _step = 1;
This raises a hot reload error
Regression
No response
Steps to reproduce
see description
Expected behavior
Hot reload should be successful
Screenshots
No response
IDE and version
VS 2022
IDE version
No response
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
Metadata
Metadata
Assignees
Labels
bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorexternal ⤴️Something related to or caused by an external projectSomething related to or caused by an external projectmvvm-toolkit 🧰Issues/PRs for the MVVM ToolkitIssues/PRs for the MVVM Toolkitneeds author feedback 📝This issue or PR needs a reply from the authorThis issue or PR needs a reply from the author