CommunityToolkit
CommunityToolkit copied to clipboard
ObserableObject
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
Did you just make a typo? The type is called "ObservableObject".
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.