LaunchDarkly.ServerSdk 8.14.0

Prefix Reserved
dotnet add package LaunchDarkly.ServerSdk --version 8.14.0
                    
NuGet\Install-Package LaunchDarkly.ServerSdk -Version 8.14.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LaunchDarkly.ServerSdk" Version="8.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LaunchDarkly.ServerSdk" Version="8.14.0" />
                    
Directory.Packages.props
<PackageReference Include="LaunchDarkly.ServerSdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LaunchDarkly.ServerSdk --version 8.14.0
                    
#r "nuget: LaunchDarkly.ServerSdk, 8.14.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LaunchDarkly.ServerSdk@8.14.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LaunchDarkly.ServerSdk&version=8.14.0
                    
Install as a Cake Addin
#tool nuget:?package=LaunchDarkly.ServerSdk&version=8.14.0
                    
Install as a Cake Tool

LaunchDarkly Server-Side SDK for .NET

The LaunchDarkly Server-Side SDK for .NET is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.

For using LaunchDarkly in client-side .NET applications, including mobile (MAUI) applications and desktop applications, refer to our Client-Side SDK for .NET.

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Supported .NET versions

This version of the SDK is built for the following targets:

  • .NET 8.0: runs on .NET 8.0 and above (including higher major versions).
  • .NET Framework 4.6.2: runs on .NET Framework 4.6.2 and above.
  • .NET Standard 2.0: runs in any project that is targeted to .NET Standard 2.x rather than to a specific runtime platform.

The .NET build tools should automatically load the most appropriate build of the SDK for whatever platform your application or library is targeted to.

The only differences in the SDK between platforms are these:

  • Setting a TCP connection timeout is only supported in .NET Core and .NET 8.0+. For more details, see HttpConfigurationBuilder.ConnectTimeout.
  • The SDK requires the System.Text.Json API to be available; it is built into the standard runtime library in .NET Core and .NET 8.0+, but not on other platforms, so on other platforms the SDK brings in System.Text.Json as a NuGet package dependency.

Getting started

Refer to the SDK documentation for instructions on getting started with using the SDK.

Signing

The published version of this assembly is digitally signed with Authenticode and strong-named. Building the code locally in the default Debug configuration does not use strong-naming and does not require a key file. The public key file is in this repository at LaunchDarkly.pk as well as here:

Public Key:
0024000004800000940000000602000000240000525341310004000001000100f121bbf427e4d7
edc64131a9efeefd20978dc58c285aa6f548a4282fc6d871fbebeacc13160e88566f427497b625
56bf7ff01017b0f7c9de36869cc681b236bc0df0c85927ac8a439ecb7a6a07ae4111034e03042c
4b1569ebc6d3ed945878cca97e1592f864ba7cc81a56b8668a6d7bbe6e44c1279db088b0fdcc35
52f746b4

Public Key Token: f86add69004e6885

Learn more

Read our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for this SDK.

The authoritative description of all types, properties, and methods is in the generated API documentation.

Testing

We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

Verifying build provenance with the SLSA framework

LaunchDarkly uses the SLSA framework (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published packages. To learn more, see the provenance guide.

About LaunchDarkly

  • LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
    • Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
    • Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
    • Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
    • Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
  • LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read our documentation for a complete list.
  • Explore LaunchDarkly
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

Showing the top 5 NuGet packages that depend on LaunchDarkly.ServerSdk:

Package Downloads
LaunchDarkly.ServerSdk.Redis

LaunchDarkly Server-Side .NET SDK Redis Integration

LaunchDarkly.OpenFeature.ServerProvider

LaunchDarkly OpenFeature Provider for the Server-Side SDK for .NET

LaunchDarkly.ServerSdk.DynamoDB

LaunchDarkly Server-Side .NET SDK DynamoDB Integration

LaunchDarkly.ServerSdk.Telemetry

LaunchDarkly Server-Side .NET SDK Telemetry Integrations

LaunchDarkly.ServerSdk.Ai

LaunchDarkly Server-Side .NET AI SDK

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on LaunchDarkly.ServerSdk:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Version Downloads Last Updated
8.14.0 3,683 5/28/2026
8.13.0 3,731 5/27/2026
8.12.2 1,016 5/27/2026
8.12.1 46,104 5/15/2026
8.12.0 284,574 4/16/2026
8.11.2 72,980 4/9/2026
8.11.1 1,806,018 2/17/2026
8.11.0 970,115 1/12/2026
8.11.0-beta.1 232 12/19/2025
8.10.4 1,454,848 11/10/2025
8.10.3 901,713 9/29/2025
8.10.2 70,408 9/25/2025
8.10.1 978,981 8/26/2025
8.10.0 1,122,722 7/11/2025
8.9.2 313,531 6/26/2025
8.9.1 548,966 6/9/2025
8.9.0 211,380 6/2/2025
8.8.0 1,134,332 5/5/2025
8.7.0 1,697,938 3/21/2025
8.6.0 8,117,280 10/24/2024
Loading failed