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.02k stars 111 forks source link

Use TimeProvider instead of ISystemClock #452

Closed zhiyuanliang-ms closed 1 week ago

zhiyuanliang-ms commented 3 months ago

Why this PR?

451

Visible Changes

Updated Microsoft.Bcl.AsyncInterfaces version to the latest one

Used Microsoft.Bcl.TimeProvider package. More info can be found here

zhiyuanliang-ms commented 3 months ago

This PR will be pending until major version bump.