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
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ public async Task Example()
106
106
### Providers
107
107
108
108
[Providers](https://openfeature.dev/docs/reference/concepts/provider) are an abstraction between a flag management system and the OpenFeature SDK.
109
-
Look [here](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=.NET) for a complete list of available providers.
109
+
Here is [a complete list of available providers](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=.NET).
110
110
111
111
If the provider you're looking for hasn't been created yet, see the [develop a provider](#develop-a-provider) section to learn how to build it yourself.
[Hooks](https://openfeature.dev/docs/reference/concepts/hooks) allow for custom logic to be added at well-defined points of the flag evaluation life-cycle.
154
-
Look [here](https://openfeature.dev/docs/reference/technologies/server/dotnet/) for a complete list of available hooks.
154
+
Here is [a complete list of available hooks](https://openfeature.dev/docs/reference/technologies/server/dotnet/).
155
155
If the hook you're looking for hasn't been created yet, see the [develop a hook](#develop-a-hook) section to learn how to build it yourself.
156
156
157
157
Once you've added a hook as a dependency, it can be registered at the global, client, or flag invocation level.
@@ -170,12 +170,12 @@ var value = await client.GetBooleanValue("boolFlag", false, context, new FlagEva
170
170
171
171
### Logging
172
172
173
-
The .NET SDK uses MicrosoftExtensions Logger. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for complete documentation.
173
+
The .NET SDK uses Microsoft.Extensions.Logging. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for a complete documentation.
174
174
175
175
### Named clients
176
176
177
177
Clients can be given a name.
178
-
A name is a logical identifier which can be used to associate clients with a particular provider.
178
+
A name is a logical identifier that can be used to associate clients with a particular provider.
179
179
If a name has no associated provider, the global provider is used.
180
180
181
181
```csharp
@@ -274,17 +274,17 @@ Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/
0 commit comments