Skip to content

.NET implementation of the OpenFeature SDK

License

Notifications You must be signed in to change notification settings

benjiro/dotnet-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFeature SDK for .NET

a Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. codecov

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.

Supported .Net Versions

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

Providers

Provider Package Name
TBA TBA

Basic Usage

OpenFeature.SetProvider(new NoOpProvider());
var client = OpenFeature.GetClient();

var isEnabled = await client.GetBooleanValue("my-feature", false);

Contributors

Thanks so much to your contributions to the OpenFeature project.

Made with contrib.rocks.

About

.NET implementation of the OpenFeature SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%