Skip to content

Commit a60f494

Browse files
authored
Merge pull request #5526 from OmniSharp/dibarbet-patch-1
Include platforms to validate in test plan
2 parents 297e644 + e662077 commit a60f494

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). These can be done on x64 versions unless there are ARM specific changes to validate.
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)