ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
849 stars 276 forks source link

Refresh tests stuck randomly when test project has no tests in it #1991

Open JohnnyFasching opened 3 months ago

JohnnyFasching commented 3 months ago

When refreshing the test explorer after couple of changes to the test and running some of them and trigger the refresh, the process is stuck with this command

Running dotnet test "c:\...\...\...\...\...\...\xxx.Testing\xxx.Testing.fsproj" --framework:"net8.0" --noLogo --list-tests --no-build

This is also the only test project which has no tests actually in it

farlee2121 commented 2 months ago

Can you provide a repo that demonstrates the issue?