Skip to content

Commit

Permalink
chore: add placeholder eventing and shutdown sections (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Oct 12, 2023
1 parent 2687cf0 commit 5dfea29
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 5dfea29

Please sign in to comment.