You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the application using Visual Studio 2022 v17.12.x breaks Binding to [ObservableProperty]
Building the application using Visual Studio 2022 v17.10.6 works perfectly
The binding will not update as a result of a PropertyChanged event notification. The issue has been reproduced by CommunityToolkit (see linked issue above), but closed as it is not deemed a problem in CommunityToolkit, but probably something with code generation, as the UI will update if the program is run in older Visual Studio 2022, but not in the latest version.
Version Used:
Building the application using Visual Studio 2022 v17.12.x breaks Binding to [ObservableProperty]
Building the application using Visual Studio 2022 v17.10.6 works perfectly
Please see original issue:
CommunityToolkit/dotnet#1011
Steps to Reproduce:
A minimal repro, with source-code provided, is ideal. Most compiler/language issues can be distilled into a snippet that can be pasted into sharplab.
Diagnostic Id:
If this is a report about a bug in an analyzer, please include the diagnostic ID and message if possible (e.g.
"IDE0030: Use coalesce expression"
).Expected Behavior:
Binding updating value in UI
Actual Behavior:
Binding not updating UI value for property
The text was updated successfully, but these errors were encountered: