Consider using MSTest.Sdk or MSTest metapackage, or at least use MSTest.Analyzers
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.
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
We usually keep issues open until a fix is released.