Visual Studio 2015 Test Explorer does not see XUni

2019-02-21 18:25发布

问题:

The Visual Studio 2015 Test Explorer does not recognize my test traits.

When I add this to a test in a DNX project:

[Trait("Category", "Test")]

the test still shows up in the Test Explorer under the No Traits group (when grouping tests by Traits).

回答1:

Looks like this is already logged as an issue:

VS 2015 Bugs - Traits and Project Grouping in Test Explorer #485