.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.
[ ] Pull Request has been submitted to the documentation repository instructions. Link:
[ ] Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
[ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
[ ] Header has been added to all new source files (run build/UpdateHeaders.bat)
[x] Contains NO breaking changes
[ ] Every new API (including internal ones) has full XML docs
Fix ordering of params in assertions with "expected" as first argument and "actual" as second.
Closes #55
PR Checklist