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
The .NET SDK uses Microsoft.Extensions.Logging. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for complete documentation.
173
+
174
+
### Named clients
175
+
176
+
Clients can be given a name.
177
+
A name is a logical identifier that can be used to associate clients with a particular provider.
178
+
If a name has no associated provider, the global provider is used.
The .NET SDK uses Microsoft.Extensions.Logging. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for complete documentation.
210
-
211
-
### Named clients
212
-
213
-
Clients can be given a name.
214
-
A name is a logical identifier that can be used to associate clients with a particular provider.
215
-
If a name has no associated provider, the global provider is used.
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).
235
-
236
232
### Shutdown
237
233
238
234
The OpenFeature API provides a close function to perform a cleanup of all registered providers. This should only be called when your application is in the process of shutting down.
0 commit comments