diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml index 631359d447d..332013f460c 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml @@ -1,4 +1,4 @@ - + @@ -175,8 +175,8 @@ To be added. - To be added. - To be added. + Creates or overwrites an entry in the cache. + The newly created instance. To be added. @@ -208,7 +208,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. @@ -301,7 +301,7 @@ To be added. - To be added. + Removes the object associated with the given key. To be added. @@ -338,8 +338,9 @@ To be added. To be added. - To be added. - To be added. + Gets the item associated with this key if present. + + if the key was found. To be added. diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml index d74f14c93c7..10306ac77f7 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml @@ -1,4 +1,4 @@ - + @@ -192,7 +192,7 @@ Microsoft.Extensions.Caching.Memory.MemoryCacheOptions - To be added. + Gets the default configured instance. To be added. To be added. diff --git a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml index b7790427628..a9a270c9424 100644 --- a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml @@ -1,4 +1,4 @@ - + @@ -81,7 +81,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index c04fbbb6f5b..d7950997f63 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -1,4 +1,4 @@ - + @@ -91,7 +91,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. diff --git a/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml index 13c7b63539e..5b685152f78 100644 --- a/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml @@ -1,4 +1,4 @@ - + @@ -84,7 +84,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. diff --git a/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml b/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml index 1deed6c1037..486bb6ee052 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml @@ -1,4 +1,4 @@ - + @@ -109,8 +109,8 @@ To be added. - To be added. - To be added. + Creates a container builder from an . + A container builder that can be used to create an . To be added. @@ -144,8 +144,8 @@ To be added. - To be added. - To be added. + Creates an from the container builder. + An . To be added. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml index 58ec255c6c6..8e134e74921 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml @@ -1,4 +1,4 @@ - + @@ -99,7 +99,7 @@ - To be added. + Removes all items from the . To be added. @@ -134,8 +134,9 @@ To be added. - To be added. - To be added. + Determines whether the contains a specific value. + + if is found in the ; otherwise, . To be added. @@ -172,7 +173,7 @@ To be added. To be added. - To be added. + Copies the elements of the to an , starting at a particular index. To be added. @@ -203,7 +204,7 @@ System.Int32 - To be added. + Gets the number of elements contained in the . To be added. To be added. @@ -236,8 +237,8 @@ - To be added. - To be added. + Returns an enumerator that iterates through the collection. + An enumerator that can be used to iterate through the collection. To be added. @@ -272,8 +273,8 @@ To be added. - To be added. - To be added. + Determines the index of a specific item in the . + The index of if found in the list; otherwise, -1. To be added. @@ -310,7 +311,7 @@ To be added. To be added. - To be added. + Inserts an item to the at the specified index. To be added. @@ -341,7 +342,7 @@ System.Boolean - To be added. + Gets a value indicating whether the is read-only. To be added. To be added. @@ -377,7 +378,7 @@ To be added. - To be added. + Gets or sets the element at the specified index. To be added. To be added. @@ -413,8 +414,9 @@ To be added. - To be added. - To be added. + Removes the first occurrence of a specific object from the . + + if was successfully removed from the ; otherwise, . This method also returns if is not found in the original . To be added. @@ -449,7 +451,7 @@ To be added. - To be added. + Removes the item at the specified index. To be added. @@ -483,8 +485,8 @@ - To be added. - To be added. + The object to add to the . + Adds an item to the . To be added. @@ -515,9 +517,17 @@ - To be added. - To be added. - To be added. + Returns an enumerator that iterates through a collection. + An object that can be used to iterate through the collection. + + instance is cast to an interface. + + ]]> + diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml index 07f19623d34..94646cac664 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml @@ -64,7 +64,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. @@ -91,8 +91,8 @@ - To be added. - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. + A task that represents the asynchronous dispose operation. To be added.