Skip to content

Commit a2a1580

Browse files
committed
Migrates to new solution format
Updates the solution file format to the modern .slnx format. This change streamlines project management and ensures compatibility with newer IDE features. Removes the old .sln files.
1 parent b3bc185 commit a2a1580

File tree

8 files changed

+99
-546
lines changed

8 files changed

+99
-546
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
uses: ./.github/workflows/build-workflow.yml
77
secrets: inherit
88
with:
9-
solution: Foundatio.sln
9+
solution: Foundatio.slnx

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dotnet-version: 8.0.x
3434

3535
- name: Build
36-
run: dotnet build Foundatio.sln --configuration Release
36+
run: dotnet build Foundatio.slnx --configuration Release
3737

3838
- name: Perform CodeQL Analysis
3939
uses: github/codeql-action/analyze@v1

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"args": [
1313
"build",
14-
"${workspaceFolder}/Foundatio.sln",
14+
"${workspaceFolder}/Foundatio.slnx",
1515
"/p:GenerateFullPaths=true"
1616
],
1717
"problemMatcher": "$msCompile"
@@ -26,13 +26,13 @@
2626
},
2727
"args": [
2828
"test",
29-
"${workspaceFolder}/Foundatio.sln",
29+
"${workspaceFolder}/Foundatio.slnx",
3030
"/p:GenerateFullPaths=true"
3131
],
3232
"problemMatcher": "$msCompile"
3333
},
3434
{
35-
"label": "pack",
35+
"label": "pack",
3636
"command": "dotnet pack -c Release -o ${workspaceFolder}/artifacts",
3737
"type": "shell",
3838
"problemMatcher": []

Foundatio.All.sln

Lines changed: 0 additions & 326 deletions
This file was deleted.

Foundatio.All.slnx

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<Solution>
2+
<Folder Name="/Samples/">
3+
<Project Path="../Foundatio.Kafka/samples/Foundatio.Kafka.Publish/Foundatio.Kafka.Publish.csproj" />
4+
<Project Path="../Foundatio.Kafka/samples/Foundatio.Kafka.Subscribe/Foundatio.Kafka.Subscribe.csproj" />
5+
<Project Path="../Foundatio.RabbitMQ/samples/Foundatio.RabbitMQ.Publish/Foundatio.RabbitMQ.Publish.csproj" />
6+
<Project Path="../Foundatio.RabbitMQ/samples/Foundatio.RabbitMQ.Subscribe/Foundatio.RabbitMQ.Subscribe.csproj" />
7+
<Project Path="../Foundatio.Redis/samples/Foundatio.SampleJob/Foundatio.SampleJob.csproj" />
8+
<Project Path="../Foundatio.Redis/samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj" />
9+
<Project Path="samples/Foundatio.AppHost/Foundatio.AppHost.csproj" />
10+
<Project Path="samples/Foundatio.HostingSample/Foundatio.HostingSample.csproj" />
11+
</Folder>
12+
<Folder Name="/Solution Items/">
13+
<File Path=".editorconfig" />
14+
<File Path=".github/workflows/build-workflow.yml" />
15+
<File Path=".github/workflows/build.yml" />
16+
<File Path=".github/workflows/codeql-analysis.yml" />
17+
<File Path="build/common.props" />
18+
<File Path="NuGet.config" />
19+
<File Path="README.md" />
20+
<File Path="src/Directory.Build.props" />
21+
<File Path="tests/Directory.Build.props" />
22+
</Folder>
23+
<Folder Name="/Tests/">
24+
<Project Path="../Foundatio.Aliyun/tests/Foundatio.Aliyun.Tests/Foundatio.Aliyun.Tests.csproj" />
25+
<Project Path="../Foundatio.AWS/tests/Foundatio.AWS.Tests/Foundatio.AWS.Tests.csproj" />
26+
<Project Path="../Foundatio.AzureServiceBus/tests/Foundatio.AzureServiceBus.Tests/Foundatio.AzureServiceBus.Tests.csproj" />
27+
<Project Path="../Foundatio.AzureStorage/tests/Foundatio.AzureStorage.Tests/Foundatio.AzureStorage.Tests.csproj" />
28+
<Project Path="../Foundatio.Kafka/tests/Foundatio.Kafka.Tests/Foundatio.Kafka.Tests.csproj" />
29+
<Project Path="../Foundatio.Minio/tests/Foundatio.Minio.Tests/Foundatio.Minio.Tests.csproj" />
30+
<Project Path="../Foundatio.Parsers/tests/Foundatio.Parsers.ElasticQueries.Tests/Foundatio.Parsers.ElasticQueries.Tests.csproj" />
31+
<Project Path="../Foundatio.Parsers/tests/Foundatio.Parsers.LuceneQueries.Tests/Foundatio.Parsers.LuceneQueries.Tests.csproj" />
32+
<Project Path="../Foundatio.Parsers/tests/Foundatio.Parsers.SqlQueries.Tests/Foundatio.Parsers.SqlQueries.Tests.csproj" />
33+
<Project Path="../Foundatio.RabbitMQ/tests/Foundatio.RabbitMQ.Tests/Foundatio.RabbitMQ.Tests.csproj" />
34+
<Project Path="../Foundatio.Redis/tests/Foundatio.Redis.Tests/Foundatio.Redis.Tests.csproj" />
35+
<Project Path="../Foundatio.Repositories/tests/Foundatio.Repositories.Elasticsearch.Tests/Foundatio.Repositories.Elasticsearch.Tests.csproj" />
36+
<Project Path="../Foundatio.Repositories/tests/Foundatio.Repositories.Tests/Foundatio.Repositories.Tests.csproj" />
37+
<Project Path="../Foundatio.Storage.SshNet/tests/Foundatio.Storage.SshNet.Tests/Foundatio.Storage.SshNet.Tests.csproj" />
38+
<Project Path="src/Foundatio.TestHarness/Foundatio.TestHarness.csproj" />
39+
<Project Path="tests/Foundatio.Tests/Foundatio.Tests.csproj" />
40+
</Folder>
41+
<Project Path="../Foundatio.Aliyun/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj" />
42+
<Project Path="../Foundatio.AWS/src/Foundatio.AWS/Foundatio.AWS.csproj" />
43+
<Project Path="../Foundatio.AzureServiceBus/src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj" />
44+
<Project Path="../Foundatio.AzureStorage/src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj" />
45+
<Project Path="../Foundatio.Kafka/src/Foundatio.Kafka/Foundatio.Kafka.csproj" />
46+
<Project Path="../Foundatio.Minio/src/Foundatio.Minio/Foundatio.Minio.csproj" />
47+
<Project Path="../Foundatio.Parsers/src/Foundatio.Parsers.ElasticQueries/Foundatio.Parsers.ElasticQueries.csproj" />
48+
<Project Path="../Foundatio.Parsers/src/Foundatio.Parsers.LuceneQueries/Foundatio.Parsers.LuceneQueries.csproj" />
49+
<Project Path="../Foundatio.Parsers/src/Foundatio.Parsers.SqlQueries/Foundatio.Parsers.SqlQueries.csproj" />
50+
<Project Path="../Foundatio.RabbitMQ/src/Foundatio.RabbitMQ/Foundatio.RabbitMQ.csproj" />
51+
<Project Path="../Foundatio.Redis/src/Foundatio.Redis/Foundatio.Redis.csproj" />
52+
<Project Path="../Foundatio.Repositories/src/Foundatio.Repositories.Elasticsearch/Foundatio.Repositories.Elasticsearch.csproj" />
53+
<Project Path="../Foundatio.Repositories/src/Foundatio.Repositories/Foundatio.Repositories.csproj" />
54+
<Project Path="../Foundatio.Storage.SshNet/src/Foundatio.Storage.SshNet/Foundatio.Storage.SshNet.csproj" />
55+
<Project Path="src/Foundatio.Extensions.Hosting/Foundatio.Extensions.Hosting.csproj" />
56+
<Project Path="src/Foundatio.JsonNet/Foundatio.JsonNet.csproj" />
57+
<Project Path="src/Foundatio.MessagePack/Foundatio.MessagePack.csproj" />
58+
<Project Path="src/Foundatio.Utf8Json/Foundatio.Utf8Json.csproj" />
59+
<Project Path="src/Foundatio.Xunit/Foundatio.Xunit.csproj" />
60+
<Project Path="src/Foundatio/Foundatio.csproj" />
61+
</Solution>

0 commit comments

Comments
 (0)