diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml index 4b534cc47d6..ab213078abf 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml @@ -78,11 +78,8 @@ The containing service descriptors. - - Configures various service provider behaviors. - - Creates a containing services from the provided - optionally enabling scope validation. + Configures various service provider behaviors including service-creation and scope validation. + Creates a containing services from the provided optionally enabling service-creation and scope validation. The . To be added. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml index c3a2b207555..193a39fce75 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml @@ -61,7 +61,7 @@ - to perform check verifying that all services can be created during BuildServiceProvider call; otherwise, . Defaults to . + to perform check verifying that all services can be created during call; otherwise, . Defaults to . NOTE: this check doesn't verify open generics services. To be added. To be added.