launchdarkly / dotnet-core

LaunchDarkly monorepo for .NET packages
Other
1 stars 0 forks source link
c-sharp csharp dotnet feature-flags feature-toggles launchdarkly launchdarkly-sdk managed-by-terraform sdk

LaunchDarkly monorepo for .NET SDKs and C# libs.

This repository contains LaunchDarkly SDK packages for usage in .NET. This includes the SDKs, shared libraries, and other tools.

Packages

SDK Packages NuGet API Docs Issues Tests
LaunchDarkly.ServerSdk NuGet Documentation Server SDK Actions Status
LaunchDarkly.ServerSdk.Ai NuGet Documentation AI Server SDK Actions Status
LaunchDarkly.ClientSdk NuGet Documentation Client SDK Actions Status
Telemetry Packages NuGet API Docs Issues Tests
LaunchDarkly.ServerSdk.Telemetry NuGet Documentation Telemetry Actions Status

Organization

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 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

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.

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 repository.

About LaunchDarkly