Replies: 1 comment 1 reply
-
It would be nice I agree, but making these things costs a lot of money I assume and the test runner borrows closed source VS stuff just like parts of the LSP engine.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is really shameful that we call .NET as free and open source framework and yet the toolings itself still not FOSS friendly, even such a basic and important features such as integrated testing like test explorer is not included in this extension and even it's also suggesting that we should use C# Dev Kit extension too while its license is actually still using the same license as Visual Studio.
Many programming language extensions such as Ruby LSP and Dart provides the test explorer integration for free without using restricting license as C# Dev Kit.
By comparing the outside .NET landscape like the above example, we can see that this should be a basic feature that included for free if we are still going to call .NET open source. I know this is a matter of toolings, but other FOSS languages still provide test explorer and it was backed up and maintained by big name maintainer such as Shopify. Either the test explorer should be included in this extension, or remove the VS license tied to C# Dev Kit, since at that point, it would be preferable to use Visual Studio instead since they have the same license.
Beta Was this translation helpful? Give feedback.
All reactions