You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make MSTest.Analyzers a dependency of MSTest.TestFramework.
Background and Motivation
MSTest.Analyzers currently exists but it is nearly not downloaded compared to the framework and I think we should have a 1:1 ratio as it brings only added value and no defaults. I have checked there is no impact for F# users.
Proposed Feature
Make MSTest.Analyzers a dependency of MSTest.TestFramework.
For users relying on MSTest metapackage or MSTest.Sdk it would be a transparent update.
Alternative Designs
We could avoid extra package deps and directly include the analyzer dlls into MSTest.TestFramework but this would cause confusion and potential errors for users who are using MSTest.Analyzers today. It would also make it out of sync in term of versioning.
The text was updated successfully, but these errors were encountered:
Summary
Make
MSTest.Analyzers
a dependency ofMSTest.TestFramework
.Background and Motivation
MSTest.Analyzers
currently exists but it is nearly not downloaded compared to the framework and I think we should have a 1:1 ratio as it brings only added value and no defaults. I have checked there is no impact for F# users.Proposed Feature
Make
MSTest.Analyzers
a dependency ofMSTest.TestFramework
.Before:
After:
For users relying on
MSTest
metapackage orMSTest.Sdk
it would be a transparent update.Alternative Designs
We could avoid extra package deps and directly include the analyzer dlls into
MSTest.TestFramework
but this would cause confusion and potential errors for users who are usingMSTest.Analyzers
today. It would also make it out of sync in term of versioning.The text was updated successfully, but these errors were encountered: