Skip to content

Commit

Permalink
chore: add placeholder eventing and shutdown sections
Browse files Browse the repository at this point in the history
Addresses a linting issue discovered in a documentation PR.

PR: open-feature/openfeature.dev#248
Lint output: https://github.com/open-feature/openfeature.dev/actions/runs/6488117185/job/17619868654?pr=248

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Oct 12, 2023
1 parent 2687cf0 commit eea64ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ FeatureClient clientNamed = Api.Instance.GetClient("clientForCache");

```

### Eventing

Events are currently not supported by the .NET SDK. Progress on this feature can be tracked [here](https://github.com/open-feature/dotnet-sdk/issues/126).

### Shutdown

A shutdown handler is not yet available in the .NET SDK. Progress on this feature can be tracked [here](https://github.com/open-feature/dotnet-sdk/issues/126).

## Extending

### Develop a provider
Expand Down

0 comments on commit eea64ae

Please sign in to comment.