CommunityToolkit.Aspire.Hosting.EventStore 9.9.0

Prefix Reserved
Suggested Alternatives

CommunityToolkit.Aspire.Hosting.KurrentDB

Additional Details

EventStore has renamed to KurrentDB, do we are deprecating the integration in favour of the new one with the correct name.

dotnet add package CommunityToolkit.Aspire.Hosting.EventStore --version 9.9.0
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.EventStore -Version 9.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommunityToolkit.Aspire.Hosting.EventStore" Version="9.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.EventStore" Version="9.9.0" />
                    
Directory.Packages.props
<PackageReference Include="CommunityToolkit.Aspire.Hosting.EventStore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommunityToolkit.Aspire.Hosting.EventStore --version 9.9.0
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.EventStore, 9.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommunityToolkit.Aspire.Hosting.EventStore@9.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.EventStore&version=9.9.0
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.EventStore&version=9.9.0
                    
Install as a Cake Tool

CommunityToolkit.Aspire.Hosting.EventStore library

Provides extension methods and resource definitions for the .NET Aspire app host to support running EventStore containers.

Getting Started

Install the package

In your app host project, install the package using the following command:

dotnet add package CommunityToolkit.Aspire.Hosting.EventStore

Example usage

Then, in the Program.cs file of app host, add a EventStore resource and consume the connection using the following methods:

var builder = DistributedApplication.CreateBuilder(args);

var eventstore = builder.AddEventStore("eventstore");

var myService = builder.AddProject<Projects.MyService>()
                       .WithReference(eventstore);

builder.Build().Run();

Additional Information

https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-eventstore

Feedback & contributing

https://github.com/CommunityToolkit/Aspire

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on CommunityToolkit.Aspire.Hosting.EventStore:

Repository Stars
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 10.
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 10.
Version Downloads Last Updated
9.9.0 2,886 11/3/2025 9.9.0 is deprecated because it is no longer maintained.
9.9.0-beta.427 192 11/3/2025
9.8.1-beta.426 189 11/3/2025
9.8.1-beta.424 176 10/28/2025
9.8.1-beta.420 169 10/27/2025
9.8.1-beta.419 186 10/27/2025
9.8.1-beta.417 175 10/27/2025
9.8.1-beta.414 176 10/24/2025
9.8.1-beta.413 175 10/22/2025
9.8.1-beta.410 162 10/16/2025
9.8.1-beta.408 166 10/16/2025
9.8.1-beta.407 173 10/16/2025
9.8.1-beta.406 175 10/15/2025
9.8.0 4,359 9/26/2025
9.8.0-beta.405 178 10/15/2025
9.8.0-beta.404 180 10/13/2025
9.8.0-beta.402 181 9/29/2025
9.8.0-beta.401 170 9/29/2025
9.8.0-beta.399 175 9/26/2025
9.8.0-beta.398 177 9/25/2025
Loading failed