项目作者: launchdarkly

项目描述 :
Code shared between dotnet-server-sdk and xamarin-client-sdk
高级语言: C#
项目地址: git://github.com/launchdarkly/dotnet-sdk-common.git
创建时间: 2018-06-26T22:02:56Z
项目社区:https://github.com/launchdarkly/dotnet-sdk-common

开源协议:Other

下载


[DEPRECATED]

Development has moved to dotnet-core repository. This repository remains here to support legacy references to dotnet-sdk-common.

LaunchDarkly SDK .NET Common Code

NuGet
CircleCI

This project contains .NET classes and interfaces that are shared between the LaunchDarkly .NET server-side and client-side SDKs. Code that is specific to one or the other is in dotnet-server-sdk or dotnet-client-sdk.

It also contains the optional add-on package LaunchDarkly.CommonSdk.JsonNet, which makes it easier to use LaunchDarkly types with the popular Json.NET library.

Contributing

See Contributing.

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.CommonSdk.pk as well as here:

  1. Public Key:
  2. 0024000004800000940000000602000000240000525341310004000001000100
  3. 250509411af6d31f2abfc9b33d02b01c6ad14fd5c7f83cc6135f499ebb0ec8f3
  4. 4e05c59e49232f5a7d75d5761281610219d323043936d55c19bb26f1dd86bdc7
  5. 6ab178015e78b54aef9cbdc824db2afcf7250292ae3d8d9c4522bcc3a4fc4831
  6. d4b4320e820f32e024ad50a786f86d37ea45e0c25ec431a7a0f3e93575a0d2ad
  7. Public Key Token: 45ef1738a929a7df

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. Check out our documentation for a complete list.
  • Explore LaunchDarkly