Skip to content

Commit 711dbc1

Browse files
authored
Include suggested platforms for validation
1 parent 297e644 commit 711dbc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-plan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
See [OmniSharp Options](https://github.com/OmniSharp/omnisharp-vscode/blob/master/test-plan.md#omnisharpusemodernnet-all-platforms) for more details.
1010

11+
### Validation
12+
13+
#### Platforms
14+
All the validations below should be performed on both Windows and at least one Unix platform (MacOS, Linux)
15+
1116
#### Opening projects
1217
When you open a directory in VS Code, the C# extension should look for a .csproj, .sln, or .slnf file in that directory and use "OmniSharp" to load it. If a .cs file is present and no .csproj, .sln, or .slnf file are present, Omnisharp should start but the intellisense should only appear when a change is made to the file.
1318
If you look in "Output > Omnisharp Log" a bunch of information should be printed about what copy of MSBuild was used and what projects were load

0 commit comments

Comments
 (0)