issues
search
CommunityToolkit
/
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
https://docs.microsoft.com/dotnet/communitytoolkit/?WT.mc_id=dotnet-0000-bramin
Other
3.07k
stars
299
forks
source link
Support partial methods and forwarded attributes with [RelayCommand]
#633
Closed
Sergio0694
closed
1 year ago
Sergio0694
commented
1 year ago
Closes #632
cc. @Youssef1313 if you have some spare time 😄
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
Closes #632
cc. @Youssef1313 if you have some spare time 😄
PR Checklist