formulahendry / formulahendry/vscode-dotnet-test-explorer
C#: Could not find test (no symbols found) in .Net Core 3.1
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
When clicking on a test in .Net Test Explorer, it shows
> C#: Could not find test (no symbols found)
If I try to rerun the test, its continuously loading instead of rerunning

This issue is only happens in C# .Net Core 3.1. Everything works properly in C# .Net Core 2.2
Related Issue but it is for F#: https://github.com/formulahendry/vscode-dotnet-test-explorer/issues/228
**Dotnet SDK Version**: 3.1.100
**Unit test framework and relevants versions of that**:
| Package | Version |
| -- | -- |
| Microsoft.NET.Test.Sdk | 6.4.0 |
| Moq | 4.13.1
| MSTest.TestAdapter | 2.0.0 |
| MSTest.TestFramework | 2.0.0 |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.