RazorDocs Search
Guide

ForgeTrust.AppSurface.Aspire

Source of truth

View source Edit this page

Last updated

.NET Aspire integration for the AppSurface ecosystem.

Overview

ForgeTrust.AppSurface.Aspire provides a modular way to define distributed applications using .NET Aspire. It allows you to encapsulate service defaults and resource registrations into modules.

Installation

Bashdotnet add package ForgeTrust.AppSurface.Aspire

Usage

Use AspireApp to start your Aspire AppHost:

C#await AspireApp<MyHostModule>.RunAsync(args);

📂 Back to Aspire List | 🏠 Back to Root