Description
DescriptionAttribute was in V1 and migrating to V2 causes build failures. This needs to go via an extensibility point though.
Steps to reproduce
- Create a MSTest V1 project with a DescriptionAttribute
- Migrate to MSTest V2.
- Build project
Expected behavior
Project build works.
Actual behavior
Build fails with a cannot find a DescriptionAttribute
Environment
This should repro across.
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.