This repository contains LaunchDarkly SDK packages for usage in .NET. This includes the SDKs, shared libraries, and other tools.
SDK Packages | NuGet | API Docs | Issues | Tests |
---|---|---|---|---|
LaunchDarkly.ServerSdk | Server SDK | |||
LaunchDarkly.ServerSdk.Ai | AI Server SDK | |||
LaunchDarkly.ClientSdk | Client SDK |
Telemetry Packages | NuGet | API Docs | Issues | Tests |
---|---|---|---|---|
LaunchDarkly.ServerSdk.Telemetry | Telemetry |
Directory | Purpose |
---|---|
pkgs |
Top level directory containing package implementations. |
pkgs/sdk |
SDK packages intended for use by application developers. Currently contains only the .NET Server-Side SDK. |
pkgs/telemetry |
Packages for adding telemetry support to SDKs. |
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!
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.
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 contributing guidelines for instructions on how to contribute to this repository.