.NET
SDK
Repository: Github repository
Artifact: NuGet package
Install:
dotnet add package OpenFeature
Providers
Providers are the "translation layer" between the evaluation API and the flag management system in use. The following providers are available for .NET.
🔗
CloudBees Provider
The official CloudBees provider for OpenFeature
🔗
GO Feature Flag Provider
A provider for GO Feature Flag
🔗
LaunchDarkly Provider
The official LaunchDarkly provider for OpenFeature
🔗
Split Provider
The official Split provider for OpenFeature
Add yours...
Don't see what you're looking for? Create your own provider!
Hooks
Hooks add behavior at well-defined points during the flag evaluation lifecycle. The following hooks are available for .NET.