microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.03k stars 111 forks source link

Should we have a feature flag schema specification? #358

Closed zhiyuanliang-ms closed 6 months ago

zhiyuanliang-ms commented 7 months ago

Something like this: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureFlag.v2.0.0.schema.json

rossgrambo commented 7 months ago

I think you just linked to it- meaning we do have a feature flag specification 😄. It's just not in this repo- which I think makes sense because it's for more languages than .net.

zhiyuanliang-ms commented 7 months ago

@rossgrambo I mean the dedicated schema for the .NET FM lib which we used in the Feature Flag Declaration section in the README.

jimmyca15 commented 7 months ago

Yes we should.