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

Add build checks #4138

Open
Evangelink opened this issue Nov 25, 2024 · 0 comments
Open

Add build checks #4138

Evangelink opened this issue Nov 25, 2024 · 0 comments

Comments

@Evangelink
Copy link
Member

Summary

MSBuild introduced the "build check" capability: https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md and we could benefit from it to help our users.

Background and Motivation

Some properties are only available starting from a specific version of MSTest, only available when using MSTest.Sdk or only when the runner are enabled and by MSBuild nature user could set the properties and they would be ignored.

Proposed Feature

Let's use this feature to provide some strong typing, static build analysis.

Alternative Designs

None.

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

1 participant