Aspire.Hosting.AppHost
8.0.2
Prefix Reserved
See the version list below for details.
dotnet add package Aspire.Hosting.AppHost --version 8.0.2
NuGet\Install-Package Aspire.Hosting.AppHost -Version 8.0.2
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.2" />
paket add Aspire.Hosting.AppHost --version 8.0.2
#r "nuget: Aspire.Hosting.AppHost, 8.0.2"
// Install Aspire.Hosting.AppHost as a Cake Addin #addin nuget:?package=Aspire.Hosting.AppHost&version=8.0.2 // Install Aspire.Hosting.AppHost as a Cake Tool #tool nuget:?package=Aspire.Hosting.AppHost&version=8.0.2
Aspire.Hosting.AppHost library
Provides the core APIs and MSBuild logic for .NET Aspire AppHost projects.
Getting started
Install the package
In your project, install the .NET Aspire AppHost library with NuGet:
dotnet add package Aspire.Hosting.AppHost
Usage example
Then, in the Program.cs file of AppHost
, add project, container, and executable resources:
var builder = DistributedApplication.CreateBuilder(args);
// The Projects.MyApp type is generated by custom MSBuild targets added
// by the Aspire.Hosting.AppHost package when the MyApp project is added
// as a project reference.
var app = builder.AddProject<Projects.MyApp>("myapp");
builder.Build().Run();
Additional documentation
https://learn.microsoft.com/dotnet/aspire/
Feedback & contributing
Product | Versions 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. |
-
net8.0
- Aspire.Hosting (>= 8.0.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Aspire.Hosting.AppHost:
Package | Downloads |
---|---|
InfinityFlow.Aspire.Temporal
Aspire extension to start the temporal cli dev server as an container or executable resource. Only container is well-supported currently. |
|
Hexalith.Infrastructure.AspireService.Hosting
Hexalith is a set of libraries to build a micro-service architecture. |
|
FonsecaFramework.Aspire
Collection of classes and extensions for .NET Aspire |
|
BCat.Aspire.MailDev
MailDev support for .NET Aspire. |
|
TestAspireMassTransitRabbitMQHosting
Package Description |
GitHub repositories (29)
Showing the top 5 popular GitHub repositories that depend on Aspire.Hosting.AppHost:
Repository | Stars |
---|---|
dotnet/orleans
Cloud Native application framework for .NET
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 16,403 | 11/12/2024 |
9.0.0-rc.1.24511.1 | 19,979 | 10/15/2024 |
8.2.2 | 39,676 | 10/24/2024 |
8.2.1 | 75,630 | 9/26/2024 |
8.2.0 | 211,184 | 8/29/2024 |
8.1.0 | 145,499 | 7/23/2024 |
8.0.2 | 47,197 | 6/28/2024 |
8.0.1 | 106,670 | 5/21/2024 |
8.0.0 | 92,611 | 5/21/2024 |
8.0.0-preview.7.24251.11 | 21,371 | 5/7/2024 |
8.0.0-preview.6.24214.1 | 24,877 | 4/23/2024 |
8.0.0-preview.5.24201.12 | 24,911 | 4/9/2024 |