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 9.
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 9.
Version Downloads Last Updated
9.9.0 276 11/3/2025 9.9.0 is deprecated because it is no longer maintained.
9.9.0-beta.427 131 11/3/2025
9.8.1-beta.426 135 11/3/2025
9.8.1-beta.424 122 10/28/2025
9.8.1-beta.420 121 10/27/2025
9.8.1-beta.419 124 10/27/2025
9.8.1-beta.417 121 10/27/2025
9.8.1-beta.414 119 10/24/2025
9.8.1-beta.413 119 10/22/2025
9.8.1-beta.410 117 10/16/2025
9.8.1-beta.408 116 10/16/2025
9.8.1-beta.407 110 10/16/2025
9.8.1-beta.406 119 10/15/2025
9.8.0 2,323 9/26/2025
9.8.0-beta.405 119 10/15/2025
9.8.0-beta.404 121 10/13/2025
9.8.0-beta.402 131 9/29/2025
9.8.0-beta.401 124 9/29/2025
9.8.0-beta.399 121 9/26/2025
9.8.0-beta.398 130 9/25/2025
9.8.0-beta.397 128 9/25/2025
9.8.0-beta.395 124 9/24/2025
9.8.0-beta.394 125 9/23/2025
9.8.0-beta.393 130 9/23/2025
9.8.0-beta.392 133 9/23/2025
9.8.0-beta.389 249 9/18/2025
9.8.0-beta.388 255 9/16/2025
9.8.0-beta.386 202 9/15/2025
9.8.0-beta.385 207 9/15/2025
9.8.0-beta.384 53 9/13/2025
9.8.0-beta.376 132 9/8/2025
9.8.0-beta.375 64 9/6/2025
9.8.0-beta.373 139 9/5/2025
9.8.0-beta.372 140 9/4/2025
9.8.0-beta.370 128 9/2/2025
9.8.0-beta.364 125 9/1/2025
9.7.2 615 8/29/2025
9.7.2-beta.362 170 8/29/2025
9.7.2-beta.361 169 8/29/2025
9.7.2-beta.360 169 8/29/2025
9.7.2-beta.359 169 8/28/2025
9.7.2-beta.358 167 8/28/2025
9.7.2-beta.357 169 8/28/2025
9.7.1 217 8/27/2025
9.7.1-beta.355 175 8/27/2025
9.7.1-beta.354 171 8/27/2025
9.7.1-beta.353 170 8/27/2025
9.7.1-beta.352 176 8/27/2025
9.7.1-beta.351 176 8/27/2025
9.7.1-beta.348 133 8/14/2025
9.7.1-beta.344 81 8/10/2025
9.7.1-beta.343 204 8/8/2025
9.7.1-beta.342 206 8/7/2025
9.7.1-beta.341 202 8/6/2025
9.7.1-beta.340 190 8/5/2025
9.7.1-beta.339 190 8/5/2025
9.7.0 1,065 8/1/2025
9.7.0-beta.337 87 8/1/2025
9.7.0-beta.336 98 8/1/2025
9.7.0-beta.335 96 8/1/2025
9.7.0-beta.333 110 7/30/2025
9.6.1-beta.332 106 7/30/2025
9.6.1-beta.331 101 7/30/2025
9.6.1-beta.330 103 7/30/2025
9.6.1-beta.329 107 7/30/2025
9.6.1-beta.328 116 7/29/2025
9.6.1-beta.327 118 7/28/2025
9.6.1-beta.326 117 7/28/2025
9.6.0 716 7/10/2025
9.6.0-beta.324 130 7/10/2025
9.5.1-beta.323 124 7/10/2025
9.5.1-beta.322 127 7/10/2025
9.5.1-beta.321 126 7/10/2025
9.5.1-beta.320 128 7/9/2025
9.5.1-beta.319 130 7/8/2025
9.5.1-beta.318 128 7/2/2025
9.5.1-beta.317 122 6/30/2025
9.5.1-beta.315 130 6/26/2025
9.5.1-beta.314 130 6/23/2025
9.5.1-beta.313 143 6/20/2025
9.5.1-beta.312 117 6/20/2025
9.5.1-beta.311 148 6/18/2025
9.5.1-beta.310 153 6/17/2025
9.5.1-beta.309 140 6/17/2025
9.5.1-beta.308 127 6/17/2025
9.5.1-beta.307 144 6/16/2025
9.5.1-beta.306 289 6/11/2025
9.5.1-beta.305 107 6/7/2025
9.5.1-beta.304 128 6/6/2025
9.5.1-beta.303 130 6/4/2025
9.5.1-beta.302 145 6/4/2025
9.5.1-beta.301 153 6/2/2025
9.5.1-beta.300 156 5/28/2025
9.5.0 561 5/27/2025
9.5.0-beta.299 132 5/27/2025
9.5.0-beta.298 160 5/26/2025
9.5.0-beta.297 84 5/24/2025
9.5.0-beta.296 90 5/24/2025
9.5.0-beta.295 81 5/24/2025
9.4.1-beta.291 162 5/19/2025
9.4.1-beta.289 172 5/16/2025
9.4.1-beta.288 230 5/16/2025
9.4.1-beta.287 198 5/16/2025
9.4.1-beta.286 195 5/16/2025
9.4.1-beta.285 232 5/14/2025
9.4.1-beta.284 234 5/13/2025
9.4.1-beta.283 216 5/12/2025
9.4.1-beta.282 158 5/7/2025
9.4.1-beta.280 154 5/2/2025
9.4.1-beta.279 134 5/2/2025
9.4.1-beta.277 171 4/23/2025
9.4.1-beta.276 165 4/23/2025
9.4.1-beta.275 178 4/23/2025
9.4.1-beta.274 175 4/23/2025
9.4.1-beta.273 175 4/23/2025
9.4.1-beta.272 165 4/23/2025
9.4.1-beta.271 162 4/23/2025
9.4.1-beta.270 164 4/20/2025
9.4.0 424 4/20/2025
9.4.0-beta.269 170 4/20/2025
9.4.0-beta.268 148 4/20/2025
9.3.1-beta.267 173 4/20/2025
9.3.1-beta.266 100 4/19/2025
9.3.1-beta.265 192 4/15/2025
9.3.1-beta.264 182 4/15/2025
9.3.1-beta.263 199 4/15/2025
9.3.1-beta.262 183 4/15/2025
9.3.1-beta.260 149 4/10/2025
9.3.1-beta.259 146 4/8/2025
9.3.1-beta.258 160 4/8/2025
9.3.1-beta.257 150 4/8/2025
9.3.1-beta.256 148 4/8/2025
9.3.1-beta.255 166 4/8/2025
9.3.1-beta.254 170 4/8/2025
9.3.1-beta.253 145 4/1/2025
9.3.1-beta.252 153 3/27/2025
9.3.1-beta.250 128 3/27/2025
9.3.1-beta.249 123 3/27/2025
9.3.1-beta.248 126 3/27/2025
9.3.1-beta.247 156 3/27/2025
9.3.1-beta.244 473 3/25/2025
9.3.1-beta.242 504 3/24/2025
9.3.1-beta.241 166 3/19/2025
9.3.0 338 3/19/2025
9.3.0-beta.239 138 3/19/2025
9.2.2-beta.237 162 3/19/2025
9.2.2-beta.236 126 3/14/2025
9.2.2-beta.230 166 3/13/2025
9.2.2-beta.229 160 3/13/2025
9.2.2-beta.228 148 3/11/2025
9.2.2-beta.227 163 3/11/2025
9.2.2-beta.226 152 3/11/2025
9.2.2-beta.225 164 3/11/2025
9.2.2-beta.224 168 3/11/2025
9.2.2-beta.223 175 3/10/2025
9.2.2-beta.222 174 3/10/2025
9.2.2-beta.220 153 3/9/2025
9.2.2-beta.218 168 3/9/2025
9.2.2-beta.217 189 3/7/2025
9.2.2-beta.216 209 3/7/2025
9.2.2-beta.215 214 3/7/2025
9.2.2-beta.214 187 3/5/2025
9.2.2-beta.213 185 3/5/2025
9.2.2-beta.212 200 3/5/2025
9.2.2-beta.211 205 3/4/2025
9.2.2-beta.210 204 3/4/2025
9.2.2-beta.208 113 3/3/2025
9.2.1 231 3/3/2025
9.2.1-beta.207 151 3/2/2025
9.2.1-beta.206 96 3/1/2025
9.2.1-beta.205 100 2/27/2025
9.2.1-beta.204 75 2/26/2025
9.2.1-beta.203 102 2/26/2025
9.2.0 192 2/26/2025
9.2.0-beta.202 101 2/26/2025
9.2.0-beta.201 98 2/26/2025
9.2.0-beta.199 94 2/26/2025
9.2.0-beta.198 100 2/26/2025
9.1.1-beta.197 86 2/25/2025
9.1.1-beta.196 83 2/25/2025
9.1.1-beta.195 105 2/25/2025
9.1.1-beta.194 102 2/25/2025
9.1.1-beta.193 85 2/25/2025
9.1.1-beta.192 82 2/24/2025
9.1.1-beta.191 109 2/24/2025
9.1.1-beta.190 85 2/19/2025
9.1.1-beta.189 113 2/19/2025
9.1.1-beta.188 99 2/19/2025
9.1.1-beta.187 116 2/19/2025
9.1.1-beta.183 112 2/18/2025
9.1.1-beta.182 113 2/18/2025
9.1.1-beta.181 99 2/18/2025
9.1.1-beta.180 103 2/17/2025
9.1.1-beta.178 91 2/17/2025
9.1.1-beta.177 81 2/12/2025
9.1.1-beta.176 116 2/11/2025
9.1.1-beta.175 96 2/11/2025
9.1.1-beta.173 89 2/10/2025
9.1.1-beta.169 100 2/6/2025
9.1.1-beta.168 73 2/5/2025
9.1.1-beta.166 101 2/5/2025
9.1.1-beta.165 79 2/5/2025
9.1.1-beta.164 106 2/3/2025
9.1.1-beta.162 99 2/3/2025
9.1.1-beta.155 93 1/30/2025
9.1.1-beta.154 99 1/30/2025
9.1.1-beta.153 75 1/30/2025
9.1.1-beta.152 104 1/29/2025
9.1.1-beta.150 119 1/29/2025
9.1.1-beta.148 112 1/26/2025
9.1.1-beta.147 98 1/26/2025
9.1.1-beta.146 79 1/23/2025
9.1.1-beta.145 96 1/22/2025
9.1.1-beta.144 99 1/22/2025
9.1.1-beta.142 93 1/22/2025
9.1.1-beta.140 98 1/22/2025
9.1.1-beta.139 77 1/21/2025
9.1.1-beta.138 93 1/20/2025
9.1.1-beta.137 89 1/17/2025
9.1.1-beta.136 91 1/15/2025
9.1.1-beta.135 53 1/15/2025
9.1.1-beta.134 65 1/15/2025
9.1.1-beta.128 93 1/9/2025
9.1.1-beta.127 81 1/9/2025
9.1.1-beta.126 109 1/9/2025
9.1.1-beta.125 96 1/9/2025
9.1.1-beta.124 110 1/9/2025
9.1.0 341 12/12/2024
9.1.0-beta.123 86 1/3/2025
9.1.0-beta.122 99 1/3/2025
9.1.0-beta.121 113 1/2/2025
9.1.0-beta.120 102 12/30/2024
9.1.0-beta.119 103 12/30/2024
9.1.0-beta.118 81 12/30/2024
9.1.0-beta.116 97 12/30/2024
9.1.0-beta.114 109 12/30/2024
9.1.0-beta.113 104 12/30/2024
9.1.0-beta.112 76 12/18/2024
9.1.0-beta.110 112 12/16/2024
9.1.0-beta.109 104 12/12/2024
9.0.1-beta.108 87 12/12/2024
9.0.1-beta.107 110 12/11/2024
9.0.1-beta.106 83 12/12/2024
9.0.1-beta.104 79 12/11/2024
9.0.1-beta.102 90 12/6/2024
9.0.1-beta.99 95 12/6/2024
9.0.1-beta.98 96 12/6/2024
9.0.1-beta.95 109 12/5/2024
9.0.1-beta.94 81 12/5/2024