Skip to content

Commit 1cbdc2e

Browse files
authored
Removing SWA integration (#743)
* Removing SWA integration Fixes #698 The integration was deprecated last release due to instability that it represents, and since it can't be used for deployment it really doesn't provide the right kind of value. You can achieve the general design using Aspire OOTB features anyway * Removing the SWA integration from the test list * Removing from readme
1 parent d652577 commit 1cbdc2e

39 files changed

+38
-4683
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
Hosting.Azure.Dapr.Redis.Tests,
2525
Hosting.Azure.Dapr.Tests,
2626
Hosting.Azure.DataApiBuilder.Tests,
27-
Hosting.Azure.StaticWebApps.Tests,
2827
Hosting.Bun.Tests,
2928
Hosting.Dapr.Tests,
3029
Hosting.DbGate.Tests,
@@ -125,3 +124,4 @@ jobs:
125124
with:
126125
name: testresults-${{ matrix.name }}-${{ matrix.os }}
127126
path: testresults/**
127+

CommunityToolkit.Aspire.slnx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,12 @@
134134
<Folder Name="/examples/sqlserver-ext/">
135135
<Project Path="examples/sqlserver-ext/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.AppHost/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.AppHost.csproj" />
136136
</Folder>
137-
<Folder Name="/examples/swa/">
138-
<Project Path="examples/swa/CommunityToolkit.Aspire.StaticWebApps.ApiApp/CommunityToolkit.Aspire.StaticWebApps.ApiApp.csproj" />
139-
<Project Path="examples/swa/CommunityToolkit.Aspire.StaticWebApps.AppHost/CommunityToolkit.Aspire.StaticWebApps.AppHost.csproj" />
140-
<Project Path="examples/swa/CommunityToolkit.Aspire.StaticWebApps.ServiceDefaults/CommunityToolkit.Aspire.StaticWebApps.ServiceDefaults.csproj" />
141-
</Folder>
142137
<Folder Name="/src/">
143138
<Project Path="src/CommunityToolkit.Aspire.EventStore/CommunityToolkit.Aspire.EventStore.csproj" />
144139
<Project Path="src/CommunityToolkit.Aspire.GoFeatureFlag/CommunityToolkit.Aspire.GoFeatureFlag.csproj" />
145140
<Project Path="src/CommunityToolkit.Aspire.Hosting.ActiveMQ/CommunityToolkit.Aspire.Hosting.ActiveMQ.csproj" />
146141
<Project Path="src/CommunityToolkit.Aspire.Hosting.Adminer/CommunityToolkit.Aspire.Hosting.Adminer.csproj" />
147142
<Project Path="src/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.csproj" />
148-
<Project Path="src/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps.csproj" />
149143
<Project Path="src/CommunityToolkit.Aspire.Hosting.Bun/CommunityToolkit.Aspire.Hosting.Bun.csproj" />
150144
<Project Path="src/CommunityToolkit.Aspire.Hosting.DbGate/CommunityToolkit.Aspire.Hosting.DbGate.csproj" />
151145
<Project Path="src/CommunityToolkit.Aspire.Hosting.Deno/CommunityToolkit.Aspire.Hosting.Deno.csproj" />
@@ -190,7 +184,6 @@
190184
<Project Path="tests/CommunityToolkit.Aspire.Hosting.ActiveMQ.Tests/CommunityToolkit.Aspire.Hosting.ActiveMQ.Tests.csproj" />
191185
<Project Path="tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests.csproj" />
192186
<Project Path="tests/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.Tests/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.Tests.csproj" />
193-
<Project Path="tests/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps.Tests/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps.Tests.csproj" />
194187
<Project Path="tests/CommunityToolkit.Aspire.Hosting.Bun.Tests/CommunityToolkit.Aspire.Hosting.Bun.Tests.csproj" />
195188
<Project Path="tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests.csproj" />
196189
<Project Path="tests/CommunityToolkit.Aspire.Hosting.Deno.Tests/CommunityToolkit.Aspire.Hosting.Deno.Tests.csproj" />

README.md

Lines changed: 37 additions & 43 deletions
Large diffs are not rendered by default.

examples/swa/CommunityToolkit.Aspire.StaticWebApps.ApiApp/CommunityToolkit.Aspire.StaticWebApps.ApiApp.csproj

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.ApiApp/Program.cs

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.ApiApp/Properties/launchSettings.json

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.ApiApp/appsettings.json

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.AppHost/CommunityToolkit.Aspire.StaticWebApps.AppHost.csproj

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.AppHost/Program.cs

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

examples/swa/CommunityToolkit.Aspire.StaticWebApps.AppHost/Properties/launchSettings.json

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

0 commit comments

Comments
 (0)