|
86 | 86 | <Docs>
|
87 | 87 | <typeparam name="TOptions">The options type to be configured.</typeparam>
|
88 | 88 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
89 |
| - <summary>Gets an options builder that forwards Configure calls for the same <typeparamref name="TOptions" /> to the underlying service collection.</summary> |
| 89 | + <summary>Gets an options builder that forwards <c>Configure</c> calls for the same named <typeparamref name="TOptions" /> to the underlying service collection.</summary> |
90 | 90 | <returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns>
|
91 | 91 | <remarks>To be added.</remarks>
|
92 | 92 | </Docs>
|
|
124 | 124 | <typeparam name="TOptions">The options type to be configured.</typeparam>
|
125 | 125 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
126 | 126 | <param name="name">The name of the options instance.</param>
|
127 |
| - <summary>Gets an options builder that forwards Configure calls for the same named <typeparamref name="TOptions" /> to the underlying service collection.</summary> |
128 |
| - <returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns> |
| 127 | + <summary>Gets an options builder that forwards <c>Configure</c> calls for the same named <typeparamref name="TOptions" /> to the underlying service collection.</summary> |
| 128 | + <returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that <c>Configure</c> calls can be chained in it.</returns> |
129 | 129 | <remarks>To be added.</remarks>
|
130 | 130 | </Docs>
|
131 | 131 | </Member>
|
|
165 | 165 | <typeparam name="TOptions">The options type to be configured.</typeparam>
|
166 | 166 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
167 | 167 | <param name="configureOptions">The action used to configure the options.</param>
|
168 |
| - <summary>Registers an action used to configure a particular type of options. |
169 |
| - Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
| 168 | + <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> |
170 | 169 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
171 | 170 | <remarks>To be added.</remarks>
|
172 | 171 | </Docs>
|
|
207 | 206 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
208 | 207 | <param name="name">The name of the options instance.</param>
|
209 | 208 | <param name="configureOptions">The action used to configure the options.</param>
|
210 |
| - <summary>Registers an action used to configure a particular type of options. |
211 |
| - Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
| 209 | + <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> |
212 | 210 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
213 | 211 | <remarks>To be added.</remarks>
|
214 | 212 | </Docs>
|
|
277 | 275 | <Docs>
|
278 | 276 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
279 | 277 | <param name="configureInstance">The instance that will configure options.</param>
|
280 |
| - <summary>Registers an object that will have all of its I[Post]ConfigureOptions registered.</summary> |
| 278 | + <summary>Registers an object that will have all of its <c>I[Post]ConfigureOptions</c> registered.</summary> |
281 | 279 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
282 | 280 | <remarks>To be added.</remarks>
|
283 | 281 | </Docs>
|
|
307 | 305 | <Docs>
|
308 | 306 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
309 | 307 | <param name="configureType">The type that will configure options.</param>
|
310 |
| - <summary>Registers a type that will have all of its I[Post]ConfigureOptions registered.</summary> |
| 308 | + <summary>Registers a type that will have all of its <c>I[Post]ConfigureOptions</c> registered.</summary> |
311 | 309 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
312 | 310 | <remarks>To be added.</remarks>
|
313 | 311 | </Docs>
|
|
343 | 341 | <Docs>
|
344 | 342 | <typeparam name="TConfigureOptions">The type that will configure options.</typeparam>
|
345 | 343 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
346 |
| - <summary>Registers a type that will have all of its I[Post]ConfigureOptions registered.</summary> |
| 344 | + <summary>Registers a type that will have all of its <c>I[Post]ConfigureOptions</c> registered.</summary> |
347 | 345 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
348 | 346 | <remarks>To be added.</remarks>
|
349 | 347 | </Docs>
|
|
382 | 380 | <typeparam name="TOptions">The options type to be configured.</typeparam>
|
383 | 381 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
384 | 382 | <param name="configureOptions">The action used to configure the options.</param>
|
385 |
| - <summary>Registers an action used to initialize a particular type of options. |
386 |
| - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
| 383 | + <summary>Registers an action used to initialize a particular type of options. These are run after <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
387 | 384 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
388 | 385 | <remarks>To be added.</remarks>
|
389 | 386 | </Docs>
|
|
424 | 421 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
425 | 422 | <param name="name">The name of the options instance.</param>
|
426 | 423 | <param name="configureOptions">The action used to configure the options.</param>
|
427 |
| - <summary>Registers an action used to configure a particular type of options. |
428 |
| - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
| 424 | + <summary>Registers an action used to configure a particular type of options. These are run after <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
429 | 425 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
430 | 426 | <remarks>To be added.</remarks>
|
431 | 427 | </Docs>
|
|
464 | 460 | <typeparam name="TOptions">The options type to be configured.</typeparam>
|
465 | 461 | <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add the services to.</param>
|
466 | 462 | <param name="configureOptions">The action used to configure the options.</param>
|
467 |
| - <summary>Registers an action used to post configure all instances of a particular type of options. |
468 |
| - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
| 463 | + <summary>Registers an action used to post configure all instances of a particular type of options. These are run after <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.</summary> |
469 | 464 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
|
470 | 465 | <remarks>To be added.</remarks>
|
471 | 466 | </Docs>
|
|
0 commit comments