Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Update - inline inheritdoc test #10693

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
<typeparam name="T">The type of the data being considered.</typeparam>
<param name="key">The key of the entry to look for or create.</param>
<param name="state">The state required for <paramref name="factory" />.</param>
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
<param name="state">The state required for <paramref name="factory" />.</param>
<param name="options">Additional options for this cache entry.</param>
<param name="tags">The tags to associate with this cache item.</param>
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@
<Docs>
<typeparam name="TService">The type of the service to add.</typeparam>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
<param name="serviceKey">The service key.</param>
<param name="implementationFactory">The factory that creates the service.</param>
<param name="serviceKey">The service key.</param>
<summary>
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
using the factory specified in <paramref name="implementationFactory" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</summary>
<returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns>
<remarks>
The <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
The <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -254,7 +254,7 @@
</summary>
<returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns>
<remarks>
The <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
The <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -290,7 +290,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -337,7 +337,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -524,7 +524,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to initialize a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -571,7 +571,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -609,7 +609,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure all instances of a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns>
<remarks>To be added.</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</ReturnValue>
<Docs>
<summary>
Gets or sets a value that indicates whether validation is performed to ensure all services can be created when <see cref="M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)" /> is called.
Gets or sets a value that indicates whether validation is performed to ensure all services can be created when <see cref="M:BuildServiceProvider(IServiceCollection,ServiceProviderOptions)" /> is called.
</summary>
<value>
<see langword="true" /> if validation is performed to ensure all services can be created during a <see cref="M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)" /> call; otherwise, <see langword="false" />. The default is the value of <see cref="M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)" />.</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
</Parameters>
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
<param name="listener">The implementation type of the listener.</param>
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
<summary>
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,13 @@
</param>
<summary>
<para>Creates a <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> for the specified <paramref name="filter" />.</para>
<para>Globbing patterns are interpreted by <see cref="T:Microsoft.Extensions.FileSystemGlobbing.Matcher" />.</para>
<para>Globbing patterns are interpreted by <seealso cref="T:Microsoft.Extensions.FileSystemGlobbing.Matcher" />.</para>
</summary>
<returns>
An <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that is notified when a file matching <paramref name="filter" /> is added,
modified, or deleted. Returns a <see cref="T:Microsoft.Extensions.FileProviders.NullChangeToken" /> if <paramref name="filter" /> has invalid filter
characters or if <paramref name="filter" /> is an absolute path or outside the root directory specified in the
constructor <see cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />.
constructor <seealso cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />.
</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Extensions.Hosting/IHost.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ReturnValue>
<Docs>
<summary>
Gets the services configured for the program (for example, using <see cref="M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})" />).
Gets the services configured for the program (for example, using <see cref="M:HostBuilder.ConfigureServices(Action&lt;HostBuilderContext,IServiceCollection&gt;)" />).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
Expand All @@ -73,7 +73,7 @@
<param name="cancellationToken">Used to abort program start.</param>
<summary>
Starts the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> objects configured for the program.
The application will run until interrupted or until <see cref="M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication" /> is called.
The application will run until interrupted or until <see cref="M:IHostApplicationLifetime.StopApplication()" /> is called.
</summary>
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that will be completed when the <see cref="T:Microsoft.Extensions.Hosting.IHost" /> starts.</returns>
<remarks>To be added.</remarks>
Expand Down
24 changes: 12 additions & 12 deletions xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -132,7 +132,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -174,7 +174,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -222,7 +222,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -276,7 +276,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -336,7 +336,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run before all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -387,7 +387,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -423,7 +423,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -465,7 +465,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -513,7 +513,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -567,7 +567,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -627,7 +627,7 @@
<param name="configureOptions">The action used to configure the options.</param>
<summary>
Registers an action used to post configure a particular type of options.
Note: These are run after all <see cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
</summary>
<returns>The current <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" />.</returns>
<remarks>To be added.</remarks>
Expand Down
Loading