We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cdb24 commit 706f946Copy full SHA for 706f946
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
"dotnet-test-explorer.testProjectPath": "Tests/*/*Tests.csproj",
3
- "dotnet-test-explorer.treeMode": "flat"
+ "dotnet-test-explorer.treeMode": "flat",
4
+ "dotnet.defaultSolution": "App.slnx"
5
}
App.sln
App.slnx
@@ -0,0 +1,10 @@
+<Solution>
+ <Folder Name="/App/">
+ <Project Path="App/Api/Api.csproj" />
+ <Project Path="App/Services/Services.csproj" />
+ </Folder>
6
+ <Folder Name="/Tests/">
7
+ <Project Path="Tests/IntegrationTests/IntegrationTests.csproj" />
8
+ <Project Path="Tests/UnitTests/UnitTests.csproj" />
9
10
+</Solution>
0 commit comments