What problem does it solve?
It solves inconsistent, error-prone feature-flag implementations in .NET teams by providing clear DevCycle-driven standards for naming, variables, targeting rules, and safe lifecycle practices.
Core Features & Use Cases
- DevCycle-backed .NET feature evaluation: Defines how to use Netwealth.FeatureManagement with IDevCycleClientAccessor methods like IsEnabledAsync and GetVariableAsync for runtime feature control.
- Flag/variable naming and JSON variable governance: Establishes consistent global feature naming, variable key structure, and enforcement of schemas for JSON/number/string variables to prevent misconfiguration.
- Targeting rules and rollout safety: Recommends rule ordering (including a final All Users rule), default-aligned targeting, and approval workflow discipline, including guidance for permanent flags and cleanup when finished.
Quick Start
Ask the assistant to create a DevCycle feature flag plan for a Netwealth .NET microservice, including the exact feature name, variable keys, required JSON schemas, and targeting-rule ordering that matches the code default behavior.