Sign in Sign up
nuget

GM.FeatureManagement.AspNetCore

ASP.NET Core integration for GM.FeatureManagement: gate MVC controllers/actions and minimal-API endpoints behind feature flags. Annotate with [FeatureGate("Key")] or chain .RequireFeature("Key") on an endpoint; when the flag is off for the current request the endpoint returns a configurable status (404 by default), so an unreleased feature simply looks absent. The request's FeatureContext is built automatically from the user/tenant claims. Register with AddGMFeatureManagementAspNetCore().

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
2
Cadence
~23 days
Last 12 months
2

Details

License
MIT
First release
Aug 07, 2026
Releases
Version Released
1.0.1 patch
1.0.0 initial