![]() |
VOOZH | about |
dotnet add package LaunchDarkly.ClientSdk --version 5.9.0
NuGet\Install-Package LaunchDarkly.ClientSdk -Version 5.9.0
<PackageReference Include="LaunchDarkly.ClientSdk" Version="5.9.0" />
<PackageVersion Include="LaunchDarkly.ClientSdk" Version="5.9.0" />Directory.Packages.props
<PackageReference Include="LaunchDarkly.ClientSdk" />Project file
paket add LaunchDarkly.ClientSdk --version 5.9.0
#r "nuget: LaunchDarkly.ClientSdk, 5.9.0"
#:package LaunchDarkly.ClientSdk@5.9.0
#addin nuget:?package=LaunchDarkly.ClientSdk&version=5.9.0Install as a Cake Addin
#tool nuget:?package=LaunchDarkly.ClientSdk&version=5.9.0Install as a Cake Tool
The LaunchDarkly Client-Side SDK for .NET is designed primarily for use by code that is deployed to an end user, such as in a desktop application or a smart device. It follows the client-side LaunchDarkly model for single-user contexts (much like our mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.
On platforms with MAUI support (Android, iOS, Mac, Windows), the SDK depends on the MAUI framework which allows .NET code to run on those devices. However, MAUI is not the only way to run .NET code in a client-side context (see "Supported platforms" below), so the SDK has a more general name.
For using LaunchDarkly in server-side .NET applications, refer to our .
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!
This version of the SDK is built for the following targets:
The .Net Standard and .Net 8.0 targets have no OS-specific code. This allows the SDK to be used in a desktop .NET Framework or .NET 8.0 application. However, due to the lack of OS-specific integration, SDK functionality will be limited in those environments: for instance, the SDK will not be able to detect whether networking is turned on or off.
The .NET build tools should automatically load the most appropriate build of the SDK for whatever platform your application or library is targeted to.
Currently UWP has an issue with streaming network requests. For more information, refer to this issue: https://github.com/dotnet/runtime/issues/108622 This may be resolved by .NET 9.0 UWP support.
Refer to the SDK documentation for instructions on getting started with using the SDK.
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.
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.
We encourage pull requests and other contributions from the community. Check out our for instructions on how to contribute to this SDK.
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 .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-android21.0 net8.0-android21.0 is compatible. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-ios1.0 net8.0-ios1.0 is compatible. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-maccatalyst1.0 net8.0-maccatalyst1.0 is compatible. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 2 NuGet packages that depend on LaunchDarkly.ClientSdk:
| Package | Downloads |
|---|---|
|
LaunchDarkly.SessionReplay
LD Session Replay package for .NET MAUI |
|
|
LaunchDarkly.DemoObservability
LD Session Replay package for .NET MAUI |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.9.0 | 1,996 | 6/12/2026 |
| 5.8.0 | 4,975 | 5/27/2026 |
| 5.7.3 | 183 | 5/27/2026 |
| 5.7.2 | 1,383 | 5/26/2026 |
| 5.7.1 | 7,312 | 4/10/2026 |
| 5.7.0 | 9,201 | 3/14/2026 |
| 5.6.0 | 2,642 | 3/3/2026 |
| 5.5.4 | 139,906 | 9/29/2025 |
| 5.5.3 | 9,329 | 9/25/2025 |
| 5.5.2 | 46,528 | 8/26/2025 |
| 5.5.1 | 161,004 | 6/24/2025 |
| 5.5.0 | 7,036 | 6/2/2025 |
| 5.4.0 | 22,181 | 5/12/2025 |
| 5.3.0 | 465,160 | 11/1/2024 |
| 5.2.1 | 194,191 | 6/5/2024 |
| 5.2.0 | 13,147 | 5/8/2024 |
| 5.1.0 | 74,707 | 3/14/2024 |
| 5.0.0 | 10,365 | 2/13/2024 |
| 5.0.0-alpha.2 | 3,685 | 12/21/2023 |
| 5.0.0-alpha.1 | 196 | 12/20/2023 |