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).