Open miksch123 opened 2 years ago
There is the output of my dotnet info command: .NET Core SDK (reflecting any global.json): Version: 3.1.417 Commit: e22a5e10f1
Runtime Environment: OS Name: Windows OS Version: 10.0.19044 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\3.1.417\
Host (useful for support): Version: 3.1.23 Commit: 7af614fde0
.NET Core SDKs installed: 3.1.417 [C:\Program Files\dotnet\sdk]
.NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.23 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.23 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.23 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download
I'm using xUnit and encountered the same problem,but it works well in mstest
Since version 7.7 I no longer can see the list of tests in the testing area of VSCode. Reverting to 7.6 does not seem to have this issue. I also tried different ways of setting the project path in settings.json or the extension settings.
I also am running my project in a VMWare VM.