Visual Studio Code extension adding first class support for F# unit testing for both .Net Framework and .Net Core. Extension can be downloaded from VSCode Extension Marketplace.
Neptune is paid extension, license can be bought on product webpage. Downloading plugin from VSCode Extensions Marketplace you agree on our License and have access to 7 days, free evaluation period.
The below table represents current state of the support for different types of runtimes and different operating systems:
Linux / MacOS | Windows | |
---|---|---|
.Net Core | Running and Debugging, Code Coverage (NUnit/XUnit) | Running and Debugging, Code Coverage (NUnit/XUnit) |
Full Framework, new project file | Running (only Expecto) | Running |
Full Framework, old project file | Running | Running |
The state of support is impacted by multiple 3rd part vendors - for example Debugging support is provided by C# extension team, or running XUnit and NUnit tests on full framework with new project file on Linux / MacOS is not possible due to bug in dotnet test