Replies: 1 comment
-
C# Dev Kit has full integration with VSCode's test explorer, see https://code.visualstudio.com/docs/csharp/testing The C# extension standalone has some limited testing functionality via code lens. See also #5719. We don't currently have plans to bring test explorer integration to C# standalone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new extension's development is really encouraging, and the gap in features between the old and new extensions is narrowing rapidly.
Testing has been a sore point for c# in vscode since the beginning. There is the community-supported .NET Core Test Explorer, but it's clunky, riddled with problems and hard to maintain.
Do you have plans to also include testing capabilities?
Beta Was this translation helpful? Give feedback.
All reactions