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

Namespace of TelemetryClientExtensions #391

Closed zhenlan closed 5 months ago

zhenlan commented 6 months ago

The TelemetryClientExtensions is in namespace Microsoft.FeatureManagement.Telemetry.ApplicationInsights today. Can we use the namespace of TelemetryClient (Microsoft.ApplicationInsights) instead so users don't have to add the additional namespace in their code?