aspire
✓配置 .NET Aspire 编排、服务发现和遥测。 使用场合:向 AppHost 添加服务、配置服务默认值、设置运行状况检查或对服务发现进行故障排除。
SKILL.md
.NET Aspire provides orchestration for this distributed ledger platform. The AppHost (src/Apps/Sorcha.AppHost/AppHost.cs) orchestrates 7 microservices with PostgreSQL, MongoDB, and Redis. Services use AddServiceDefaults() for consistent OpenTelemetry, health checks, and service discovery. JWT signing keys are generated once and shared across all services via environment variables.
| Resource Name | Identifier for service discovery | "redis", "tenant-service" | | WithReference | Injects connection string/URL | .WithReference(postgres) | | WithEnvironment | Pass config to service | .WithEnvironment("Key", value) | | WithExternalHttpEndpoints | Expose outside Aspire network | .WithExternalHttpEndpoints() |
| AddServiceDefaults | Shared Aspire configuration | builder.AddServiceDefaults() |
配置 .NET Aspire 编排、服务发现和遥测。 使用场合:向 AppHost 添加服务、配置服务默认值、设置运行状况检查或对服务发现进行故障排除。 来源:stuartf303/sorcha。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/stuartf303/sorcha --skill aspire- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 aspire?
配置 .NET Aspire 编排、服务发现和遥测。 使用场合:向 AppHost 添加服务、配置服务默认值、设置运行状况检查或对服务发现进行故障排除。 来源:stuartf303/sorcha。
如何安装 aspire?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/stuartf303/sorcha --skill aspire 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/stuartf303/sorcha
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01