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

Optimizely will be sunsetting Full Stack Experimentation on July 29, 2024. See the recommended Feature Experimentation migration timeline and documentation.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Install SDK

This topic describes the steps necessary to install the Optimizely C# SDK.

The C# SDK is distributed through NuGet.

For Windows, to install, run the command Install-Package Optimizely.SDK in the Package Manager Console:

PM> Install-Package Optimizely.SDK -Version 3.0.0

The package is on NuGet. The full source code is available on GitHub.