Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Use both HttpStore and ConfigurationStore #178

Closed Kronos11 closed 3 years ago

Kronos11 commented 3 years ago

Is it possible to use both the HttpStore, but also have an override using the ConfigurationStore?

Use case, a team of developers and one developer wants to try a feature only on their machine without impacting other developers, or is there a better way to handle this?

unaizorrilla commented 3 years ago

You can use IWebHostEnvironment to register the service to use denpending on the environment! This sounds ok for you?