Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
If you're using |
Beta Was this translation helpful? Give feedback.
-
Ok, I was able to get it to work, but I had to manually load the provided analyzers as well as set the language in my 4.8 csproj file to latest. .csproj file update by adding: I then right-clicked "Analyzers" under by project's "References" section and chose "Load Analyzer". The files I loaded were the "..\CommunityToolkit.Mvvm.8.2.0\analyzers\dotnet\roslyn4.0\cs" analyzers. I then full rebuilt by project and the autogenerated classes started to show up and my automated bindable properties were accessible through my ObservableObject class. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The project I am working on is targetting .netframework 4.8.
The property field with ObervableProperty set as Private, however, the public property is not accessible. What am I missing here?
It works if I use the nuget in .netcore environment.
Please advice.
Beta Was this translation helpful? Give feedback.
All reactions