Skip to content

Commit 6f48907

Browse files
ozziepeepsMark Osborn
andauthored
Fixes dotnet#42838 (#5010)
Co-authored-by: Mark Osborn <[email protected]>
1 parent 4a26252 commit 6f48907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<typeparam name="TOptions">The options type to be configured.</typeparam>
171171
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
172172
<param name="configureOptions">The action used to configure the options.</param>
173-
<summary>Registers an action used to configure a particular type of options. These are run before <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary>
173+
<summary>Registers an action used to configure a particular type of options once during startup. This is run before <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. Updates to the configuration does not invoke the action again.</summary>
174174
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
175175
<remarks>To be added.</remarks>
176176
</Docs>

0 commit comments

Comments
 (0)