Extensions Configuration

USE FOR: Loading application settings from JSON files, environment variables, command-line arguments, user secrets, Azure Key Vault, and custom providers. Binding configuration sections to strongly-typed options classes with validation. DO NOT USE FOR: Feature flags (use Microsoft.FeatureManagement), runtime state that changes per request, or secrets that should live exclusively in a vault without local fallback.

Tyler-R-Kendrick c1b2d92 16 files · 27.8 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/configuration/extensions-configuration commit c1b2d920e7

Frequently asked questions

npx skillmds add tyler-r-kendrick/extensions-configuration