You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To develop a provider, you need to create a new project and include the OpenFeature SDK as a dependency.
199
-
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk) available under the OpenFeature organization.
199
+
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk-contrib) available under the OpenFeature organization.
200
200
You’ll then need to write the provider by implementing the `FeatureProvider` interface exported by the OpenFeature SDK.
201
201
202
202
```csharp
@@ -237,7 +237,7 @@ public class MyProvider : FeatureProvider
237
237
### Develop a hook
238
238
239
239
To develop a hook, you need to create a new project and include the OpenFeature SDK as a dependency.
240
-
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk) available under the OpenFeature organization.
240
+
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk-contrib) available under the OpenFeature organization.
241
241
Implement your own hook by conforming to the `Hook interface`.
242
242
To satisfy the interface, all methods (`Before`/`After`/`Finally`/`Error`) need to be defined.
0 commit comments