I have two clsses that inherits by ObservableObject. In the second class I use the first, but Visual Studio mark as error every his property as by attached image. If I run the app, it work fine.
I use CommunityToolkit.Mvvm 8.1 version in a Winui3 app.
Thanks