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.05k stars 114 forks source link

Add a constructor without FeatureManagementOption parameter for FeatureManager #363

Closed zhiyuanliang-ms closed 9 months ago

zhiyuanliang-ms commented 9 months ago

According to https://github.com/MicrosoftDocs/azure-docs-pr/pull/264613#discussion_r1475561565

This change will simplify the non-DI usage of feature management a little bit.