.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.
This is just a simple QoL change for development that doesn't affect production code nearly at all, so I don't think this needs an issue upfront. Also fixed several typos in existing xml documentation
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)
[ ] Every new API (including internal ones) has full XML docs - added docs to DebugView. I don't think I should add docs for array field saying, that this is an array, or... should I?
This is just a simple QoL change for development that doesn't affect production code nearly at all, so I don't think this needs an issue upfront. Also fixed several typos in existing xml documentation
PR Checklist
DebugView
. I don't think I should add docs forarray
field saying, that this is an array, or... should I?Other information
Before:
After: