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.
Why this PR?
Adjusts warning logs identified in https://github.com/microsoft/FeatureManagement-Dotnet/issues/425
Visible Changes
Developers will no longer see this warning when using flags that don't require TargetingContext.
This warning will only show if they have variants defined and we've reached the place in code where allocation would happen.