You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dotnet test test\test.v3 --framework net472 --filter aaaa
Determining projects to restore...
All projects are up-to-date for restore.
xunit.runner.visualstudio -> C:\Dev\xunit\visualstudio\src\xunit.runner.visualstudio\bin\Debug\net472\xunit.runner.visualstudio.testadapter.dll
xunit.runner.visualstudio.testadapter -> C:\Dev\xunit\visualstudio\src\xunit.runner.visualstudio\bin\Debug\net472\merged\xunit.runner.visualstudio.testadapter.dll
test.v3 -> C:\Dev\xunit\visualstudio\test\test.v3\bin\Debug\net472\test.v3.exe
Test run for C:\Dev\xunit\visualstudio\test\test.v3\bin\Debug\net472\test.v3.exe (.NETFramework,Version=v4.7.2)
VSTest version 17.11.0 (x64)
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
No test matches the given testcase filter `aaaa` in C:\Dev\xunit\visualstudio\test\test.v3\bin\Debug\net472\test.v3.exe
The logic is unconditional, so it'll apply to all of v1/v2/v3.
When running
dotnet test --filter aaaa
(filter should not have match in any test name) I have following errror:I am using these packages in the test project:
Here's my os and dotnet version:
The text was updated successfully, but these errors were encountered: