0

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

enter image description here

Kraken
  • 111
  • 11

1 Answers1

0

It seems that this is not a problem in the CommunitToolkit.Mvvm NuGet package. See here and here.

The CommunityToolkit.Mvvm is working so you can just ignore these warnings for the moment until this get fixed.

As a temporary workaround, try using v8.0, restart Visual Studio and see if the warnings are gone.

Andrew KeepCoding
  • 7,040
  • 2
  • 14
  • 21