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.
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?
The pacakge
Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore
does not depend on the package
Microsoft.FeatureManagement.Telemetry.ApplicationInsights
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?