CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

ObserableObject

Open rwb196884 opened this issue 4 months ago • 2 comments

Type of issue

Code doesn't work

Description

<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />

But

CommunityToolkit.Mvvm.ComponentModel.ObserableObject

doesn't exist.

Page URL

https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/

Content source URL

https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/mvvm/index.md

Document Version Independent Id

530b99a6-9287-a55e-13d1-81c99efde36e

Article author

@Sergio0694

Metadata

  • ID: 530b99a6-9287-a55e-13d1-81c99efde36e
  • Service: dotnet-communitytoolkit
  • Sub-service: mvvm-toolkit

rwb196884 avatar Feb 21 '24 17:02 rwb196884

Did you just make a typo? The type is called "ObservableObject".

Sergio0694 avatar Feb 21 '24 17:02 Sergio0694

After I updated Visual Studio to Version 17.9.1, the ObservableObject attribute no longer seems to work. None of my properties that were accessible previously are available now in my xaml or in the same C# code where the properties are defined.

JNickVA1 avatar Feb 26 '24 11:02 JNickVA1