CommunityToolkit.Aspire.Hosting.Dapr 9.9.0-beta.427

Prefix Reserved
This is a prerelease version of CommunityToolkit.Aspire.Hosting.Dapr.
dotnet add package CommunityToolkit.Aspire.Hosting.Dapr --version 9.9.0-beta.427
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Dapr -Version 9.9.0-beta.427
                    
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.Dapr" Version="9.9.0-beta.427" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Dapr" Version="9.9.0-beta.427" />
                    
Directory.Packages.props
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Dapr" />
                    
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.Dapr --version 9.9.0-beta.427
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.Dapr, 9.9.0-beta.427"
                    
#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.Dapr@9.9.0-beta.427
                    
#: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.Dapr&version=9.9.0-beta.427&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Dapr&version=9.9.0-beta.427&prerelease
                    
Install as a Cake Tool

CommunityToolkit.Aspire.Hosting.Dapr library

Provides extension methods and resource definitions for a .NET Aspire AppHost to configure Dapr resources.

Getting started

Install the package

In your AppHost project, install the .NET Aspire Dapr Hosting library with NuGet:

dotnet add package CommunityToolkit.Aspire.Hosting.Dapr

Usage example

Then, in the Program.cs file of AppHost, add Dapr resources and consume the connection using the following methods:

var builder = DistributedApplication.CreateBuilder(args);

var stateStore = builder.AddDaprStateStore("statestore");
var pubSub = builder.AddDaprPubSub("pubsub");

builder.AddProject<Projects.MyApp>("myapp")
       .WithDaprSidecar()
       .WithReference(stateStore)
       .WithReference(pubSub);

builder.Build().Run();

Additional documentation

https://dapr.io/

Notes

Note that Aspire is only tested for compatibility with the most recently stable version of Dapr. Currently 1.15.3 for the Dapr runtime and 1.15.0 for the Dapr CLI.

Feedback & contributing

https://github.com/dotnet/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 (3)

Showing the top 3 NuGet packages that depend on CommunityToolkit.Aspire.Hosting.Dapr:

Package Downloads
CommunityToolkit.Aspire.Hosting.Azure.Dapr

Azure Dapr support for .NET Aspire.

Hexalith.NetAspire.Hosting

Hexalith is a set of libraries to build an application with micro-service architecture.

CommunityToolkit.Aspire.Hosting.Dapr.AzureRedis

Package Description

GitHub repositories (3)

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

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dapr/dotnet-sdk
Dapr SDK for .NET
J-Tech-Japan/Sekiban
Sekiban - an Opinionated Event Sourcing and CQRS Framework using C#. It can store data into Azure Cosmos DB, AWS Dynamo DB or Postgres
Version Downloads Last Updated
9.9.0-beta.427 0 11/3/2025
9.8.1-beta.426 0 11/3/2025
9.8.1-beta.424 125 10/28/2025
9.8.1-beta.420 131 10/27/2025
9.8.1-beta.419 132 10/27/2025
9.8.1-beta.417 119 10/27/2025
9.8.1-beta.414 201 10/24/2025
9.8.1-beta.413 121 10/22/2025
9.8.1-beta.410 125 10/16/2025
9.8.1-beta.408 115 10/16/2025
9.8.1-beta.407 113 10/16/2025
9.8.1-beta.406 238 10/15/2025
9.8.0 8,728 9/26/2025
9.8.0-beta.405 120 10/15/2025
9.8.0-beta.404 117 10/13/2025
9.8.0-beta.402 429 9/29/2025
9.8.0-beta.401 121 9/29/2025
9.8.0-beta.399 126 9/26/2025
9.8.0-beta.398 132 9/25/2025
9.8.0-beta.397 128 9/25/2025
9.8.0-beta.395 131 9/24/2025
9.8.0-beta.394 146 9/23/2025
9.8.0-beta.393 129 9/23/2025
9.8.0-beta.392 129 9/23/2025
9.8.0-beta.389 253 9/18/2025
9.8.0-beta.388 255 9/16/2025
9.8.0-beta.386 264 9/15/2025
9.8.0-beta.385 203 9/15/2025
9.8.0-beta.384 51 9/13/2025
9.8.0-beta.376 150 9/8/2025
9.8.0-beta.375 61 9/6/2025
9.8.0-beta.373 145 9/5/2025
9.8.0-beta.372 138 9/4/2025
9.8.0-beta.370 129 9/2/2025
9.8.0-beta.364 131 9/1/2025
9.7.2 12,869 8/29/2025
9.7.2-beta.362 170 8/29/2025
9.7.2-beta.361 176 8/29/2025
9.7.2-beta.360 171 8/29/2025
9.7.2-beta.359 191 8/28/2025
9.7.2-beta.358 168 8/28/2025
9.7.2-beta.357 170 8/28/2025
9.7.1 896 8/27/2025
9.7.1-beta.355 167 8/27/2025
9.7.1-beta.354 175 8/27/2025
9.7.1-beta.353 167 8/27/2025
9.7.1-beta.352 171 8/27/2025
9.7.1-beta.351 173 8/27/2025
9.7.1-beta.348 164 8/14/2025
9.7.1-beta.344 82 8/10/2025
9.7.1-beta.343 206 8/8/2025
9.7.1-beta.342 208 8/7/2025
9.7.1-beta.341 206 8/6/2025
9.7.1-beta.340 194 8/5/2025
9.7.1-beta.339 187 8/5/2025
9.7.0 13,011 8/1/2025
9.7.0-beta.337 89 8/1/2025
9.7.0-beta.336 98 8/1/2025
9.7.0-beta.335 100 8/1/2025
9.7.0-beta.333 134 7/30/2025
9.6.1-beta.332 317 7/30/2025
9.6.1-beta.331 103 7/30/2025
9.6.1-beta.330 107 7/30/2025
9.6.1-beta.329 104 7/30/2025
9.6.1-beta.328 114 7/29/2025
9.6.1-beta.327 120 7/28/2025
9.6.1-beta.326 122 7/28/2025
9.6.0 9,304 7/10/2025
9.6.0-beta.324 133 7/10/2025
9.5.1-beta.323 146 7/10/2025
9.5.1-beta.322 128 7/10/2025
9.5.1-beta.321 131 7/10/2025
9.5.1-beta.320 161 7/9/2025
9.5.1-beta.319 133 7/8/2025
9.5.1-beta.318 132 7/2/2025
9.5.1-beta.317 126 6/30/2025
9.5.1-beta.315 138 6/26/2025
9.5.1-beta.314 151 6/23/2025
9.5.1-beta.313 123 6/20/2025
9.5.1-beta.312 144 6/20/2025
9.5.1-beta.311 148 6/18/2025
9.5.1-beta.310 155 6/17/2025
9.5.1-beta.309 128 6/17/2025
9.5.1-beta.308 160 6/17/2025
9.5.1-beta.307 343 6/16/2025
9.5.1-beta.306 317 6/11/2025
9.5.1-beta.305 125 6/7/2025
9.5.1-beta.304 133 6/6/2025
9.5.1-beta.303 151 6/4/2025
9.5.1-beta.302 154 6/4/2025
9.5.1-beta.301 153 6/2/2025
9.5.1-beta.300 172 5/28/2025
9.5.0 21,243 5/27/2025
9.5.0-beta.299 150 5/27/2025
9.5.0-beta.298 160 5/26/2025
9.5.0-beta.297 146 5/24/2025
9.5.0-beta.296 91 5/24/2025
9.5.0-beta.295 79 5/24/2025
9.4.1-beta.291 156 5/19/2025
9.4.1-beta.289 161 5/16/2025
9.4.1-beta.288 223 5/16/2025
9.4.1-beta.287 217 5/16/2025
9.4.1-beta.286 218 5/16/2025
9.4.1-beta.285 227 5/14/2025
9.4.1-beta.284 491 5/13/2025
9.4.1-beta.283 229 5/12/2025
9.4.1-beta.282 159 5/7/2025
9.4.1-beta.280 337 5/2/2025
9.4.1-beta.279 158 5/2/2025
9.4.1-beta.277 274 4/23/2025
9.4.1-beta.276 179 4/23/2025
9.4.1-beta.275 153 4/23/2025
9.4.1-beta.274 144 4/23/2025
9.4.1-beta.273 166 4/23/2025
9.4.1-beta.272 159 4/23/2025
9.4.1-beta.271 165 4/23/2025
9.4.1-beta.270 193 4/20/2025
9.4.0 43,064 4/20/2025
9.4.0-beta.269 168 4/20/2025
9.4.0-beta.268 178 4/20/2025
9.3.1-beta.267 161 4/20/2025
9.3.1-beta.266 89 4/19/2025
9.3.1-beta.265 214 4/15/2025
9.3.1-beta.264 210 4/15/2025
9.3.1-beta.263 194 4/15/2025
9.3.1-beta.262 191 4/15/2025
9.3.1-beta.260 161 4/10/2025
9.3.1-beta.259 247 4/8/2025
9.3.1-beta.258 146 4/8/2025
9.3.1-beta.257 174 4/8/2025
9.3.1-beta.256 160 4/8/2025
9.3.1-beta.255 162 4/8/2025
9.3.1-beta.254 154 4/8/2025
9.3.1-beta.253 170 4/1/2025
9.3.1-beta.252 253 3/27/2025
9.3.1-beta.250 163 3/27/2025
9.3.1-beta.249 134 3/27/2025
9.3.1-beta.248 148 3/27/2025
9.3.1-beta.247 155 3/27/2025
9.3.1-beta.244 507 3/25/2025
9.3.1-beta.242 489 3/24/2025
9.3.1-beta.241 150 3/19/2025
9.3.0 22,031 3/19/2025
9.3.0-beta.239 172 3/19/2025
9.2.2-beta.237 167 3/19/2025
9.2.2-beta.236 132 3/14/2025
9.2.2-beta.230 170 3/13/2025
9.2.2-beta.229 158 3/13/2025
9.2.2-beta.228 166 3/11/2025
9.2.2-beta.227 183 3/11/2025
9.2.2-beta.226 154 3/11/2025
9.2.2-beta.225 172 3/11/2025
9.2.2-beta.224 174 3/11/2025
9.2.2-beta.223 161 3/10/2025
9.2.2-beta.222 177 3/10/2025
9.2.2-beta.220 172 3/9/2025
9.2.2-beta.218 163 3/9/2025
9.2.2-beta.217 205 3/7/2025
9.2.2-beta.216 196 3/7/2025
9.2.2-beta.215 212 3/7/2025
9.2.2-beta.214 209 3/5/2025
9.2.2-beta.213 211 3/5/2025
9.2.2-beta.212 216 3/5/2025
9.2.2-beta.211 216 3/4/2025
9.2.2-beta.210 195 3/4/2025
9.2.2-beta.208 119 3/3/2025
9.2.1 11,597 3/3/2025
9.2.1-beta.207 129 3/2/2025
9.2.1-beta.206 105 3/1/2025
9.2.1-beta.205 80 2/27/2025
9.2.1-beta.204 124 2/26/2025
9.2.1-beta.203 102 2/26/2025
9.2.0 2,085 2/26/2025
9.2.0-beta.202 75 2/26/2025
9.2.0-beta.201 114 2/26/2025
9.2.0-beta.199 114 2/26/2025
9.2.0-beta.198 99 2/26/2025
9.1.1-beta.197 1,279 2/25/2025
9.1.1-beta.196 112 2/25/2025
9.1.1-beta.195 103 2/25/2025
9.1.1-beta.194 86 2/25/2025
9.1.1-beta.193 118 2/25/2025
9.1.1-beta.192 113 2/24/2025
9.1.1-beta.191 115 2/24/2025
9.1.1-beta.190 231 2/19/2025
9.1.1-beta.189 119 2/19/2025
9.1.1-beta.188 92 2/19/2025
9.1.1-beta.187 136 2/19/2025
9.1.1-beta.183 134 2/18/2025
9.1.1-beta.182 106 2/18/2025
9.1.1-beta.181 121 2/18/2025
9.1.1-beta.180 124 2/17/2025
9.1.1-beta.178 113 2/17/2025
9.1.1-beta.177 135 2/12/2025
9.1.1-beta.176 126 2/11/2025
9.1.1-beta.175 132 2/11/2025
9.1.1-beta.173 111 2/10/2025
9.1.1-beta.169 100 2/6/2025
9.1.1-beta.168 115 2/5/2025