Closed smadala closed 7 years ago
Same is true for other Group operations in test explorer like Project etc.
@smadala: Why isn't there a source info? The "External" grouping is by design for Test Explorer since it doesn't know the data to group on.
We need to investigate if the information is flowing from the adapter or is there a miss in the test platform.
@smadala as of the most recent commit I'm seeing this with the Foundatio.Azure.Tests project (https://github.com/exceptionless/foundatio)
@niemyjski https://github.com/Microsoft/vstest/issues/373 will fix this scenario. please use workaround for temporary fix.
<PropertyGroup>
<DebugType Condition="'$(TargetFramework)' != '' AND !$(TargetFramework.StartsWith('netcoreapp'))">Full</DebugType>
</PropertyGroup>
Will this be fixed in RC5 / RTM? I'd rather not update my project file if this will be fixed soon.
Currently not in RTM list. @sbaid @codito.
That is sad to hear, I'd think this use case is quite common.
@niemyjski fixed this in Microsoft.NET.Test.Sdk: 15.0.0-preview-20170222-09
Description
Steps to reproduce
Expected behavior
Actual behavior