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.06k stars 115 forks source link

FeatureManagerSnapshot should snapshot TargetingContext as well #431

Open rossgrambo opened 7 months ago

rossgrambo commented 7 months ago

We likely don't want the TargetingContext to change for the lifetime of the Scoped service. We could cache it.