Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.

Dev guideRecipesAPI Reference
Dev guideAPI ReferenceUser GuideLegal TermsGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

Install the C# SDK

Describes the necessary steps to install the Optimizely Feature Experimentation C# SDK into your application.

The C# SDK is distributed through NuGet.

For Windows, to install, run the command the following command in a CLI/terminal:

dotnet add package Optimizely.SDK

You may also wish to use your IDE's integrated package manager.

The package is on NuGet at https://www.nuget.org/packages/Optimizely.SDK. The full source code is available on GitHub.