Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3a1a1fe

Browse files
authored
chore: Add deprecation notice with link to dotnet-core repository (#230)
1 parent e6f989a commit 3a1a1fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [DEPRECATED]
2+
3+
Development has moved to [dotnet-core repository](https://github.com/launchdarkly/dotnet-core/tree/main/pkgs/sdk/server). This repository remains here to support legacy references to dotnet-server-sdk.
4+
15
# LaunchDarkly Server-Side SDK for .NET
26

37
The LaunchDarkly Server-Side SDK 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.
@@ -82,7 +86,7 @@ We encourage pull requests and other contributions from the community. Check out
8286
* 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.
8387
* 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?).
8488
* 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.
85-
* 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.
89+
* 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.
8690
* 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.
8791
* Explore LaunchDarkly
8892
* [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information

0 commit comments

Comments
 (0)