Skip to content

Commit 42ab028

Browse files
authored
feat: add .NET technology support to MultiProvider (#1281)
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> <!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> This pull request adds support for a new `.NET` MultiProvider to the list of providers in the `multi-provider.ts` file. The change ensures that users can now see and access the `.NET` MultiProvider option alongside existing providers. Provider additions: * Added a new `.NET` MultiProvider entry to the `MultiProvider` list in `src/datasets/providers/multi-provider.ts`, including technology, vendor status, link, and category information. Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent eb92560 commit 42ab028

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/multi-provider.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ export const MultiProvider: Provider = {
2424
href: 'https://github.com/open-feature/java-sdk-contrib/tree/main/providers/multiprovider',
2525
category: ['Server'],
2626
},
27+
{
28+
technology: '.NET',
29+
vendorOfficial: false,
30+
href: 'https://github.com/open-feature/dotnet-sdk/tree/main/src/OpenFeature.Providers.MultiProvider',
31+
category: ['Server'],
32+
}
2733
],
2834
};

0 commit comments

Comments
 (0)