Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET Feature Management support #46

Open
nascosto opened this issue Nov 18, 2024 · 0 comments
Open

Add .NET Feature Management support #46

nascosto opened this issue Nov 18, 2024 · 0 comments

Comments

@nascosto
Copy link

Is your feature request related to a problem? Please describe.
.NET now provides a feature management library: https://learn.microsoft.com/en-us/azure/azure-app-configuration/feature-management-dotnet-reference?pivots=stable-version. The built in providers are fairly simple, but they provide interfaces that allow extension. We'd like to take advantage of this library since Microsoft provides it as a standard.

Describe the solution you'd like
Implementing an IFeatureDefinitionProvider as well as other interfaces they provide for LaunchDarkly would allow us to take advantage of the built in framework while still getting the power of LaunchDarkly.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant