microsoft/vstest

On MacOS no tests discovered after adding reference to Swashbuckle.AspNetCore-1.0.0-rc1 in product code

Closed this issue · 1 comments

Description

Tests are not discovered

Steps to reproduce

testrepro.zip
'dotnet restore && dotnet test` in test project

Expected behavior

Test should be discovered and run.

Actual behavior

No test is available in /Users/vstest/Downloads/testrepro/tests/bin/Debug/netcoreapp1.1/tests.dll. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again.

Environment

testrepro.zip

Work around: #578 (comment)
duplicate: #578