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

Allow more granular skipping of tests via VS Version #101

Open
ryanbrandenburg opened this issue Jan 24, 2022 · 1 comment
Open

Allow more granular skipping of tests via VS Version #101

ryanbrandenburg opened this issue Jan 24, 2022 · 1 comment

Comments

@ryanbrandenburg
Copy link

Today the IDEFact will let you set a minimum and maximum VS version, but the granularity is only to the level of "2022, 2019, etc". It would be helpful in some instances to have more granular control than that. Ideally we'd be able to specify a specific build as Min or Max.

@sharwell
Copy link
Member

sharwell commented Jan 24, 2022

This request might be difficult to implement, because it would expect to support multiple instances of the same IDE installed side-by-side on the machine, with different instances used based on the build numbers.

For now, you should be able to return immediately (without running the test) based on the result of TestServices.Shell.GetVersionAsync.

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

No branches or pull requests

2 participants