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