Interesting @User...
If I use feature flags, would devs consuming my package then be able to override those feature flags?
Looking at the docs, I should be able to define my own configuration section and point "AddFeatureManagement" to it. So to most devs configuring it would behave exactly like any other kind of configuration in appsettings.json
The question is, if someone consuming my package then adds AddAzureAppConfiguration, would that take precedence?