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

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!

Closing as fixed by #1082

Youssef1313 avatar Dec 24 '24 09:12 Youssef1313

We usually keep issues open until a fix is released.

codeofdusk avatar Dec 24 '24 09:12 codeofdusk