|
| 1 | +# LaunchDarkly AI SDK (server-side) for .NET |
| 2 | + |
| 3 | +The LaunchDarkly AI SDK (server-side) 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. |
| 4 | + |
| 5 | +Currently there is no client-side AI SDK for .NET. If you're interested, please let us know by filing an issue! |
| 6 | + |
| 7 | +## LaunchDarkly overview |
| 8 | + |
| 9 | +[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! |
| 10 | + |
| 11 | +[](https://twitter.com/intent/follow?screen_name=launchdarkly) |
| 12 | + |
| 13 | +## Supported .NET versions |
| 14 | + |
| 15 | +This version of the AI SDK is built for the following targets: |
| 16 | + |
| 17 | +* .NET 7.0: runs on .NET 7.0 and above (including higher major versions). |
| 18 | +* .NET Framework 4.6.2: runs on .NET Framework 4.6.2 and above. |
| 19 | +* .NET Standard 2.0: runs in any project that is targeted to .NET Standard 2.x rather than to a specific runtime platform. |
| 20 | + |
| 21 | +The .NET build tools should automatically load the most appropriate build of the SDK for whatever platform your application or library is targeted to. |
| 22 | + |
| 23 | +## Getting started |
| 24 | + |
| 25 | +Refer to the [SDK documentation](https://docs.launchdarkly.com/sdk/server-side/dotnet#getting-started) for instructions on getting started with using the SDK. |
| 26 | + |
| 27 | +## Signing |
| 28 | + |
| 29 | +The published version of this assembly is digitally signed with Authenticode and [strong-named](https://docs.microsoft.com/en-us/dotnet/framework/app-domains/strong-named-assemblies). 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: |
| 30 | + |
| 31 | +``` |
| 32 | +Public Key: |
| 33 | +0024000004800000940000000602000000240000525341310004000001000100f121bbf427e4d7 |
| 34 | +edc64131a9efeefd20978dc58c285aa6f548a4282fc6d871fbebeacc13160e88566f427497b625 |
| 35 | +56bf7ff01017b0f7c9de36869cc681b236bc0df0c85927ac8a439ecb7a6a07ae4111034e03042c |
| 36 | +4b1569ebc6d3ed945878cca97e1592f864ba7cc81a56b8668a6d7bbe6e44c1279db088b0fdcc35 |
| 37 | +52f746b4 |
| 38 | +
|
| 39 | +Public Key Token: f86add69004e6885 |
| 40 | +``` |
| 41 | + |
| 42 | +## Learn more |
| 43 | + |
| 44 | +TODO(cwaldren): update reference docs links |
| 45 | + |
| 46 | +Read our [documentation](https://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/dotnet). |
| 47 | + |
| 48 | +The authoritative description of all types, properties, and methods is in the [generated API documentation](https://launchdarkly.github.io/dotnet-core/pkgs/sdk/server). |
| 49 | + |
| 50 | +## Contributing |
| 51 | + |
| 52 | +We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK. |
| 53 | + |
| 54 | +## About LaunchDarkly |
| 55 | + |
| 56 | +* 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: |
| 57 | + * 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. |
| 58 | + * 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?). |
| 59 | + * 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. |
| 60 | + * 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. |
| 61 | +* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list. |
| 62 | +* Explore LaunchDarkly |
| 63 | + * [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information |
| 64 | + * [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides |
| 65 | + * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation |
| 66 | + * [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates |
0 commit comments