Feature Management

USE FOR: Configuration-driven feature flags, percentage-based rollouts, time-windowed features, user-targeting filters, feature gates in ASP.NET Core controllers and Razor pages, and Azure App Configuration integration. DO NOT USE FOR: Runtime compatibility switches (use AppContext), A/B testing with analytics integration (use a dedicated experimentation platform), or non-.NET clients needing a vendor-neutral SDK (use OpenFeature).

Tyler-R-Kendrick 9aec8da 19 files · 28.4 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/configuration/feature-management commit 9aec8da9f3

Frequently asked questions

npx skillmds add tyler-r-kendrick/feature-management