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

ISessionManager is not mentioned in README #394

Open zhiyuanliang-ms opened 6 months ago

zhiyuanliang-ms commented 6 months ago

We didn't mention it in our README. We also missed an example of how to implement ISessionManager. The ISessionManager should take cancellation token. #117