Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObserableObject #376

Open
rwb196884 opened this issue Feb 21, 2024 · 2 comments
Open

ObserableObject #376

rwb196884 opened this issue Feb 21, 2024 · 2 comments

Comments

@rwb196884
Copy link

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
@Sergio0694
Copy link
Contributor

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

@JNickVA1
Copy link

JNickVA1 commented Feb 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants