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.05k
stars
115
forks
source link
Use ITargetingContext when calling GetVariantAsync #484
Why this PR?
485
Visible Changes
Updated
IVariantFeatureManager.GetVariantAsync()
method toIt will accept
ITargetingContext
instead ofTargetingContext
type.Added an entension method which is an overload of
GetVariantAsync
. This method will acceptTargetingContext
for discoverability.