readme

June 18, 2020 ยท View on GitHub

This repository illustrates how to use:

  • Feature Management
  • with a custom feature flags provider
  • that also automatically refreshes itself

build & run

dotnet build
dotnet run

The code can be ran both locally and in a remote container.

usage

curl http://localhost:5000/helloworld

The flag refreshes every second, so repeated runs of the command above will give different results.