Skip to content

Commit

Permalink
reset seven files
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Jan 31, 2025
1 parent 8b4c6b6 commit 7708789
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
The <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method.
The <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />.
Note: These are run after all <see 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:BuildServiceProvider(IServiceCollection,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:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.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 @@ -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 <seealso cref="T:Microsoft.Extensions.FileSystemGlobbing.Matcher" />.</para>
<para>Globbing patterns are interpreted by <see 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 <seealso cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />.
constructor <see 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:HostBuilder.ConfigureServices(Action&lt;HostBuilderContext,IServiceCollection&gt;)" />).
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})" />).
</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:IHostApplicationLifetime.StopApplication()" /> is called.
The application will run until interrupted or until <see cref="M:Microsoft.Extensions.Hosting.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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})" />.
Note: These are run before all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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 <seealso cref="M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})" />.
Note: These are run after all <see 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
4 changes: 2 additions & 2 deletions xml/System.Numerics.Tensors/Tensor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5215,7 +5215,7 @@
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
</para>
<para>
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
</para>
<para>
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
Expand Down Expand Up @@ -5297,7 +5297,7 @@
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
</para>
<para>
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
</para>
<para>
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
Expand Down
Loading

0 comments on commit 7708789

Please sign in to comment.