You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
VS 2022 17.5.0
Create WPF Application and add Nuget package CommunityToolkit.Mvvm 8.1.0
Immediately analyzers show errors MVVMTK0008 with an X, 0020 with an X, 0032 with Info, 0033 with Info and 0034 with Info.
Code compiles and runs.
As I program more, more errors appear Generally CS0103
Adding a simple class as
`using CommunityToolkit.Mvvm.ComponentModel;
namespace RHOKSWPF_Working;
public partial class MainProgressBarVM : ObservableObject
{
private readonly string ProgressMessage = "Loading Application";
}
`
Produces Error CS0103
csproj file for reference.
Beta Was this translation helpful? Give feedback.
All reactions