Appcontext

USE FOR: Toggling runtime compatibility switches, enabling or disabling breaking-change mitigations between framework versions, gating legacy code paths at startup, and reading platform-level feature switches. DO NOT USE FOR: User-facing feature flags (use Microsoft.FeatureManagement or OpenFeature), per-request dynamic toggles, or configuration that changes at runtime without restart.

Tyler-R-Kendrick b075eb1 16 files · 22.5 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/configuration/appcontext commit b075eb1681

Frequently asked questions

npx skillmds add tyler-r-kendrick/appcontext