dotnet
dotnet copied to clipboard
[RelayCommand] generates "XxxCommandCommand"
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?