Several years ago, could you image that you could develop .NET on your favourite OS (macOS, Linux or Windows) with great developer experience? Now, the dream comes true. With the .NET Core and Visual Studio Code, you could develop .NET on any platform with the great code editor.
How about the testing? In Visual Studio, it has great built-in Test Explorer to manage all your unit tests. And now, the .NET Core Test Explorer for Visual Studio Code is coming! Currently, it support below basic features, and more awesome features are coming!
- Automatically detect all tests (support MSTest, xUnit, NUnit) in your .NET Core Test Project
- Run all test
- Run a certain test