Open JustinGrote opened 2 years ago
@JustinGrote I have a proof of concept of an adapter already, I will open a draft PR this week.
Any update?
+1 desperately needed
This and styling extension (like Prettier for JS/TS or Rider CodeStyle) keeps me from fully using Vs Code for my daily .Net work.
Please consider on adding this feature. It will be nice to have it.
C# Dev Kit has a Test Explorer. Feel free to file an issue at https://github.com/microsoft/vscode-dotnettools/issues if you're having issues with it.
C# Dev Kit requires a visual studio license, AFAIK.
@bjornharrtell free for open source, commercial teams under 5 people, or when using dev box/codespaces https://code.visualstudio.com/docs/csharp/cs-dev-kit-faq
I didn't see an issue for this so I thought I'd add it here.
VSCode now has a native testing API, I've written an adapter for it for Powershell Pester here: https://github.com/pester/vscode-adapter
Are there any plans for this to be incorporated into the C# extension directly for dotnet test, or will it strictly be the realm of add-on extensions?