CSharp-SDK - 3.11.0

  • Updated

3.11.0

January 13th, 2022

New Features

Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#285](https://github.com/optimizely/csharp-sdk/pull/285), [#292](https://github.com/optimizely/csharp-sdk/pull/292))

  • SetForcedDecision
  • GetForcedDecision
  • RemoveForcedDecision
  • RemoveAllForcedDecisions

For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-csharp) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-csharp).

https://github.com/optimizely/csharp-sdk/releases/tag/v3.11.0