Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MSTest meta-package #1076

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Added MSTest meta-package #1076

merged 1 commit into from
Apr 22, 2022

Conversation

Haplois
Copy link
Contributor

@Haplois Haplois commented Apr 22, 2022

Our consumers can simplify their test project by depending on MSTest package instead of MSTest.TestAdapter, MSTest.TestFramework and Microsoft.NET.Test.Sdk packages.

This meta package will guarantee all the parts are compatible.

This solution can be used to verify.

src/Package/MSTest.nuspec Show resolved Hide resolved
src/Package/MSTest.nuspec Show resolved Hide resolved
@Haplois Haplois merged commit d1c4be5 into main Apr 22, 2022
@Haplois Haplois deleted the dev/haplois/meta-package branch April 22, 2022 12:12
@cremor
Copy link

cremor commented Apr 27, 2022

I just found this in the release notes of MSTest 2.2.10. But the package https://www.nuget.org/packages/MSTest/ was unlisted. So I assume this means it should not be used yet?

@Haplois
Copy link
Contributor Author

Haplois commented Apr 28, 2022

I just found this in the release notes of MSTest 2.2.10. But the package https://www.nuget.org/packages/MSTest/ was unlisted. So I assume this means it should not be used yet?

You can use it, we will support it. It's unlisted because there is no documentation about how to use it yet. Remove package references to Microsoft.NET.Test.Sdk, MSTest.TestAdapter, and MSTest.TestFramework; add MSTest instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants