You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version:1.26.1
C# Extension version:1.15.2
Steps to reproduce
Create multiple test .csproj files for the test project. Exclude all projects except the one we need using omnisharp.json and settings.json file.
Expected behavior
When debugging a specific test method from vscode no ambiguity should be reported on which test project configuration to select for testing.
Actual behavior
Error is thrown on console. An example is below.
Debugging method 'Advanced.Algorithms.Tests.DataStructures.BPTree_Tests.BPTree_AccuracyTest'...
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Core
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file.
MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file.
Not sure if this is related to vscode or omniSharp.
Environment data
dotnet --info
output:VS Code version:1.26.1
C# Extension version:1.15.2
Steps to reproduce
Create multiple test .csproj files for the test project. Exclude all projects except the one we need using omnisharp.json and settings.json file.
Expected behavior
When debugging a specific test method from vscode no ambiguity should be reported on which test project configuration to select for testing.
Actual behavior
Error is thrown on console. An example is below.
Reproduced in below repository for example.
https://github.com/justcoding121/Advanced-Algorithms
The text was updated successfully, but these errors were encountered: