CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.11k stars 222 forks source link

[RelayCommand] generates "XxxCommandCommand" #129

Open zotrb opened 9 months ago

zotrb commented 9 months ago

Can the code generator for [RelayCommand] issue a warning/error if the method name ends in "...Command", to avoid a command unintentionally called "XxxCommandCommand" being generated?