axe-windows icon indicating copy to clipboard operation
axe-windows copied to clipboard

Consider using MSTest.Sdk or MSTest metapackage, or at least use MSTest.Analyzers

Open Youssef1313 opened this issue 1 year ago • 4 comments

Currently, MSTest analyzers are not used in this repo. You can consider using them by adding a reference to MSTest.Analyzers (with PrivateAssets="all"). Or use MSTest metapackage which includes all the needed dependencies, and then you will no longer need to have multiple package references related to testing.

Or you can even go further and use MSTest.Sdk.

Youssef1313 avatar Nov 27 '24 07:11 Youssef1313