optimizely / csharp-sdk

.NET based C# SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/csharp-sdk
Apache License 2.0
19 stars 20 forks source link

feat(ForcedDecisions): add forced-decisions APIs to OptimizelyUserContext #285

Closed dustin-sier closed 2 years ago

dustin-sier commented 2 years ago

Summary

Add a set of new APIs for forced-decisions to OptimizelyUserContext:

Test plan

The-inside-man commented 2 years ago

Few things mentioned and new lines added to end of files, they are marked in the "Files changed" with a red circle and a dash on the last line. Just needs a newline added.

dustin-sier commented 2 years ago

FYI, I'm currently refactoring based on the API changes and comments here.