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?
Addresses https://github.com/microsoft/FeatureManagement-Dotnet/issues/391
Visible Changes
Developers using our Application Insights extension methods will have the methods available from their existing
using Microsoft.ApplicationInsights;
.Developers no longer require the
using Microsoft.FeatureManagement.Telemetry.ApplicationInsights;
.