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.
Updated about 1 year ago