Skip to content

Commit 8b223f2

Browse files
committed
reset two MORE files
1 parent f9e4bb2 commit 8b223f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</ReturnValue>
6464
<Docs>
6565
<summary>
66-
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.
66+
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.
6767
</summary>
6868
<value>
6969
<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>

xml/Microsoft.Extensions.Hosting/IHost.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ReturnValue>
4747
<Docs>
4848
<summary>
49-
Gets the services configured for the program (for example, using <see cref="M:HostBuilder.ConfigureServices(Action&lt;HostBuilderContext,IServiceCollection&gt;)" />).
49+
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})" />).
5050
</summary>
5151
<value>To be added.</value>
5252
<remarks>To be added.</remarks>
@@ -73,7 +73,7 @@
7373
<param name="cancellationToken">Used to abort program start.</param>
7474
<summary>
7575
Starts the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> objects configured for the program.
76-
The application will run until interrupted or until <see cref="M:IHostApplicationLifetime.StopApplication()" /> is called.
76+
The application will run until interrupted or until <see cref="M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication" /> is called.
7777
</summary>
7878
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that will be completed when the <see cref="T:Microsoft.Extensions.Hosting.IHost" /> starts.</returns>
7979
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)