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

Add Default Http Targeting Context Accessor #415

Closed rossgrambo closed 1 month ago

rossgrambo commented 5 months ago

Today, users must define their own implementation of ITargetingContextAccessor. Users need to build it from scratch, base it off one of our examples, or follow our guide on targeting (which builds something similar to our example).

We could ease this pain by offering a default implementation ITargetingContextAccessor.