From 73d7840c9fdef9c62371c677e02c0d9773c85f95 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 24 Feb 2023 13:15:42 -0500 Subject: [PATCH] docs: add .net flagd provider Signed-off-by: Michael Beemer --- docs/usage/flagd_providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/flagd_providers.md b/docs/usage/flagd_providers.md index 901670b96..54a0dd838 100644 --- a/docs/usage/flagd_providers.md +++ b/docs/usage/flagd_providers.md @@ -9,7 +9,7 @@ Flagd providers are used for interacting with the `flagd` service via the OpenFe | Javascript | [Javascript Flagd Provider](https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagd) | PHP | [PHP Flagd Provider](https://github.com/open-feature/php-sdk-contrib/tree/main/src/Flagd) | Python | Not currently available, [help by contributing here](https://github.com/open-feature/python-sdk-contrib) -| .NET | Not currently available, [help by contributing here](https://github.com/open-feature/dotnet-sdk-contrib) +| .NET | [.NET Flagd Provider](https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagd) | Ruby | Not currently available, [help by contributing here](https://github.com/open-feature/ruby-sdk-contrib) Any (new or existing) `flagd` providers ought to follow [these guidelines](../other_resources/creating_providers.md).