dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

Handle 'CanExecute' with method overrides

Open Sergio0694 opened this issue 9 months ago • 0 comments

This PR fixes an issue where the [RelayCommand] generator doesn't account for method overrides for CanExecute.

PR Checklist

  • [X] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • [X] Based off latest main branch of toolkit
  • [X] PR doesn't include merge commits (always rebase on top of our main, if needed)
  • [X] Tested code with current supported SDKs
  • [X] Tests for the changes have been added (for bug fixes / features) (if applicable)
  • [X] Header has been added to all new source files (run build/UpdateHeaders.bat)
  • [X] Contains NO breaking changes
  • [X] Every new API (including internal ones) has full XML docs
  • [X] Code follows all style conventions

Sergio0694 avatar May 09 '25 21:05 Sergio0694