Discussion about this post

User's avatar
Joe Barrett's avatar

What am I missing here? I have a WPF project in .NET FX 4.8, I have created a partial class that inherits from ObservableObject, I've decorated all the private fields with the ObservalbeProperty attribute, and then... nothing. Even if I build this by itself, with no other files present beside what the project template gives me, the class does not create the public properties, nor does it have the expected "partial void On____" methods available. I've installed CommunityToolkit.Mvvm version 8.2, and frankly I am stumped.

Expand full comment
2 more comments...

No posts