This skill helps add .NET Aspire to existing .NET solutions or create new Aspire-enabled distributed applications. It provides modular guidance for orchestration, service discovery, component integration, configuration management, and deployment.
.NET Aspire is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications. It provides:
| Overall structure | Overview & Setup | Step-by-step implementation from analysis to running | | Database, cache, messaging | resources/components.md | All available Aspire component packages with examples | | Inter-service communication | resources/service-communication.md | Service discovery, HttpClient patterns, resilience |
기존 .NET 솔루션에 .NET Aspire 클라우드 네이티브 오케스트레이션을 추가합니다. 솔루션 구조를 분석하여 서비스(API, 웹앱, 작업자)를 식별하고, AppHost 및 ServiceDefaults 프로젝트를 생성하고, 서비스 검색을 구성하고, NuGet 패키지를 추가하고, 분산 애플리케이션 오케스트레이션을 설정합니다. Aspire를 .NET 솔루션에 추가하거나 새로운 클라우드 지원 분산 애플리케이션을 만들 때 사용합니다. 출처: baotoq/agent-skills.