From eea64ae9ccc93b4738bd443f93a457fdb65a8db2 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Thu, 12 Oct 2023 08:04:14 -0400 Subject: [PATCH] chore: add placeholder eventing and shutdown sections Addresses a linting issue discovered in a documentation PR. PR: https://github.com/open-feature/openfeature.dev/pull/248 Lint output: https://github.com/open-feature/openfeature.dev/actions/runs/6488117185/job/17619868654?pr=248 Signed-off-by: Michael Beemer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2cb0fd4b..582b188a 100644 --- a/README.md +++ b/README.md @@ -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