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.06k
stars
115
forks
source link
FeatureManagerSnapshot should snapshot TargetingContext as well #431
We likely don't want the TargetingContext to change for the lifetime of the Scoped service. We could cache it.