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

Package dependency: Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore #390

Closed zhenlan closed 4 months ago

zhenlan commented 6 months ago

The pacakge

does not depend on the package

This forces users to add both packages individually. I understand there is no code dependency between them but is there a scenario where Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore is useful by itself? Should we make the AspNetCore one pull the other one automatically?

jimmyca15 commented 6 months ago

Let's update it.