OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.
The packages will aim to support all current .NET versions. Refer to the currently supported versions .NET and .NET Framework Excluding .NET Framework 3.5
Provider | Package Name |
---|---|
TBA | TBA |
OpenFeature.SetProvider(new NoOpProvider());
var client = OpenFeature.GetClient();
var isEnabled = await client.GetBooleanValue("my-feature", false);
Thanks so much to your contributions to the OpenFeature project.
Made with contrib.rocks.