diff --git a/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml index 7a5ce9b9f1c..442edd08cca 100644 --- a/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml @@ -1,4 +1,4 @@ - + @@ -158,9 +158,17 @@ - To be added. - To be added. - To be added. + Returns an enumerator that iterates through a collection. + An enumerator that can be used to iterate through the collection. + + instance is cast to an interface. + + ]]> + diff --git a/xml/Microsoft.Extensions.FileProviders.Embedded/EmbeddedResourceFileInfo.xml b/xml/Microsoft.Extensions.FileProviders.Embedded/EmbeddedResourceFileInfo.xml index 63829e35223..6ca8758c3a2 100644 --- a/xml/Microsoft.Extensions.FileProviders.Embedded/EmbeddedResourceFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders.Embedded/EmbeddedResourceFileInfo.xml @@ -1,4 +1,4 @@ - + @@ -87,9 +87,17 @@ - To be added. - To be added. - To be added. + Returns the file contents as a read-only stream. + A read-only stream. + + + diff --git a/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml index ae30923f547..d55197c6dd0 100644 --- a/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml @@ -1,4 +1,4 @@ - + @@ -113,8 +113,8 @@ System.Boolean - To be added. - To be added. + Determines if a directory was located at the given path. + if a directory was located at the given path; otherwise. To be added. @@ -145,8 +145,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. @@ -177,9 +177,17 @@ - To be added. - To be added. - To be added. + Returns an enumerator that iterates through a collection. + An enumerator that can be used to iterate through the collection. + + instance is cast to an interface. + + ]]> + diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml index 54c19a0f127..bf2d907df4a 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml @@ -1,4 +1,4 @@ - + @@ -116,8 +116,8 @@ System.Boolean - To be added. - To be added. + Determines if the resource exists in the underlying storage system. + if the resource exists in the underlying storage system; otherwise. To be added. @@ -241,8 +241,8 @@ System.String - To be added. - To be added. + Gets the name of the file or directory, excluding the path. + A string representing the name of the file or directory. To be added. @@ -273,8 +273,8 @@ System.String - To be added. - To be added. + Gets the full path to the file, including the file name. + A string representing the full path to the file, or if the file is not directly accessible. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml index 627bdf935fd..bdbc3ea9b37 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml @@ -1,4 +1,4 @@ - + @@ -84,9 +84,16 @@ - To be added. - To be added. - To be added. + Returns the file contents as a read-only stream. + A read-only stream. + + + @@ -116,8 +123,8 @@ System.Boolean - To be added. - To be added. + Determines if the resource exists in the underlying system. + if the resource exists in the underlying storage system; otherwise. To be added. @@ -179,8 +186,8 @@ System.DateTimeOffset - To be added. - To be added. + Gets the last time the file was modified. + A datetime offset representing the last time the file was modified. To be added. @@ -211,7 +218,7 @@ System.Int64 - To be added. + The length of the file in bytes, or -1 for a directory or non-existing files. To be added. To be added. @@ -243,7 +250,7 @@ System.String - To be added. + The name of the file or directory, not including any path. To be added. To be added. @@ -275,7 +282,7 @@ System.String - To be added. + The path to the file, including the file name. Return if the file is not directly accessible. To be added. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml index d1f4af1e15e..7e973aceef1 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml @@ -1,4 +1,4 @@ - + @@ -82,7 +82,7 @@ System.Boolean - To be added. + Indicates if this token will pro-actively raise callbacks. If , the token consumer must poll to detect changes. To be added. To be added. @@ -144,7 +144,7 @@ System.Boolean - To be added. + Gets a value that indicates if a change has occurred. To be added. To be added. @@ -179,10 +179,11 @@ - To be added. - To be added. - To be added. - To be added. + The to invoke. + State to be passed into the callback. + Registers for a callback that will be invoked when the entry has changed. + MUST be set before the callback is invoked. + An that is used to unregister the callback. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders/ManifestEmbeddedFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/ManifestEmbeddedFileProvider.xml index 8b0f89d9d04..26dc41fd22e 100644 --- a/xml/Microsoft.Extensions.FileProviders/ManifestEmbeddedFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/ManifestEmbeddedFileProvider.xml @@ -1,4 +1,4 @@ - + @@ -186,9 +186,9 @@ - To be added. - To be added. - To be added. + Relative path that identifies the directory. + Enumerate a directory at the given path, if any. + Returns the contents of the directory. To be added. @@ -218,9 +218,9 @@ - To be added. - To be added. - To be added. + Relative path that identifies the file. + Locate a file at the given path. + The file information. Caller must check Exists property. To be added. @@ -250,9 +250,9 @@ - To be added. - To be added. - To be added. + Filter string used to determine what files or folders to monitor. Example: **/*.cs, *.*, subFolder/**/*.cshtml. + Creates a for the specified . + An that is notified when a file matching is added, modified or deleted. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml index 925f15d501c..1a015c983d0 100644 --- a/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml @@ -1,4 +1,4 @@ - + @@ -176,9 +176,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.FileProviders/NotFoundFileInfo.xml b/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml index 2b9547d6c16..6d578dcd694 100644 --- a/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml @@ -1,4 +1,4 @@ - + @@ -240,7 +240,7 @@ System.String - To be added. + The name of the file or directory, not including any path. To be added. To be added. diff --git a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml index f2a47b2f822..95ce3c5323b 100644 --- a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml @@ -1,4 +1,4 @@ - + @@ -139,7 +139,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. To be added. @@ -169,9 +169,9 @@ - To be added. - To be added. - To be added. + Used to indicate when stop should no longer be graceful. + Called from to indicate that the host is stopping and it's time to shut down. + A . To be added. @@ -201,9 +201,9 @@ - To be added. - To be added. - To be added. + Used to indicate when stop should no longer be graceful. + Called at the start of which will wait until it's complete before continuing. This can be used to delay startup until signaled by an external event. + A . To be added. diff --git a/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml b/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml index a2dd29d6ca2..eb7c5f16a9d 100644 --- a/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml +++ b/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml @@ -1,4 +1,4 @@ - + @@ -81,7 +81,7 @@ System.String - To be added. + Gets or sets the name of the application. This property is automatically set by the host to the assembly containing the application entry point. To be added. To be added. @@ -110,7 +110,7 @@ Microsoft.Extensions.FileProviders.IFileProvider - To be added. + Gets or sets an pointing at . To be added. To be added. @@ -139,7 +139,7 @@ System.String - To be added. + Gets or sets the absolute path to the directory that contains the application content files. To be added. To be added. @@ -168,7 +168,7 @@ System.String - To be added. + Gets or sets the name of the environment. The host automatically sets this property to the value of the of the "environment" key as specified in configuration. To be added. To be added. diff --git a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml index 11b04454eb5..31d9b93c96f 100644 --- a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml +++ b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml @@ -1,4 +1,4 @@ - + @@ -74,7 +74,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.Options/ConfigurationChangeTokenSource`1.xml b/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml index 7ad89c43794..e451f54010a 100644 --- a/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml +++ b/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml @@ -1,4 +1,4 @@ - + @@ -27,8 +27,7 @@ - - + Creates s so that gets notified when changes. To be added. @@ -116,7 +115,7 @@ Returns the reloadToken from the . - + Change token. To be added.