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

docs unclear on what version to use for Microsoft.NET.Test.Sdk #4510

Closed
Applesauce314 opened this issue Jun 2, 2023 · 2 comments
Closed
Assignees
Labels

Comments

@Applesauce314
Copy link
Contributor

Description

The version numbers of Microsoft.NET.Test.Sdk are close to the version numbers of Visual Studio. This would seem to indicate that you should use a version of Microsoft.NET.Test.Sdk that lines up with the major/minor version of vs you are using (e.g. vs 17.4.4 should use Microsoft.NET.Test.Sdk 17.4.0 or 17.4.1.
However I could not find any documentation that confirms or disproves this assumption, and today I misremembered the VS version number when updating references and updated to a higher version and it seems to be working fine, but maybe I have bugs waiting to come out at a later date I have not found yet.

It would be helpful to document the relationship (or lack thereof) between these versions.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage This item should be discussed in the next triage meeting. label Jun 2, 2023
@nohwnd
Copy link
Member

nohwnd commented Jun 2, 2023

Good point.

You don't have to keep them in sync, the communication protocol between them is pretty stable, ideally you would be at the same minor version as your VS. E.g. 17.4.x. But both older and newer versions should work.

@nohwnd nohwnd added doc and removed needs-triage This item should be discussed in the next triage meeting. labels Jun 5, 2023
@nohwnd nohwnd self-assigned this Jul 9, 2024
@nohwnd
Copy link
Member

nohwnd commented Jul 12, 2024

We don't have a strict suggestion on what version to use, we test with old versions and new versions to ensure compatibility, other than to update regularly and keep the version more or less aligned to the version of VS you are using.

MSTest meta package https://www.nuget.org/packages/MSTest takes dependency on the recommended version (the one we test MSTest with).

@nohwnd nohwnd closed this as completed Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants