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.02k stars 111 forks source link

FeatureManagerSnapshot should snapshot TargetingContext as well #431

Open rossgrambo opened 4 months ago

rossgrambo commented 4 months ago

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