.NET / C# SDK Installation
Local Bucketing
Use the following command to install the NuGet package:
dotnet add package DevCycle.SDK.Server.Local
or download the SDK from Nuget - https://nuget.info/packages/DevCycle.SDK.Server.Local/
and use the namespaces:
using DevCycle.SDK.Server.Local.Api;
Cloud Bucketing
Use the following command to install the NuGet package:
dotnet add package DevCycle.SDK.Server.Cloud
or download the SDK from Nuget - https://www.nuget.org/packages/DevCycle.SDK.Server.Cloud/
and use the namespaces:
using DevCycle.SDK.Server.Cloud.Api;
using DevCycle.SDK.Server.Common.Model;