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

Dev guideAPI Reference
Dev guideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

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.