Unleash / unleash-client-dotnet

Unleash client SDK for .NET
Apache License 2.0
77 stars 39 forks source link

Load/use feature flags with IConfiguration #184

Closed thompson-tomo closed 6 months ago

thompson-tomo commented 7 months ago

Summary of pain point I wish for unleash to hook into IConfiguration to enable offline feature management & alternative syncing of rules. This is avoid having to implement a local api for software to call which is a no-op. Note I already have a secured solution to sync the feature flags to local servers and don't want local solution to talk directly to unleash.

The solution I'd like unleash client for dotnet includes the following:

Describe alternatives you've considered Rolling out my own api which behaves like unleash

daveleek commented 6 months ago

Answered in #183

daveleek commented 6 months ago

This is not going to get addressed in the SDK. As discussed in #183, the SDK already supports Bootstrapping and backup file loading on startup