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