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 Aspire クラウドネイティブ オーケストレーションを既存の .NET ソリューションに追加します。ソリューション構造を分析してサービス (API、Web アプリ、ワーカー) を特定し、AppHost プロジェクトと ServiceDefaults プロジェクトを作成し、サービス検出を構成し、NuGet パッケージを追加し、分散アプリケーション オーケストレーションをセットアップします。 Aspire を .NET ソリューションに追加する場合、または新しいクラウド対応分散アプリケーションを作成する場合に使用します。 ソース: baotoq/agent-skills。