formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
204 stars 97 forks source link

Use native VS Code Testing UI #363

Closed tvardero closed 1 year ago

tvardero commented 2 years ago

So you can focus more on other things and bugs. https://code.visualstudio.com/api/extension-guides/testing

LiangZugeng commented 1 year ago

@tvardero do you know any test adapters or controllers for C# currently available which works with native VS code testing UI?

tvardero commented 1 year ago

@LiangZugeng

@tvardero do you know any test adapters or controllers for C# currently available which works with native VS code testing UI?

Someone already tried to implement it for omnisharp. PR was not approved tho 😔

https://github.com/OmniSharp/omnisharp-vscode/pull/5054

LiangZugeng commented 1 year ago

@tvardero Thanks, right now .NET Testing Explorer is still the best choice, will keep an eye on the progress for omnisharp-rolyn to implement a test controller.

tvardero commented 1 year ago

closing as the project is not maintained also there is "C# dev kit" which has unit tests support and uses vscode ui.