·aspire-configuration
</>

aspire-configuration

aaronontheweb/dotnet-skills

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.

8Installs·0Trend·@aaronontheweb

Installation

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill aspire-configuration

SKILL.md

The AppHost is responsible for turning Aspire resources into explicit app settings. The application never consumes Aspire clients or service discovery directly.

Application code binds to options and initializes SDKs directly. It never depends on Aspire client packages or service discovery.

Do not add Aspire client packages (or AddServiceDiscovery) to the app. Those are orchestration concerns and should stay in AppHost.

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery. Source: aaronontheweb/dotnet-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill aspire-configuration
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is aspire-configuration?

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery. Source: aaronontheweb/dotnet-skills.

How do I install aspire-configuration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill aspire-configuration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aaronontheweb/dotnet-skills