Skip to content

Add the ability to open a solution file

1c57141
Select commit
Loading
Failed to load commit list.
Draft

Add the ability to open a solution file #8946

Add the ability to open a solution file
1c57141
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet.vscode-csharp failed Feb 3, 2026 in 1h 7m 30s

Build #2.121.22+fa82f2fe44 had test failures

Details

Tests

  • Failed: 16 (0.56%)
  • Passed: 2,498 (87.07%)
  • Other: 355 (12.37%)
  • Total: 2,869

Annotations

Check failure on line 302 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L302

Bash exited with code '1'.

Check failure on line 301 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L301

Cmd.exe exited with code '1'.

Check failure on line 302 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L302

Bash exited with code '1'.

Check failure on line 1536 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L1536

Cmd.exe exited with code '1'.

Check failure on line 1 in Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .sln

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .sln

Test failed
Raw output
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "vscode.openFolder", Anything, {"forceReuseWindow": true}

Number of calls: 0
    at Object.<anonymous> (/Users/runner/work/1/s/test/lsptoolshost/unitTests/solutionFileWorkspaceHandler.test.ts:74:39)

Check failure on line 1 in Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .slnf

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .slnf

Test failed
Raw output
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "vscode.openFolder", Anything, {"forceReuseWindow": true}

Number of calls: 0
    at Object.<anonymous> (/Users/runner/work/1/s/test/lsptoolshost/unitTests/solutionFileWorkspaceHandler.test.ts:95:39)

Check failure on line 1 in Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .sln

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Unit Tests SolutionFileWorkspaceHandler / should open solution folder in current window when active document is .sln

Test failed
Raw output
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "vscode.openFolder", Anything, {"forceReuseWindow": true}

Number of calls: 0
    at Object.<anonymous> (D:\a\_work\1\s\test\lsptoolshost\unitTests\solutionFileWorkspaceHandler.test.ts:74:39)

Check failure on line 1 in Unit Tests SolutionFileWorkspaceHandler / should open new window when solution is outside workspace folders

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Unit Tests SolutionFileWorkspaceHandler / should open new window when solution is outside workspace folders

Test failed
Raw output
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "vscode.openFolder", Anything, {"forceNewWindow": true}

Number of calls: 0
    at Object.<anonymous> (/Users/runner/work/1/s/test/lsptoolshost/unitTests/solutionFileWorkspaceHandler.test.ts:143:39)