We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DescriptionAttribute was in V1 and migrating to V2 causes build failures. This needs to go via an extensibility point though.
Project build works.
Build fails with a cannot find a DescriptionAttribute
This should repro across.
The text was updated successfully, but these errors were encountered:
We've added all the Description attributes that were present in MSTest V1 into V2 following the extensibility defined here: https://github.com/Microsoft/testfx/blob/master/docs/001-Framework-Extensibility-Description-Attributes.md .
Sorry, something went wrong.
Build status (microsoft#13)
e6d98e9
* Add build status badge. * Build/test script return 1 on any error in process. * Remove empty testhost.UnitTests project.
AbhitejJohn
No branches or pull requests
Description
DescriptionAttribute was in V1 and migrating to V2 causes build failures. This needs to go via an extensibility point though.
Steps to reproduce
Expected behavior
Project build works.
Actual behavior
Build fails with a cannot find a DescriptionAttribute
Environment
This should repro across.
The text was updated successfully, but these errors were encountered: