-
I have been using both together for a while (not sure if this is expected but it was working). "CommunityToolkit.Mvvm" Version="8.0.0-preview3 was all good, but after an update came through for preview4, I now get all these errors: Have these been removed? Are they renamed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yup! The APIs changed in the MVVM Toolkit v8.0.0-pre4:
As an example, here's the pull request I merged today for my own app, GitTrends, updating it to MVVM Toolkit v8.0.0-pre4: brminnick/GitTrends#477 |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Yup! The APIs changed in the MVVM Toolkit v8.0.0-pre4:
[AlsoNotifyChangeFor]
->[NotifyPropertyChangedFor]
[ICommand]
->[RelayCommand]
As an example, here's the pull request I merged today for my own app, GitTrends, updating it to MVVM Toolkit v8.0.0-pre4: brminnick/GitTrends#477