Skip to content

Commit e8983df

Browse files
committed
Convert to .slnx format
1 parent bbf3ee9 commit e8983df

17 files changed

Lines changed: 131 additions & 587 deletions

.github/workflows/Steeltoe.All.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
STEELTOE_MACOS_DIAGNOSE_HOSTNAME_LOOKUP: true
2121
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2222
DOTNET_NOLOGO: true
23-
SOLUTION_FILE: 'src/Steeltoe.All.sln'
23+
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2424
COMMON_TEST_ARGS: >-
2525
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
2626
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 1m

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
env:
2222
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2323
DOTNET_NOLOGO: true
24-
SOLUTION_FILE: 'src/Steeltoe.All.sln'
24+
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2525
VERSION_FILE: 'shared-package.props'
2626

2727
jobs:

.github/workflows/scan-vulnerable-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
env:
1919
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2020
DOTNET_NOLOGO: true
21-
SOLUTION_FILE: 'src/Steeltoe.All.sln'
21+
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2222

2323
jobs:
2424
scan:

.github/workflows/sonarcube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
STEELTOE_MACOS_DIAGNOSE_HOSTNAME_LOOKUP: true
2222
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2323
DOTNET_NOLOGO: true
24-
SOLUTION_FILE: 'src/Steeltoe.All.sln'
24+
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2525
SONAR_TEST_ARGS: >-
2626
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
2727
--settings coverlet.runsettings -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.UseSourceLink=false

.github/workflows/verify-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
env:
1919
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2020
DOTNET_NOLOGO: true
21-
SOLUTION_FILE: 'src/Steeltoe.All.sln'
21+
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2222

2323
jobs:
2424
verify:

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dotnet test
4141

4242
For final validation before committing changes:
4343
```bash
44-
dotnet build src/Steeltoe.All.sln --configuration Release
45-
dotnet test src/Steeltoe.All.sln --configuration Release
44+
dotnet build src/Steeltoe.All.slnx --configuration Release
45+
dotnet test src/Steeltoe.All.slnx --configuration Release
4646
```
4747

4848
### Run Tests

cleanupcode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param(
99

1010
$ErrorActionPreference = "Stop"
1111
$PSNativeCommandUseErrorActionPreference = $true
12-
$solutionFile = 'src/Steeltoe.All.sln'
12+
$solutionFile = 'src/Steeltoe.All.slnx'
1313

1414
dotnet tool restore
1515
dotnet restore $solutionFile /p:NuGetAudit=false

src/Steeltoe.All.sln

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

src/Steeltoe.All.slnx

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<Solution>
2+
<Folder Name="/Bootstrap/">
3+
<Project Path="Bootstrap/src/AutoConfiguration/Steeltoe.Bootstrap.AutoConfiguration.csproj" />
4+
<Project Path="Bootstrap/test/AutoConfiguration.Test/Steeltoe.Bootstrap.AutoConfiguration.Test.csproj" />
5+
<Project Path="Bootstrap/test/EmptyAutoConfiguration.Test/Steeltoe.Bootstrap.EmptyAutoConfiguration.Test.csproj" />
6+
</Folder>
7+
<Folder Name="/Common/">
8+
<File Path="Common/README.md" />
9+
<Project Path="Common/src/Certificates/Steeltoe.Common.Certificates.csproj" />
10+
<Project Path="Common/src/Common/Steeltoe.Common.csproj" />
11+
<Project Path="Common/src/Hosting/Steeltoe.Common.Hosting.csproj" />
12+
<Project Path="Common/src/Http/Steeltoe.Common.Http.csproj" />
13+
<Project Path="Common/src/Logging/Steeltoe.Common.Logging.csproj" />
14+
<Project Path="Common/src/Net/Steeltoe.Common.Net.csproj" />
15+
<Project Path="Common/test/Certificates.Test/Steeltoe.Common.Certificates.Test.csproj" />
16+
<Project Path="Common/test/Common.Test/Steeltoe.Common.Test.csproj" />
17+
<Project Path="Common/test/Hosting.Test/Steeltoe.Common.Hosting.Test.csproj" />
18+
<Project Path="Common/test/Http.Test/Steeltoe.Common.Http.Test.csproj" />
19+
<Project Path="Common/test/Logging.Test/Steeltoe.Common.Logging.Test.csproj" />
20+
<Project Path="Common/test/Net.Test/Steeltoe.Common.Net.Test.csproj" />
21+
<Project Path="Common/test/TestResources/Steeltoe.Common.TestResources.csproj" />
22+
</Folder>
23+
<Folder Name="/Configuration/">
24+
<File Path="Configuration/README.md" />
25+
<Project Path="Configuration/src/Abstractions/Steeltoe.Configuration.Abstractions.csproj" />
26+
<Project Path="Configuration/src/CloudFoundry/Steeltoe.Configuration.CloudFoundry.csproj" />
27+
<Project Path="Configuration/src/ConfigServer/Steeltoe.Configuration.ConfigServer.csproj" />
28+
<Project Path="Configuration/src/Encryption/Steeltoe.Configuration.Encryption.csproj" />
29+
<Project Path="Configuration/src/Kubernetes.ServiceBindings/Steeltoe.Configuration.Kubernetes.ServiceBindings.csproj" />
30+
<Project Path="Configuration/src/Placeholder/Steeltoe.Configuration.Placeholder.csproj" />
31+
<Project Path="Configuration/src/RandomValue/Steeltoe.Configuration.RandomValue.csproj" />
32+
<Project Path="Configuration/src/SpringBoot/Steeltoe.Configuration.SpringBoot.csproj" />
33+
<Project Path="Configuration/test/CloudFoundry.Test/Steeltoe.Configuration.CloudFoundry.Test.csproj" />
34+
<Project Path="Configuration/test/ConfigServer.Discovery.Test/Steeltoe.Configuration.ConfigServer.Discovery.Test.csproj" />
35+
<Project Path="Configuration/test/ConfigServer.Integration.Test/Steeltoe.Configuration.ConfigServer.Integration.Test.csproj" />
36+
<Project Path="Configuration/test/ConfigServer.Test/Steeltoe.Configuration.ConfigServer.Test.csproj" />
37+
<Project Path="Configuration/test/Encryption.Test/Steeltoe.Configuration.Encryption.Test.csproj" />
38+
<Project Path="Configuration/test/Kubernetes.ServiceBindings.Test/Steeltoe.Configuration.Kubernetes.ServiceBindings.Test.csproj" />
39+
<Project Path="Configuration/test/Placeholder.Test/Steeltoe.Configuration.Placeholder.Test.csproj" />
40+
<Project Path="Configuration/test/RandomValue.Test/Steeltoe.Configuration.RandomValue.Test.csproj" />
41+
<Project Path="Configuration/test/SpringBoot.Test/Steeltoe.Configuration.SpringBoot.Test.csproj" />
42+
</Folder>
43+
<Folder Name="/Connectors/">
44+
<File Path="Connectors/README.md" />
45+
<Project Path="Connectors/src/Connectors/Steeltoe.Connectors.csproj" />
46+
<Project Path="Connectors/src/EntityFrameworkCore/Steeltoe.Connectors.EntityFrameworkCore.csproj" />
47+
<Project Path="Connectors/test/Connectors.Test/Steeltoe.Connectors.Test.csproj" />
48+
<Project Path="Connectors/test/EntityFrameworkCore.Test/Steeltoe.Connectors.EntityFrameworkCore.Test.csproj" />
49+
</Folder>
50+
<Folder Name="/Discovery/">
51+
<File Path="Discovery/README.md" />
52+
<Project Path="Discovery/src/Configuration/Steeltoe.Discovery.Configuration.csproj" />
53+
<Project Path="Discovery/src/Consul/Steeltoe.Discovery.Consul.csproj" />
54+
<Project Path="Discovery/src/Eureka/Steeltoe.Discovery.Eureka.csproj" />
55+
<Project Path="Discovery/src/HttpClients/Steeltoe.Discovery.HttpClients.csproj" />
56+
<Project Path="Discovery/test/Configuration.Test/Steeltoe.Discovery.Configuration.Test.csproj" />
57+
<Project Path="Discovery/test/Consul.Test/Steeltoe.Discovery.Consul.Test.csproj" />
58+
<Project Path="Discovery/test/Eureka.Test/Steeltoe.Discovery.Eureka.Test.csproj" />
59+
<Project Path="Discovery/test/HttpClients.Test/Steeltoe.Discovery.HttpClients.Test.csproj" />
60+
</Folder>
61+
<Folder Name="/Logging/">
62+
<File Path="Logging/README.md" />
63+
<Project Path="Logging/src/Abstractions/Steeltoe.Logging.Abstractions.csproj" />
64+
<Project Path="Logging/src/DynamicConsole/Steeltoe.Logging.DynamicConsole.csproj" />
65+
<Project Path="Logging/src/DynamicSerilog/Steeltoe.Logging.DynamicSerilog.csproj" />
66+
<Project Path="Logging/test/DynamicConsole.Test/Steeltoe.Logging.DynamicConsole.Test.csproj" />
67+
<Project Path="Logging/test/DynamicSerilog.Test/Steeltoe.Logging.DynamicSerilog.Test.csproj" />
68+
</Folder>
69+
<Folder Name="/Management/">
70+
<File Path="Management/README.md" />
71+
<Project Path="Management/src/Abstractions/Steeltoe.Management.Abstractions.csproj" />
72+
<Project Path="Management/src/Endpoint/Steeltoe.Management.Endpoint.csproj" />
73+
<Project Path="Management/src/Prometheus/Steeltoe.Management.Prometheus.csproj" />
74+
<Project Path="Management/src/Tasks/Steeltoe.Management.Tasks.csproj" />
75+
<Project Path="Management/src/Tracing/Steeltoe.Management.Tracing.csproj" />
76+
<Project Path="Management/test/Endpoint.Test/Steeltoe.Management.Endpoint.Test.csproj" />
77+
<Project Path="Management/test/Prometheus.Test/Steeltoe.Management.Prometheus.Test.csproj" />
78+
<Project Path="Management/test/RazorPagesTestWebApp/Steeltoe.Management.Endpoint.RazorPagesTestWebApp.csproj" />
79+
<Project Path="Management/test/Tasks.Test/Steeltoe.Management.Tasks.Test.csproj" />
80+
<Project Path="Management/test/Tracing.Test/Steeltoe.Management.Tracing.Test.csproj" />
81+
</Folder>
82+
<Folder Name="/Security/">
83+
<File Path="Security/README.md" />
84+
<Project Path="Security/src/Authentication.JwtBearer/Steeltoe.Security.Authentication.JwtBearer.csproj" />
85+
<Project Path="Security/src/Authentication.OpenIdConnect/Steeltoe.Security.Authentication.OpenIdConnect.csproj" />
86+
<Project Path="Security/src/Authorization.Certificate/Steeltoe.Security.Authorization.Certificate.csproj" />
87+
<Project Path="Security/src/DataProtection.Redis/Steeltoe.Security.DataProtection.Redis.csproj" />
88+
<Project Path="Security/test/Authentication.JwtBearer.Test/Steeltoe.Security.Authentication.JwtBearer.Test.csproj" />
89+
<Project Path="Security/test/Authentication.OpenIdConnect.Test/Steeltoe.Security.Authentication.OpenIdConnect.Test.csproj" />
90+
<Project Path="Security/test/Authorization.Certificate.Test/Steeltoe.Security.Authorization.Certificate.Test.csproj" />
91+
<Project Path="Security/test/DataProtection.Redis.Test/Steeltoe.Security.DataProtection.Redis.Test.csproj" />
92+
</Folder>
93+
<Folder Name="/_shared/">
94+
<File Path="../.editorconfig" />
95+
<File Path="../.gitattributes" />
96+
<File Path="../.gitignore" />
97+
<File Path="../cleanupcode.ps1" />
98+
<File Path="../coverlet.runsettings" />
99+
<File Path="../Directory.Build.targets" />
100+
<File Path="../nuget.config" />
101+
<File Path="../PackageReadme.md" />
102+
<File Path="../shared-package.props" />
103+
<File Path="../shared-project.props" />
104+
<File Path="../shared-test.props" />
105+
<File Path="../shared.props" />
106+
<File Path="../Steeltoe.Debug.ruleset" />
107+
<File Path="../Steeltoe.Release.ruleset" />
108+
<File Path="../stylecop.json" />
109+
<File Path="../versions.props" />
110+
</Folder>
111+
<Folder Name="/_tools/">
112+
<File Path="Tools/src/package.targets" />
113+
<Project Path="Tools/src/ConfigurationSchemaGenerator/ConfigurationSchemaGenerator.csproj" />
114+
<Project Path="Tools/test/ConfigurationSchemaGenerator.Tests/ConfigurationSchemaGenerator.Tests.csproj" />
115+
</Folder>
116+
</Solution>

0 commit comments

Comments
 (0)