.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 PR adds a warning from the imported .targets file if using the MVVM Toolkit via packages.config.
Also adds warning codes and help links to all warnings emitted by the bundled .targets file.
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)
Closes #695
This PR adds a warning from the imported .targets file if using the MVVM Toolkit via packages.config. Also adds warning codes and help links to all warnings emitted by the bundled .targets file.
PR Checklist