Warn when MSTest.TestFramework and MSTest.TestAdapter versions are not aligned #4337
Labels
Area: MSTest
Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)
It's not uncommon for projects to end up with MSTest.TestFramework version being not aligned with MSTest.TestAdapter, which is usually not a good idea. We can consider issuing a warning in this case.
Open questions
Example: https://github.com/microsoft/accessibility-insights-windows/blob/54d160cb743a6ab30d3b763b655c7b480af4c85d/src/UITests/UITests.csproj#L17-L18
The text was updated successfully, but these errors were encountered: