Open alikoli opened 2 years ago
Thanks for the heads up, I already had a look at the release and I'm planning to implement this in the next major version. However, this will need a bigger refactoring of the whole library than just changing out some classes. The community toolkit has way more features than this library so they would need to be supported first.
Bringing Community Toolkit is akin to adding firepower to this.
I liked your implementation and with community toolkit baked in, it just can't get better!
Feature description
Right now all the code generators are written from scratch. As version 8 of CommunityToolkit.Mvvm is oficialy released it would be great to use it. We could use NotifyPropertyChangedFor, mesaging, and other goodnes which is going to come in future releases.
Code sample
and removal of INotifyPropertyChanged stuff as CommunityToolkit.Mvvm does it for us.
I created working repo: https://github.com/alikoli/MvvmBlazor-with-CommunityToolkit.Mvvm
No response