Skip to content

Commit 819542e

Browse files
Update readme
1 parent 7e8c68b commit 819542e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ Visual Studio Code extension adding first class support for F# unit testing for
3636
#### Showing test failures in VSCode error panel and editor ruler.
3737

3838
![](https://github.com/Krzysztof-Cieslak/Neptune-public/blob/master/Img/Screenshot%20from%202018-03-27%2000.48.44.png)
39+
40+
## Support matrix
41+
42+
The below table represents current state of the support for different types of runtimes and different operating systems:
43+
44+
| | Linux / MacOS | Windows |
45+
| ------------- |:-------------:| -----:|
46+
| **.Net Core** | Running and Debugging | Running and Debugging |
47+
| **Full Framework, new project file** | Running (only Expecto) | Running |
48+
| **Full Framework, old project file** | Running | Running |
49+
50+
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`](https://github.com/Microsoft/vstest/issues/1284)

release/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ Visual Studio Code extension adding first class support for F# unit testing for
3636
#### Showing test failures in VSCode error panel and editor ruler.
3737

3838
![](https://github.com/Krzysztof-Cieslak/Neptune-public/blob/master/Img/Screenshot%20from%202018-03-27%2000.48.44.png)
39+
40+
## Support matrix
41+
42+
The below table represents current state of the support for different types of runtimes and different operating systems:
43+
44+
| | Linux / MacOS | Windows |
45+
| ------------- |:-------------:| -----:|
46+
| **.Net Core** | Running and Debugging | Running and Debugging |
47+
| **Full Framework, new project file** | Running (only Expecto) | Running |
48+
| **Full Framework, old project file** | Running | Running |
49+
50+
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`](https://github.com/Microsoft/vstest/issues/1284)

0 commit comments

Comments
 (0)