Skip to content

Commit 0c278ba

Browse files
authored
Merge pull request #2477 from akshita31/update_testPlan
Add test plan for the misc files
2 parents 2330359 + 32b4fb4 commit 0c278ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-plan.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Validating C# Extension for VS Code
22

33
#### Opening projects
4-
When you open a directory in VS Code, the C# extension should look for a .csproj or .sln file in that directory and use "OmniSharp" to load it.
4+
When you open a directory in VS Code, the C# extension should look for a .csproj or .sln file in that directory and use "OmniSharp" to load it. If a .cs file is present and no .csproj or .sln file are present, Omnisharp should start but the intellisense should only appear when a change is made to the file.
55
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
66

77
Project types to test:
@@ -10,6 +10,7 @@ Project types to test:
1010
* .NET Core/.NET Standard csproj
1111
* (Windows) Desktop .NET projects
1212
* Unity projects
13+
* A directory containing a .cs file without a csproj/sln. As stated above, intellisense should appear only when a change is made to the file.
1314

1415
The easist way to verify that a project was successfully loaded is to open a .cs file within it and verify that the references codelens indicator appears.
1516

0 commit comments

Comments
 (0)