Sign in Sign up
nuget

GM.FeatureManagement.Mediator

GM.Mediator integration for GM.FeatureManagement: a pipeline behavior that gates command/query handlers behind a feature flag. Mark a request with IFeatureGatedRequest or [FeatureGate("Key")] and the handler runs only when the flag is enabled for the ambient FeatureContext; otherwise a FeatureDisabledException short-circuits the pipeline before the handler. Register with AddGMFeatureGateBehavior().

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