Skip to content

Commit 366f7cb

Browse files
doc: Add dotnet OFREP provider (#1229)
## This PR Add .NET OFREP provider. Signed-off-by: Thomas Poignant <[email protected]>
1 parent 1c53194 commit 366f7cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/ofrep.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@ export const OFREP: Provider = {
3030
href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-ofrep',
3131
vendorOfficial: true,
3232
},
33+
{
34+
technology: '.NET',
35+
category: ['Server'],
36+
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Providers.Ofrep',
37+
vendorOfficial: true,
38+
},
3339
],
3440
};

0 commit comments

Comments
 (0)