Skip to content

Commit 3522e4a

Browse files
Copilotaaronpowellfredimachado
authored
Remove deprecated EventStore integrations (#946)
* Initial plan * Remove EventStore integrations and all associated files Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> * Remove EventStore project references from solution file Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com> Co-authored-by: Fredi Machado <fredisoft@gmail.com>
1 parent f592c54 commit 3522e4a

26 files changed

+0
-1152
lines changed

CommunityToolkit.Aspire.slnx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<Folder Name="/examples/deno/">
3131
<Project Path="examples/deno/CommunityToolkit.Aspire.Hosting.Deno.AppHost/CommunityToolkit.Aspire.Hosting.Deno.AppHost.csproj" />
3232
</Folder>
33-
<Folder Name="/examples/eventstore/">
34-
<Project Path="examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/CommunityToolkit.Aspire.Hosting.EventStore.ApiService.csproj" />
35-
<Project Path="examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.AppHost/CommunityToolkit.Aspire.Hosting.EventStore.AppHost.csproj" />
36-
<Project Path="examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ServiceDefaults/CommunityToolkit.Aspire.Hosting.EventStore.ServiceDefaults.csproj" />
37-
</Folder>
3833
<Folder Name="/examples/kurrentdb/">
3934
<Project Path="examples/kurrentdb/CommunityToolkit.Aspire.Hosting.KurrentDB.ApiService/CommunityToolkit.Aspire.Hosting.KurrentDB.ApiService.csproj" />
4035
<Project Path="examples/kurrentdb/CommunityToolkit.Aspire.Hosting.KurrentDB.AppHost/CommunityToolkit.Aspire.Hosting.KurrentDB.AppHost.csproj" />
@@ -171,15 +166,13 @@
171166
<Project Path="examples/surrealdb/CommunityToolkit.Aspire.Hosting.SurrealDb.ServiceDefaults/CommunityToolkit.Aspire.Hosting.SurrealDb.ServiceDefaults.csproj" />
172167
</Folder>
173168
<Folder Name="/src/">
174-
<Project Path="src/CommunityToolkit.Aspire.EventStore/CommunityToolkit.Aspire.EventStore.csproj" />
175169
<Project Path="src/CommunityToolkit.Aspire.GoFeatureFlag/CommunityToolkit.Aspire.GoFeatureFlag.csproj" />
176170
<Project Path="src/CommunityToolkit.Aspire.Hosting.ActiveMQ/CommunityToolkit.Aspire.Hosting.ActiveMQ.csproj" />
177171
<Project Path="src/CommunityToolkit.Aspire.Hosting.Adminer/CommunityToolkit.Aspire.Hosting.Adminer.csproj" />
178172
<Project Path="src/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.csproj" />
179173
<Project Path="src/CommunityToolkit.Aspire.Hosting.Bun/CommunityToolkit.Aspire.Hosting.Bun.csproj" />
180174
<Project Path="src/CommunityToolkit.Aspire.Hosting.DbGate/CommunityToolkit.Aspire.Hosting.DbGate.csproj" />
181175
<Project Path="src/CommunityToolkit.Aspire.Hosting.Deno/CommunityToolkit.Aspire.Hosting.Deno.csproj" />
182-
<Project Path="src/CommunityToolkit.Aspire.Hosting.EventStore/CommunityToolkit.Aspire.Hosting.EventStore.csproj" />
183176
<Project Path="src/CommunityToolkit.Aspire.Hosting.Flagd/CommunityToolkit.Aspire.Hosting.Flagd.csproj" />
184177
<Project Path="src/CommunityToolkit.Aspire.Hosting.GoFeatureFlag/CommunityToolkit.Aspire.Hosting.GoFeatureFlag.csproj" />
185178
<Project Path="src/CommunityToolkit.Aspire.Hosting.Golang/CommunityToolkit.Aspire.Hosting.Golang.csproj" />

Directory.Packages.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</ItemGroup>
2525
<ItemGroup Label="Core Packages">
2626
<!-- AspNetCore packages -->
27-
<PackageVersion Include="AspNetCore.HealthChecks.EventStore.gRPC" Version="9.0.0" />
2827
<PackageVersion Include="AspNetCore.HealthChecks.Rabbitmq" Version="9.0.0" />
2928
<PackageVersion Include="AspNetCore.HealthChecks.RavenDB" Version="9.0.0" />
3029
<PackageVersion Include="AspNetCore.HealthChecks.Sqlite" Version="9.0.0" />
@@ -81,8 +80,6 @@
8180
<PackageVersion Include="Microsoft.SqlServer.DacFx" Version="170.1.61" />
8281
<PackageVersion Include="Microsoft.Build" Version="17.11.48" />
8382
<PackageVersion Include="Microsoft.Build.Locator" Version="1.10.2" />
84-
<PackageVersion Include="EventStore.Client.Extensions.OpenTelemetry" Version="23.3.8" />
85-
<PackageVersion Include="EventStore.Client.Grpc.Streams" Version="23.3.8" />
8683
<PackageVersion Include="ErikEJ.Dacpac.Chinook" Version="1.0.0" />
8784
<PackageVersion Include="RavenDB.Client" Version="6.2.1" />
8885
<PackageVersion Include="RavenDB.TestDriver" Version="6.2.1" />

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/Account.cs

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/AccountEvents.cs

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/CommunityToolkit.Aspire.Hosting.EventStore.ApiService.csproj

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/EventStoreExtensions.cs

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/Program.cs

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/Properties/launchSettings.json

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

examples/eventstore/CommunityToolkit.Aspire.Hosting.EventStore.ApiService/appsettings.json

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

0 commit comments

Comments
 (0)