formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
202 stars 95 forks source link

Support solution filters #371

Closed deitry closed 1 year ago

deitry commented 1 year ago

Hmm, it seems it is not enough. By running

dotnet test -t Tests/Tests.slnf

I get a lot of stuff. But if I run dotnet test just in folder as extension does,

dotnet test -t Tests/
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
deitry commented 1 year ago

Closed in favor of https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/372