This repository illustrates how to use:
- Feature Management
- with a custom feature flags provider
- that also automatically refreshes itself
dotnet build
dotnet run
The code can be ran both locally and in a remote container.
curl http://localhost:5000/helloworld
The flag refreshes every second, so repeated runs of the command above will give different results.