ForgeTrust.AppSurface.Aspire
Source of truth
.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.AspireUsage
Use AspireApp to start your Aspire AppHost:
C#await AspireApp<MyHostModule>.RunAsync(args);