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

Description Attribute needs to be added in. #13

Closed
AbhitejJohn opened this issue Sep 19, 2016 · 1 comment
Closed

Description Attribute needs to be added in. #13

AbhitejJohn opened this issue Sep 19, 2016 · 1 comment
Assignees
Milestone

Comments

@AbhitejJohn
Copy link
Contributor

Description

DescriptionAttribute was in V1 and migrating to V2 causes build failures. This needs to go via an extensibility point though.

Steps to reproduce

  1. Create a MSTest V1 project with a DescriptionAttribute
  2. Migrate to MSTest V2.
  3. Build project

Expected behavior

Project build works.

Actual behavior

Build fails with a cannot find a DescriptionAttribute

Environment

This should repro across.

@AbhitejJohn AbhitejJohn added this to the Dev15 RC milestone Sep 29, 2016
@AbhitejJohn AbhitejJohn self-assigned this Oct 2, 2016
@AbhitejJohn
Copy link
Contributor Author

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 .

singhsarab pushed a commit to singhsarab/testfx that referenced this issue Apr 8, 2019
* Add build status badge.

* Build/test script return 1 on any error in process.

* Remove empty testhost.UnitTests project.
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