diff --git a/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CPP/isprops.cpp b/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CPP/isprops.cpp index f8ae5f7d459..ebf4fb0df75 100644 --- a/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CPP/isprops.cpp +++ b/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CPP/isprops.cpp @@ -167,7 +167,6 @@ CodePage identifier and name BrDisp BrSave MNDisp MNSave 1-Byte Re 57009 x-iscii-ma False False False False False True 57010 x-iscii-gu False False False False False True 57011 x-iscii-pa False False False False False True -65000 utf-7 False False True True False True 65001 utf-8 True True True True False True */ diff --git a/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs b/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs index 00b93e9077f..1c5db2fe5a8 100644 --- a/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs +++ b/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs @@ -169,7 +169,6 @@ 57008 x-iscii-ka False False False False False Tr 57009 x-iscii-ma False False False False False True 57010 x-iscii-gu False False False False False True 57011 x-iscii-pa False False False False False True -65000 utf-7 False False True True False True 65001 utf-8 True True True True False True */ diff --git a/samples/snippets/csharp/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/cs/program.cs b/samples/snippets/csharp/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/cs/program.cs index ae0a8e3d4da..0b9e4673635 100644 --- a/samples/snippets/csharp/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/cs/program.cs +++ b/samples/snippets/csharp/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/cs/program.cs @@ -17,10 +17,10 @@ static void Main(string[] args) { try { - // Display each file over 10 MB; + // Display each file over 10 MB. if (fi.Length > 10000000) { - Console.WriteLine($"{fi.FullName}\t\t{fi.Length.ToString("NO")}"); + Console.WriteLine($"{fi.FullName}\t\t{fi.Length:N0}"); } } catch (UnauthorizedAccessException unAuthTop) @@ -37,10 +37,10 @@ static void Main(string[] args) { try { - // Display each file over 10 MB; + // Display each file over 10 MB. if (fi.Length > 10000000) { - Console.WriteLine($"{fi.FullName}\t\t{fi.Length.ToString("NO")}"); + Console.WriteLine($"{fi.FullName}\t\t{fi.Length:N0}"); } } catch (UnauthorizedAccessException unAuthFile) diff --git a/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/VB/isprops.vb b/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/VB/isprops.vb index 9e3c9617230..a85ea61aaa8 100644 --- a/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/VB/isprops.vb +++ b/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/VB/isprops.vb @@ -170,7 +170,6 @@ End Class '57009 x-iscii-ma False False False False False True '57010 x-iscii-gu False False False False False True '57011 x-iscii-pa False False False False False True -'65000 utf-7 False False True True False True '65001 utf-8 True True True True False True ' ' diff --git a/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml b/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml index 24cb4a60269..90839fcb54a 100644 --- a/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml +++ b/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml @@ -3,8 +3,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -73,10 +106,746 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,6 +1012,1346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -13912,6 +16021,18 @@ + + + + + + + + + + + + diff --git a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml index 17fa69ff0ee..8ae7b4f9d96 100644 --- a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml +++ b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions diff --git a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryOptions.xml b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryOptions.xml index 242ca6b36fe..6d1138cc0b3 100644 --- a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryOptions.xml +++ b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheEntryOptions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.DateTimeOffset> @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> diff --git a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml index 991fa92ece4..b3faf06eea0 100644 --- a/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml +++ b/xml/Microsoft.Extensions.Caching.Distributed/DistributedCacheExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -99,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -110,9 +113,9 @@ System.Threading.Tasks.Task<System.String> - - - + + + The cache in which to store the data. @@ -140,6 +143,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -203,15 +207,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - - + + + + The cache in which to store the data. @@ -241,6 +246,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -276,6 +282,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -374,15 +381,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - - + + + + The cache in which to store the data. @@ -409,16 +417,17 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - - - + + + + + The cache in which to store the data. diff --git a/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml b/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml index 7265bcbc0cb..8fa3c6087df 100644 --- a/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml +++ b/xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Byte[] @@ -92,13 +94,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task<System.Byte[]> - - + + A string identifying the requested value. @@ -125,6 +128,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -178,13 +182,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - + + A string identifying the requested value. @@ -211,6 +216,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -264,13 +270,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - + + A string identifying the requested value. @@ -297,6 +304,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -358,15 +366,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - - + + + + A string identifying the requested value. diff --git a/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml b/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml index 6eb80cd8454..bb76557d669 100644 --- a/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml +++ b/xml/Microsoft.Extensions.Caching.Distributed/MemoryDistributedCache.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -65,9 +66,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + To be added. @@ -87,10 +89,11 @@ Microsoft.Extensions.Caching.Memory 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + To be added. @@ -119,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Byte[] @@ -179,13 +183,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task<System.Byte[]> - - + + To be added. @@ -215,6 +220,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -274,13 +280,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - + + To be added. @@ -310,6 +317,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -369,13 +377,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - + + To be added. @@ -405,6 +414,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -472,15 +482,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - - + + + + To be added. diff --git a/xml/Microsoft.Extensions.Caching.Memory/CacheEntryExtensions.xml b/xml/Microsoft.Extensions.Caching.Memory/CacheEntryExtensions.xml index 77572af70fa..551577f73b1 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/CacheEntryExtensions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/CacheEntryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -175,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -208,6 +214,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -241,6 +248,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -272,13 +280,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry - - + + The . @@ -305,6 +314,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -339,6 +349,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry diff --git a/xml/Microsoft.Extensions.Caching.Memory/CacheExtensions.xml b/xml/Microsoft.Extensions.Caching.Memory/CacheExtensions.xml index 9e8eb763eb3..1259b733149 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/CacheExtensions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/CacheExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -111,6 +114,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -150,6 +154,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -195,6 +200,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -234,6 +240,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -275,6 +282,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -316,6 +324,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -357,6 +366,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TItem @@ -398,6 +408,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Caching.Memory/CacheItemPriority.xml b/xml/Microsoft.Extensions.Caching.Memory/CacheItemPriority.xml index aea6bcfc179..c884cfc73dc 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/CacheItemPriority.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/CacheItemPriority.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority @@ -92,6 +95,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority diff --git a/xml/Microsoft.Extensions.Caching.Memory/EvictionReason.xml b/xml/Microsoft.Extensions.Caching.Memory/EvictionReason.xml index 2e1bab331ef..a62a383b355 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/EvictionReason.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/EvictionReason.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason @@ -92,6 +95,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason @@ -144,6 +149,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason @@ -170,6 +176,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.EvictionReason diff --git a/xml/Microsoft.Extensions.Caching.Memory/ICacheEntry.xml b/xml/Microsoft.Extensions.Caching.Memory/ICacheEntry.xml index cb600e03a3d..8c686ed8f73 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/ICacheEntry.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/ICacheEntry.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.DateTimeOffset> @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.Primitives.IChangeToken> @@ -123,6 +127,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -150,6 +155,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration> @@ -177,6 +183,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority @@ -203,6 +210,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.Int64> @@ -230,6 +238,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> @@ -258,6 +267,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object diff --git a/xml/Microsoft.Extensions.Caching.Memory/IMemoryCache.xml b/xml/Microsoft.Extensions.Caching.Memory/IMemoryCache.xml index ed015122708..07d02643196 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/IMemoryCache.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/IMemoryCache.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -103,6 +106,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml index e9d5552b2d1..631359d447d 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCache.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,10 +73,11 @@ Microsoft.Extensions.Caching.Memory 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The options of the cache. @@ -100,6 +103,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -130,6 +134,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -160,6 +165,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.ICacheEntry @@ -195,6 +201,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -222,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -252,6 +260,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -282,6 +291,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -316,6 +326,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryExtensions.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryExtensions.xml index 0388b425032..a859018e195 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryExtensions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -175,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -208,6 +214,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions @@ -239,13 +246,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions - - + + The options to set the entry size on. @@ -272,6 +280,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryOptions.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryOptions.xml index 256c63e3578..439cf7ce862 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryOptions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheEntryOptions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.DateTimeOffset> @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.Primitives.IChangeToken> @@ -145,6 +150,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration> @@ -172,6 +178,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.CacheItemPriority @@ -198,6 +205,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.Int64> @@ -225,6 +233,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.TimeSpan> diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml index 844cb3d25c3..d74f14c93c7 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Internal.ISystemClock @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Double @@ -151,6 +155,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.TimeSpan @@ -181,6 +186,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheOptions @@ -206,6 +212,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<System.Int64> diff --git a/xml/Microsoft.Extensions.Caching.Memory/MemoryDistributedCacheOptions.xml b/xml/Microsoft.Extensions.Caching.Memory/MemoryDistributedCacheOptions.xml index 8c17b2e561e..b252fd88fd7 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/MemoryDistributedCacheOptions.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/MemoryDistributedCacheOptions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.MemoryCacheOptions @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Caching.Memory/PostEvictionCallbackRegistration.xml b/xml/Microsoft.Extensions.Caching.Memory/PostEvictionCallbackRegistration.xml index 0416301e68f..6a16352213c 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/PostEvictionCallbackRegistration.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/PostEvictionCallbackRegistration.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Caching.Memory.PostEvictionDelegate @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object diff --git a/xml/Microsoft.Extensions.Caching.Memory/PostEvictionDelegate.xml b/xml/Microsoft.Extensions.Caching.Memory/PostEvictionDelegate.xml index 978f1426ace..eca668dba21 100644 --- a/xml/Microsoft.Extensions.Caching.Memory/PostEvictionDelegate.xml +++ b/xml/Microsoft.Extensions.Caching.Memory/PostEvictionDelegate.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Delegate diff --git a/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationProvider.xml index 65d4f88c46a..2b84f622832 100644 --- a/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationProvider @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationSource.xml index adac9c2fa7c..daca5967bb4 100644 --- a/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.CommandLine/CommandLineConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -98,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.String,System.String> diff --git a/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationProvider.xml index cc4e36d6e2a..2439e16ad3a 100644 --- a/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationProvider @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationSource.xml index da55e6ea487..4815e87fa5a 100644 --- a/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.EnvironmentVariables/EnvironmentVariablesConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationProvider.xml index 04504c6b83e..4a2ba730691 100644 --- a/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationProvider @@ -50,6 +51,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationSource.xml index 013ba4e9734..c51b11c0819 100644 --- a/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationSource @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationProvider.xml index 400169bf00f..a3234a12a4d 100644 --- a/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationProvider.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationProvider @@ -31,6 +32,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +55,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -78,6 +81,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.String,System.String> diff --git a/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationSource.xml index 0beb5c9d907..5ce6843760b 100644 --- a/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationSource.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationSource @@ -39,6 +40,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -58,6 +60,7 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationProvider.xml index a9ff5a681c3..30db8e88462 100644 --- a/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationProvider @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationSource.xml index b163984fe00..bed6f3ae9c4 100644 --- a/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Json/JsonConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationSource @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationProvider.xml index 96d002f8180..aea8945a9b4 100644 --- a/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationProvider.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationProvider @@ -31,6 +32,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +55,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationSource.xml index f49c9eb7f72..73031c79fbc 100644 --- a/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Json/JsonStreamConfigurationSource.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationSource @@ -30,6 +31,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -49,6 +51,7 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationProvider.xml index 4874bbcb18a..58addeea1c2 100644 --- a/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationProvider @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -110,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,System.String>> @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationSource.xml index 6ebbc4ee532..50afe3845ef 100644 --- a/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Memory/MemoryConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> diff --git a/xml/Microsoft.Extensions.Configuration.UserSecrets/PathHelper.xml b/xml/Microsoft.Extensions.Configuration.UserSecrets/PathHelper.xml index 7a03bc9b09a..170eef223e2 100644 --- a/xml/Microsoft.Extensions.Configuration.UserSecrets/PathHelper.xml +++ b/xml/Microsoft.Extensions.Configuration.UserSecrets/PathHelper.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -134,6 +136,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration.UserSecrets/UserSecretsIdAttribute.xml b/xml/Microsoft.Extensions.Configuration.UserSecrets/UserSecretsIdAttribute.xml index 2f98992b586..bac3c23e496 100644 --- a/xml/Microsoft.Extensions.Configuration.UserSecrets/UserSecretsIdAttribute.xml +++ b/xml/Microsoft.Extensions.Configuration.UserSecrets/UserSecretsIdAttribute.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Attribute @@ -54,6 +55,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -80,6 +82,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationProvider.xml index e130aa8b3eb..5feb669fa55 100644 --- a/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationProvider @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationSource.xml index 45c7524e36d..84a0f617a6f 100644 --- a/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Xml/XmlConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationSource @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration.Xml/XmlDocumentDecryptor.xml b/xml/Microsoft.Extensions.Configuration.Xml/XmlDocumentDecryptor.xml index 14329cf5859..46e5b9ed1a6 100644 --- a/xml/Microsoft.Extensions.Configuration.Xml/XmlDocumentDecryptor.xml +++ b/xml/Microsoft.Extensions.Configuration.Xml/XmlDocumentDecryptor.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Xml.XmlReader @@ -97,6 +100,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Xml.XmlReader @@ -128,6 +132,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor diff --git a/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationProvider.xml index a43addff66c..8c456131b84 100644 --- a/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationProvider.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationProvider @@ -31,6 +32,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +55,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -78,6 +81,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.String,System.String> diff --git a/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationSource.xml index 1b5b4111d3e..4abf9838762 100644 --- a/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration.Xml/XmlStreamConfigurationSource.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationSource @@ -30,6 +31,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -49,6 +51,7 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration/BinderOptions.xml b/xml/Microsoft.Extensions.Configuration/BinderOptions.xml index a2229075b82..d3c8132e1e6 100644 --- a/xml/Microsoft.Extensions.Configuration/BinderOptions.xml +++ b/xml/Microsoft.Extensions.Configuration/BinderOptions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Configuration/ChainedBuilderExtensions.xml b/xml/Microsoft.Extensions.Configuration/ChainedBuilderExtensions.xml index 69ef76ecb74..13eee2092dd 100644 --- a/xml/Microsoft.Extensions.Configuration/ChainedBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/ChainedBuilderExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -63,14 +65,15 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - - + + + The to add to. diff --git a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml index 2c7a4335199..b7790427628 100644 --- a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml @@ -5,17 +5,18 @@ - - - - - + + + + + Microsoft.Extensions.Configuration 2.1.0.0 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -24,7 +25,7 @@ Microsoft.Extensions.Configuration.IConfigurationProvider - + System.IDisposable @@ -47,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -72,6 +74,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -100,6 +103,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -135,6 +139,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -163,6 +168,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -190,6 +196,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -222,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationSource.xml index 1f4ff5ae601..fd2cc197dcb 100644 --- a/xml/Microsoft.Extensions.Configuration/ChainedConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration/ChainedConfigurationSource.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -62,6 +64,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -90,6 +93,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfiguration @@ -112,6 +116,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml index 2d9dc201a81..0d58745f889 100644 --- a/xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -39,13 +40,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -143,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml index 137a86f93b9..5afab409c72 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -70,14 +72,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - + + + The configuration instance to bind. @@ -102,14 +105,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - + + + The configuration instance to bind. @@ -135,13 +139,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object - - + + The configuration instance to bind. @@ -167,14 +172,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object - - - + + + The configuration instance to bind. @@ -203,6 +209,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -211,7 +218,7 @@ - + The type of the new instance to bind. @@ -237,6 +244,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -245,8 +253,8 @@ - - + + The type of the new instance to bind. @@ -276,6 +284,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -311,6 +320,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -348,6 +358,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -385,6 +396,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml index f4f2e022732..4623068892e 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationRoot @@ -124,11 +128,11 @@ - - - - - + + + + + Property P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties @@ -142,10 +146,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.Dictionary<System.String,System.Object> - System.Collections.Generic.IDictionary<System.String,System.Object> + System.Collections.Generic.IDictionary<System.String,System.Object> Gets a key/value collection that can be used to share data between the @@ -161,11 +166,11 @@ - - - - - + + + + + Property P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources @@ -179,10 +184,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationSource> - System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource> + System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource> Returns the sources used to obtain configuration values. diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationExtensions.xml index 3af446c920c..00923833f9c 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.UserSecrets @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -57,8 +59,8 @@ - - + + To be added. @@ -197,7 +199,7 @@ - + Method Microsoft.Extensions.Configuration.Abstractions @@ -208,6 +210,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -235,7 +238,7 @@ - + Method Microsoft.Extensions.Configuration.Abstractions @@ -245,6 +248,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -260,8 +264,8 @@ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> - - + + The to enumerate. @@ -286,12 +290,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean - + To be added. @@ -317,6 +322,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationKeyComparer.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationKeyComparer.xml index 466605f22aa..f10e9325c11 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationKeyComparer.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationKeyComparer.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -104,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationKeyComparer diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationPath.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationPath.xml index a9891d72424..9e2f93a971d 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationPath.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationPath.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -110,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -172,6 +177,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationProvider.xml index 7dd78db02b0..1e0a2d532bb 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.String,System.String> @@ -98,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -165,6 +170,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -192,6 +198,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -222,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -249,6 +257,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -280,6 +289,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationReloadToken.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationReloadToken.xml index e6ec2665604..fa5789c8d43 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationReloadToken.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationReloadToken.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -128,6 +132,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -158,6 +163,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml index f4fe137411e..c04fbbb6f5b 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml @@ -5,12 +5,12 @@ - - - - + + + + - + Microsoft.Extensions.Configuration 1.0.0.0 @@ -20,6 +20,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,7 +32,7 @@ Microsoft.Extensions.Configuration.IConfigurationRoot - + System.IDisposable @@ -57,6 +58,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -82,6 +84,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -113,6 +116,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationSection> @@ -144,6 +148,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -175,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationSection @@ -210,6 +216,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -242,6 +249,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationProvider> @@ -272,6 +280,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationRootExtensions.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationRootExtensions.xml index 3c23872b642..5a8e7cecb7a 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationRootExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationRootExtensions.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,6 +32,7 @@ Microsoft.Extensions.Configuration.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationSection.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationSection.xml index 4819064cc30..7f1e23009fb 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationSection.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationSection.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.Configuration 1.0.0.0 @@ -15,6 +15,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -71,10 +72,11 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The configuration root. @@ -103,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationSection> @@ -134,6 +137,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -165,6 +169,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationSection @@ -200,6 +205,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -234,6 +240,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -264,6 +271,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -294,6 +302,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/EnvironmentVariablesExtensions.xml b/xml/Microsoft.Extensions.Configuration/EnvironmentVariablesExtensions.xml index 5c0150b98d7..ac96f7aa247 100644 --- a/xml/Microsoft.Extensions.Configuration/EnvironmentVariablesExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/EnvironmentVariablesExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -70,13 +72,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -103,6 +106,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder diff --git a/xml/Microsoft.Extensions.Configuration/FileConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/FileConfigurationExtensions.xml index eddc880c3c2..50c14f6fba6 100644 --- a/xml/Microsoft.Extensions.Configuration/FileConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/FileConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,12 +41,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext> - + The . @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileProvider @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -134,13 +138,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -167,6 +172,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder diff --git a/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml index 969c0d40837..13c7b63539e 100644 --- a/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/FileConfigurationProvider.xml @@ -5,11 +5,11 @@ - - - - - + + + + + Microsoft.Extensions.Configuration.FileExtensions 1.0.0.0 @@ -19,12 +19,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationProvider - + System.IDisposable @@ -50,6 +51,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ Microsoft.Extensions.Configuration.FileExtensions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -98,12 +101,13 @@ Microsoft.Extensions.Configuration.FileExtensions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -158,6 +163,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -188,6 +194,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationSource @@ -210,6 +217,7 @@ Microsoft.Extensions.Configuration.FileExtensions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/FileConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration/FileConfigurationSource.xml index 41a693c7ac1..7b06f33fbdb 100644 --- a/xml/Microsoft.Extensions.Configuration/FileConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration/FileConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -101,12 +104,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + The . @@ -131,6 +135,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileProvider @@ -157,6 +162,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext> @@ -184,6 +190,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -211,6 +218,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -237,6 +245,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -265,6 +274,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -291,6 +301,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration/FileLoadExceptionContext.xml b/xml/Microsoft.Extensions.Configuration/FileLoadExceptionContext.xml index 2586d06e22a..3ae50f6f652 100644 --- a/xml/Microsoft.Extensions.Configuration/FileLoadExceptionContext.xml +++ b/xml/Microsoft.Extensions.Configuration/FileLoadExceptionContext.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -61,6 +63,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Exception @@ -87,6 +90,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -113,6 +117,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.FileConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration/IConfiguration.xml b/xml/Microsoft.Extensions.Configuration/IConfiguration.xml index 49161a84025..e7f96e81a9b 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfiguration.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfiguration.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationSection> @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -94,6 +97,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationSection @@ -126,6 +130,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/IConfigurationBuilder.xml b/xml/Microsoft.Extensions.Configuration/IConfigurationBuilder.xml index 78d9396a528..19858fc63e5 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfigurationBuilder.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfigurationBuilder.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationRoot @@ -88,11 +91,11 @@ - - - - - + + + + + Property Microsoft.Extensions.Configuration.Abstractions @@ -103,10 +106,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.Dictionary<System.String,System.Object> - System.Collections.Generic.IDictionary<System.String,System.Object> + System.Collections.Generic.IDictionary<System.String,System.Object> Gets a key/value collection that can be used to share data between the @@ -122,11 +126,11 @@ - - - - - + + + + + Property Microsoft.Extensions.Configuration.Abstractions @@ -137,10 +141,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationSource> - System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource> + System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource> Gets the sources used to obtain configuration values. diff --git a/xml/Microsoft.Extensions.Configuration/IConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/IConfigurationProvider.xml index 82b6ecb26e2..6f4116e769d 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfigurationProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -128,6 +132,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -160,6 +165,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Configuration/IConfigurationRoot.xml b/xml/Microsoft.Extensions.Configuration/IConfigurationRoot.xml index 3251302d763..3299621ad9b 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfigurationRoot.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfigurationRoot.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.Configuration.IConfigurationProvider> @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Configuration/IConfigurationSection.xml b/xml/Microsoft.Extensions.Configuration/IConfigurationSection.xml index 8195ff4225d..83b0304e8cd 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfigurationSection.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfigurationSection.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Configuration/IConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration/IConfigurationSource.xml index cd0c8a3bb7a..f1ebaf57865 100644 --- a/xml/Microsoft.Extensions.Configuration/IConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration/IConfigurationSource.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider diff --git a/xml/Microsoft.Extensions.Configuration/IniConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/IniConfigurationExtensions.xml index dc86566d9d9..52fbd76ed2d 100644 --- a/xml/Microsoft.Extensions.Configuration/IniConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/IniConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -39,13 +40,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -106,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -180,6 +185,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -215,13 +221,14 @@ Microsoft.Extensions.Configuration.Ini 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. diff --git a/xml/Microsoft.Extensions.Configuration/JsonConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/JsonConfigurationExtensions.xml index 00e34f8a480..b4410a7ef7b 100644 --- a/xml/Microsoft.Extensions.Configuration/JsonConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/JsonConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -39,13 +40,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -106,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -180,6 +185,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -215,13 +221,14 @@ Microsoft.Extensions.Configuration.Json 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. diff --git a/xml/Microsoft.Extensions.Configuration/MemoryConfigurationBuilderExtensions.xml b/xml/Microsoft.Extensions.Configuration/MemoryConfigurationBuilderExtensions.xml index f0ca94ec181..c64f00c9318 100644 --- a/xml/Microsoft.Extensions.Configuration/MemoryConfigurationBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/MemoryConfigurationBuilderExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder diff --git a/xml/Microsoft.Extensions.Configuration/StreamConfigurationProvider.xml b/xml/Microsoft.Extensions.Configuration/StreamConfigurationProvider.xml index 587ccf53e46..cb4ea6fe744 100644 --- a/xml/Microsoft.Extensions.Configuration/StreamConfigurationProvider.xml +++ b/xml/Microsoft.Extensions.Configuration/StreamConfigurationProvider.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.ConfigurationProvider @@ -31,6 +32,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +55,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -75,6 +78,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -100,6 +104,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.StreamConfigurationSource diff --git a/xml/Microsoft.Extensions.Configuration/StreamConfigurationSource.xml b/xml/Microsoft.Extensions.Configuration/StreamConfigurationSource.xml index 2343d8371be..3906fec5a71 100644 --- a/xml/Microsoft.Extensions.Configuration/StreamConfigurationSource.xml +++ b/xml/Microsoft.Extensions.Configuration/StreamConfigurationSource.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -34,6 +35,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -56,6 +58,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationProvider @@ -82,6 +85,7 @@ Microsoft.Extensions.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IO.Stream diff --git a/xml/Microsoft.Extensions.Configuration/UserSecretsConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/UserSecretsConfigurationExtensions.xml index 6ddefa528b5..6539b49d2a3 100644 --- a/xml/Microsoft.Extensions.Configuration/UserSecretsConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/UserSecretsConfigurationExtensions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -37,6 +38,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -115,6 +118,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -154,14 +158,15 @@ Microsoft.Extensions.Configuration.UserSecrets 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - - + + + The configuration builder. @@ -191,15 +196,16 @@ Microsoft.Extensions.Configuration.UserSecrets 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - - - + + + + The configuration builder. @@ -235,6 +241,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -281,6 +288,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -326,6 +334,7 @@ Microsoft.Extensions.Configuration.UserSecrets 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -338,9 +347,9 @@ - - - + + + The type from the assembly to search for an instance of . diff --git a/xml/Microsoft.Extensions.Configuration/XmlConfigurationExtensions.xml b/xml/Microsoft.Extensions.Configuration/XmlConfigurationExtensions.xml index a008636efe0..e44cfede690 100644 --- a/xml/Microsoft.Extensions.Configuration/XmlConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Configuration/XmlConfigurationExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -39,13 +40,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -106,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -180,6 +185,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder @@ -215,13 +221,14 @@ Microsoft.Extensions.Configuration.Xml 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfigurationBuilder - - + + The to add to. diff --git a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml index 65466fce08f..88fc0c91acf 100644 --- a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -105,13 +108,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection - - + + The . @@ -136,6 +140,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -144,7 +149,7 @@ - + To be added. @@ -171,6 +176,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -205,6 +211,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -238,6 +245,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -271,6 +279,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -311,6 +320,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -352,6 +362,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -385,6 +396,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -421,6 +433,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -457,6 +470,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -496,6 +510,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -538,6 +553,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -585,6 +601,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -618,6 +635,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -654,6 +672,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -690,6 +709,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -729,6 +749,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -771,6 +792,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -813,6 +835,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -860,6 +883,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -893,6 +917,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -929,6 +954,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -965,6 +991,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1004,6 +1031,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1046,6 +1074,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilities.xml b/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilities.xml index 45fa96c96a6..4957000dcb2 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilities.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilities.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ObjectFactory @@ -80,6 +82,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -122,6 +125,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -166,6 +170,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -199,6 +204,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T diff --git a/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilitiesConstructorAttribute.xml b/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilitiesConstructorAttribute.xml index 480a8083ad2..6c4b453f8be 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilitiesConstructorAttribute.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ActivatorUtilitiesConstructorAttribute.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Attribute @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml b/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml index 3d34175a3ce..1deed6c1037 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/DefaultServiceProviderFactory.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -66,9 +68,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The options to use for this instance. @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -130,6 +134,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider diff --git a/xml/Microsoft.Extensions.DependencyInjection/HttpClientBuilderExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/HttpClientBuilderExtensions.xml index ec60b92eed4..9dbbb66bfbf 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/HttpClientBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/HttpClientBuilderExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -148,6 +152,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -203,6 +208,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -255,6 +261,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -307,6 +314,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -374,6 +382,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -405,6 +414,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -435,6 +445,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -466,6 +477,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -506,6 +518,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -538,6 +551,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -568,6 +582,60 @@ + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -582,6 +650,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder diff --git a/xml/Microsoft.Extensions.DependencyInjection/HttpClientFactoryServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/HttpClientFactoryServiceCollectionExtensions.xml index 733e71cc72c..ce5e0ac53ee 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/HttpClientFactoryServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/HttpClientFactoryServiceCollectionExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -63,6 +65,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -143,6 +147,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -184,6 +189,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -234,6 +240,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -246,8 +253,8 @@ - - + + @@ -287,6 +294,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -340,6 +348,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -394,6 +403,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -406,9 +416,9 @@ - - - + + + @@ -451,6 +461,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -508,6 +519,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -567,6 +579,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -585,8 +598,8 @@ - - + + @@ -629,6 +642,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -677,6 +691,90 @@ + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + ReferenceTypeConstraint + + + + + ReferenceTypeConstraint + TClient + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + ReferenceTypeConstraint + + + + + ReferenceTypeConstraint + TClient + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -691,6 +789,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -755,6 +854,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -773,9 +873,9 @@ - - - + + + @@ -821,6 +921,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IHttpClientBuilder @@ -873,5 +974,93 @@ + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + ReferenceTypeConstraint + + + + + ReferenceTypeConstraint + TClient + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + Microsoft.Extensions.Http + 5.0.0.0 + + + Microsoft.Extensions.DependencyInjection.IHttpClientBuilder + + + + + ReferenceTypeConstraint + + + + + ReferenceTypeConstraint + TClient + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/Microsoft.Extensions.DependencyInjection/IHttpClientBuilder.xml b/xml/Microsoft.Extensions.DependencyInjection/IHttpClientBuilder.xml index db14cbe5609..e39860e1f1b 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/IHttpClientBuilder.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/IHttpClientBuilder.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -56,6 +58,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection diff --git a/xml/Microsoft.Extensions.DependencyInjection/IServiceCollection.xml b/xml/Microsoft.Extensions.DependencyInjection/IServiceCollection.xml index 23fc60b07a0..be197af9c02 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/IServiceCollection.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/IServiceCollection.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.DependencyInjection.Abstractions 1.0.0.0 @@ -15,6 +15,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.DependencyInjection/IServiceProviderFactory`1.xml b/xml/Microsoft.Extensions.DependencyInjection/IServiceProviderFactory`1.xml index 5d4ad089f15..ecbec1834b1 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/IServiceProviderFactory`1.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/IServiceProviderFactory`1.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TContainerBuilder @@ -70,6 +72,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider diff --git a/xml/Microsoft.Extensions.DependencyInjection/IServiceScope.xml b/xml/Microsoft.Extensions.DependencyInjection/IServiceScope.xml index 8fb4ef9612f..640f6311b31 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/IServiceScope.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/IServiceScope.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider diff --git a/xml/Microsoft.Extensions.DependencyInjection/IServiceScopeFactory.xml b/xml/Microsoft.Extensions.DependencyInjection/IServiceScopeFactory.xml index f2527eee2e5..d531d307f07 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/IServiceScopeFactory.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/IServiceScopeFactory.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceScope diff --git a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml index 1a77e61d71c..2af0c045664 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object diff --git a/xml/Microsoft.Extensions.DependencyInjection/LoggingServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/LoggingServiceCollectionExtensions.xml index 9f2f851563e..8b4859b00cc 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/LoggingServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/LoggingServiceCollectionExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -70,13 +72,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection - - + + The to add services to. diff --git a/xml/Microsoft.Extensions.DependencyInjection/MemoryCacheServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/MemoryCacheServiceCollectionExtensions.xml index be8e2507aa8..5a36b9850cd 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/MemoryCacheServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/MemoryCacheServiceCollectionExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -77,13 +79,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection - - + + The to add services to. @@ -119,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -151,6 +155,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection diff --git a/xml/Microsoft.Extensions.DependencyInjection/ObjectFactory.xml b/xml/Microsoft.Extensions.DependencyInjection/ObjectFactory.xml index cd4697da1b7..ee5d6df0e10 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ObjectFactory.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ObjectFactory.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Delegate diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderConfigurationExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderConfigurationExtensions.xml index 15b32773b20..e89837b3c2d 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderConfigurationExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml index 3ad3ebdc2fb..a20a1b8a212 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -33,6 +34,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsConfigurationServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsConfigurationServiceCollectionExtensions.xml index 15cf7cd2c81..707f7dc81bd 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsConfigurationServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsConfigurationServiceCollectionExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -79,6 +81,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -91,9 +94,9 @@ - - - + + + The type of options being configured. @@ -120,6 +123,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -132,9 +136,9 @@ - - - + + + The type of options being configured. @@ -160,6 +164,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -172,10 +177,10 @@ - - - - + + + + The type of options being configured. diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml index 661ad02c58e..7d048d46228 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -81,7 +84,7 @@ - + The options type to be configured. @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -117,8 +121,8 @@ - - + + The options type to be configured. @@ -146,6 +150,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -185,6 +190,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -197,9 +203,9 @@ - - - + + + The options type to be configured. @@ -226,6 +232,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -238,8 +245,8 @@ - - + + The options type to be configured. @@ -264,13 +271,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection - - + + The to add the services to. @@ -294,13 +302,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection - - + + The to add the services to. @@ -324,6 +333,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -336,7 +346,7 @@ - + The type that will configure options. @@ -361,6 +371,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -373,8 +384,8 @@ - - + + The options type to be configured. @@ -400,6 +411,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -412,9 +424,9 @@ - - - + + + The options type to be configure. @@ -441,6 +453,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -453,8 +466,8 @@ - - + + The options type to be configured. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml index ce094b90900..58ec255c6c6 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.DependencyInjection 1.0.0.0 @@ -15,6 +15,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -63,6 +64,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -90,6 +92,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -121,6 +124,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -156,6 +160,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -192,6 +197,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -223,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerator<Microsoft.Extensions.DependencyInjection.ServiceDescriptor> @@ -255,6 +262,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -290,6 +298,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -326,6 +335,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -357,6 +367,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -392,6 +403,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -427,6 +439,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -461,6 +474,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -494,6 +508,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml index 67a20671973..0de350275c9 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionContainerBuilderExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,11 +32,11 @@ - - - - - + + + + + Method Microsoft.Extensions.DependencyInjection @@ -46,10 +47,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider - Microsoft.Extensions.DependencyInjection.ServiceProvider + Microsoft.Extensions.DependencyInjection.ServiceProvider @@ -76,13 +78,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceProvider - - + + The containing service descriptors. @@ -99,11 +102,11 @@ - - - - - + + + + + Method Microsoft.Extensions.DependencyInjection @@ -113,14 +116,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider - Microsoft.Extensions.DependencyInjection.ServiceProvider + Microsoft.Extensions.DependencyInjection.ServiceProvider - - + + The containing service descriptors. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionHostedServiceExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionHostedServiceExtensions.xml index e5fda14ec6a..8f1f0de20cb 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionHostedServiceExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionHostedServiceExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -70,6 +72,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -83,8 +86,8 @@ - - + + An to register. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionServiceExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionServiceExtensions.xml index 62e5b2e65eb..5f6325e4a82 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionServiceExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollectionServiceExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -76,6 +78,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -114,6 +117,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -152,6 +156,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -193,6 +198,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -237,6 +243,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -286,6 +293,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -338,6 +346,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -373,6 +382,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -411,6 +421,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -449,6 +460,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -487,6 +499,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -528,6 +541,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -572,6 +586,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -616,6 +631,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -665,6 +681,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -717,6 +734,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -752,6 +770,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -790,6 +809,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -828,6 +848,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -869,6 +890,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -913,6 +935,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -962,6 +985,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceDescriptor.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceDescriptor.xml index 7204f9db000..def1da980cd 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceDescriptor.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceDescriptor.xml @@ -14,13 +14,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object - + [System.Diagnostics.DebuggerDisplay("Lifetime = {Lifetime}, ServiceType = {ServiceType}, ImplementationType = {ImplementationType}")] [<System.Diagnostics.DebuggerDisplay("Lifetime = {Lifetime}, ServiceType = {ServiceType}, ImplementationType = {ImplementationType}")>] @@ -47,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -108,6 +111,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -139,6 +143,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -176,6 +181,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -213,6 +219,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<System.IServiceProvider,System.Object> @@ -241,6 +248,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -269,6 +277,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Type @@ -297,6 +306,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceLifetime @@ -325,6 +335,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -360,6 +371,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -395,6 +407,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -436,6 +449,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -481,6 +495,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -530,6 +545,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Type @@ -558,6 +574,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -593,6 +610,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -628,6 +646,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -663,6 +682,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -704,6 +724,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -745,6 +766,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -790,6 +812,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -834,6 +857,7 @@ Microsoft.Extensions.DependencyInjection.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -863,6 +887,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -898,6 +923,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -933,6 +959,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -974,6 +1001,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor @@ -1019,6 +1047,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceDescriptor diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceLifetime.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceLifetime.xml index 1e100a9b73e..9fcda82f791 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceLifetime.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceLifetime.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceLifetime @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceLifetime @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.ServiceLifetime diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml index 68a0492819b..07f19623d34 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProvider.xml @@ -5,12 +5,12 @@ - - - - + + + + - + Microsoft.Extensions.DependencyInjection 2.0.0.0 @@ -18,6 +18,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -29,7 +30,7 @@ System.IServiceProvider - + System.IAsyncDisposable @@ -56,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -82,6 +84,7 @@ Microsoft.Extensions.DependencyInjection 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.ValueTask @@ -112,6 +115,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml index 193a39fce75..4287ad665c5 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderOptions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ Microsoft.Extensions.DependencyInjection 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -82,6 +85,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml index cb89617c1b3..4541825335b 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,12 +41,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceScope - + The to create the scope from. @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 T @@ -176,6 +181,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.Object> @@ -209,6 +215,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<T> diff --git a/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml index fd3726b14ba..7a5ce9b9f1c 100644 --- a/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders.Composite/CompositeDirectoryContents.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -52,6 +53,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -85,6 +87,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -115,6 +118,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerator<Microsoft.Extensions.FileProviders.IFileInfo> @@ -147,6 +151,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml index a33c775d815..ae30923f547 100644 --- a/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders.Internal/PhysicalDirectoryContents.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,10 +75,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The directory @@ -104,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerator<Microsoft.Extensions.FileProviders.IFileInfo> @@ -165,6 +170,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/ExclusionFilters.xml b/xml/Microsoft.Extensions.FileProviders.Physical/ExclusionFilters.xml index 79570f017a4..f3a8974c4f8 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/ExclusionFilters.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/ExclusionFilters.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.Physical.ExclusionFilters @@ -63,6 +65,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.Physical.ExclusionFilters @@ -86,6 +89,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.Physical.ExclusionFilters @@ -109,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.Physical.ExclusionFilters @@ -132,6 +137,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.Physical.ExclusionFilters diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml index d59b77882ad..54c19a0f127 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalDirectoryInfo.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IO.Stream @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -138,6 +142,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -168,6 +173,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset @@ -198,6 +204,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int64 @@ -228,6 +235,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -259,6 +267,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml index f30c08eed6f..627bdf935fd 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFileInfo.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IO.Stream @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -138,6 +142,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -168,6 +173,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset @@ -199,6 +205,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int64 @@ -230,6 +237,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -261,6 +269,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml index f8790e4a7fb..e05fbdbd12d 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,12 +79,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - - + + + + Root directory for the watcher. @@ -112,6 +115,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -150,6 +154,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -173,12 +178,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + If , is invoked from . @@ -199,6 +205,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PollingFileChangeToken.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PollingFileChangeToken.xml index 0b9d1bbe589..3f10de9b653 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PollingFileChangeToken.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PollingFileChangeToken.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -50,6 +51,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -70,7 +72,7 @@ Property - P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks + P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks Microsoft.Extensions.FileProviders.Physical @@ -81,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -111,6 +114,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -142,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml index 64da2e67ad6..d1f4af1e15e 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PollingWildCardChangeToken.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,7 +66,7 @@ Property - P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks + P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks Microsoft.Extensions.FileProviders.Physical @@ -74,6 +76,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTime @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -164,6 +169,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.FileProviders/CompositeFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/CompositeFileProvider.xml index a3498d668ba..4042721afd6 100644 --- a/xml/Microsoft.Extensions.FileProviders/CompositeFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/CompositeFileProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -79,6 +81,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -106,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileProviders.IFileProvider> @@ -136,6 +140,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IDirectoryContents @@ -172,6 +177,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileInfo @@ -206,6 +212,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken diff --git a/xml/Microsoft.Extensions.FileProviders/IDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders/IDirectoryContents.xml index b861eed271c..14081183aa6 100644 --- a/xml/Microsoft.Extensions.FileProviders/IDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders/IDirectoryContents.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileProviders/IFileInfo.xml b/xml/Microsoft.Extensions.FileProviders/IFileInfo.xml index 2f9cf62fec0..63996eec900 100644 --- a/xml/Microsoft.Extensions.FileProviders/IFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders/IFileInfo.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IO.Stream @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -120,6 +124,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset @@ -147,6 +152,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int64 @@ -174,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -201,6 +208,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileProviders/IFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/IFileProvider.xml index 75c00626245..c8e6bb169bd 100644 --- a/xml/Microsoft.Extensions.FileProviders/IFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/IFileProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IDirectoryContents @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileInfo @@ -100,6 +103,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken diff --git a/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml b/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml index 591bfc1f2f0..925f15d501c 100644 --- a/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml +++ b/xml/Microsoft.Extensions.FileProviders/NotFoundDirectoryContents.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -50,6 +51,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerator<Microsoft.Extensions.FileProviders.IFileInfo> @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.NotFoundDirectoryContents @@ -164,6 +169,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml b/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml index 10f5a07c21f..2b9547d6c16 100644 --- a/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml +++ b/xml/Microsoft.Extensions.FileProviders/NotFoundFileInfo.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IO.Stream @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -137,6 +141,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -167,6 +172,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset @@ -197,6 +203,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int64 @@ -227,6 +234,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -258,6 +266,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileProviders/NullChangeToken.xml b/xml/Microsoft.Extensions.FileProviders/NullChangeToken.xml index 99c9ab4cd85..e15991e8cc8 100644 --- a/xml/Microsoft.Extensions.FileProviders/NullChangeToken.xml +++ b/xml/Microsoft.Extensions.FileProviders/NullChangeToken.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -78,6 +80,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -108,6 +111,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.NullChangeToken diff --git a/xml/Microsoft.Extensions.FileProviders/NullFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/NullFileProvider.xml index 9203e85fb76..00164e51702 100644 --- a/xml/Microsoft.Extensions.FileProviders/NullFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/NullFileProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IDirectoryContents @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileInfo @@ -139,6 +143,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken diff --git a/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml index a32d6917f88..358c27e0bbe 100644 --- a/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,10 +75,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The root directory. This should be an absolute path. @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -128,12 +132,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + @@ -155,6 +160,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -185,6 +191,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IDirectoryContents @@ -223,6 +230,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileInfo @@ -254,6 +262,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -277,6 +286,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -309,6 +319,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -346,6 +357,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoBase.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoBase.xml index 0980f383851..6da92c40681 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoBase.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoBase.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase> @@ -92,6 +95,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase @@ -123,6 +127,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml index 1970982177d..36223ab4792 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase @@ -40,9 +41,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The . @@ -83,7 +85,7 @@ - + Method Microsoft.Extensions.FileSystemGlobbing @@ -94,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -133,6 +136,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -160,6 +164,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase @@ -191,6 +196,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase @@ -223,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -251,6 +258,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoBase.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoBase.xml index 817437ad967..3c952f5e772 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoBase.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoBase.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoWrapper.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoWrapper.xml index 976f7fac0bf..fc48266b6fe 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoWrapper.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileInfoWrapper.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -95,6 +98,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -122,6 +126,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileSystemInfoBase.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileSystemInfoBase.xml index 13080c0e4d8..3e86d15633f 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileSystemInfoBase.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/FileSystemInfoBase.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/CurrentPathSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/CurrentPathSegment.xml index 3f941e379f0..62f0277cd69 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/CurrentPathSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/CurrentPathSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/LiteralPathSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/LiteralPathSegment.xml index 3e3d236030a..55c369ff853 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/LiteralPathSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/LiteralPathSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -104,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -135,6 +139,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -166,6 +171,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -197,6 +203,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/ParentPathSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/ParentPathSegment.xml index 0c03a32c0af..351857ec4b0 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/ParentPathSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/ParentPathSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/RecursiveWildcardSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/RecursiveWildcardSegment.xml index 34aa7e44f4b..375cbb91c9d 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/RecursiveWildcardSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/RecursiveWildcardSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/WildcardPathSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/WildcardPathSegment.xml index 7f6ecad174a..3db9185c926 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/WildcardPathSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/WildcardPathSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -78,6 +80,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -108,6 +111,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -135,6 +139,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.List<System.String> @@ -162,6 +167,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -192,6 +198,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -223,6 +230,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear+FrameData.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear+FrameData.xml index 159d5a71408..e3290ac67f7 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear+FrameData.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear+FrameData.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.ValueType @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -119,6 +123,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -146,6 +151,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.String> diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear.xml index abcbd618542..ed57451e53c 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinear.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear+FrameData> @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -130,6 +134,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern @@ -157,6 +162,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -187,6 +193,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult @@ -218,6 +225,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearExclude.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearExclude.xml index 7e835c8ef1b..f52840bdc1e 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearExclude.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearExclude.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearInclude.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearInclude.xml index e6a5e416a75..13806a226b4 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearInclude.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextLinearInclude.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -98,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged+FrameData.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged+FrameData.xml index 174cf14d435..8d48aa7470f 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged+FrameData.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged+FrameData.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.ValueType @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -119,6 +123,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment> @@ -145,6 +150,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -171,6 +177,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -197,6 +204,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -224,6 +232,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.String> diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged.xml index 1a4a366db2c..e0e6d6a2d3c 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRagged.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged+FrameData> @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -130,6 +134,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -158,6 +163,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern @@ -185,6 +191,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -212,6 +219,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -242,6 +250,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult @@ -273,6 +282,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -304,6 +314,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedExclude.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedExclude.xml index c1ddafca94f..c056950f381 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedExclude.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedExclude.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedInclude.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedInclude.xml index e0be1ea2857..88bbe57a7ee 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedInclude.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContextRaggedInclude.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -98,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContext`1.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContext`1.xml index 0f52ae27d7a..f5d666a6633 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContext`1.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContext`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TFrame @@ -131,6 +135,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -162,6 +167,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -189,6 +195,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -222,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -255,6 +263,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -289,6 +298,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/PatternBuilder.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/PatternBuilder.xml index 50d28a33916..5d4a87566c4 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/PatternBuilder.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/PatternBuilder.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -64,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern @@ -122,6 +126,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.StringComparison diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/ILinearPattern.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/ILinearPattern.xml index ab1e7b6e230..d62ce9f966d 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/ILinearPattern.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/ILinearPattern.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment> diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPathSegment.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPathSegment.xml index bc7107725ac..a22d105f78d 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPathSegment.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPathSegment.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPattern.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPattern.xml index 429efdd8690..647acac00ea 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPattern.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPattern.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPatternContext.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPatternContext.xml index 84309884861..8a7019e737b 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPatternContext.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IPatternContext.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -126,6 +130,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -157,6 +162,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IRaggedPattern.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IRaggedPattern.xml index 53d51d69470..83e0c15bf63 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IRaggedPattern.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/IRaggedPattern.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment>> @@ -70,6 +72,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment> @@ -97,6 +100,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment> @@ -124,6 +128,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment> diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/MatcherContext.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/MatcherContext.xml index 399fb6f0026..1beb9d47f44 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/MatcherContext.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/MatcherContext.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/PatternTestResult.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/PatternTestResult.xml index 45e9983fa5b..b87a9bf6043 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/PatternTestResult.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Internal/PatternTestResult.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.ValueType @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -95,6 +98,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -122,6 +126,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/FilePatternMatch.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/FilePatternMatch.xml index 623bcecf36f..f73cce88b93 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/FilePatternMatch.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/FilePatternMatch.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.ValueType @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -109,6 +112,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -169,6 +174,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -197,6 +203,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/InMemoryDirectoryInfo.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/InMemoryDirectoryInfo.xml index 87dd57e17d8..6ee82b19223 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/InMemoryDirectoryInfo.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/InMemoryDirectoryInfo.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase @@ -39,6 +40,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -58,7 +60,7 @@ - + Method Microsoft.Extensions.FileSystemGlobbing @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -102,6 +105,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase @@ -160,6 +165,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase @@ -190,6 +196,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -217,6 +224,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml index 257944a06c3..483c288c62c 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -61,6 +62,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -85,6 +87,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -112,6 +115,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Matcher @@ -148,6 +152,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.Matcher @@ -184,6 +189,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml index 3cafe4682fc..fac63d2e302 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -81,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -121,6 +124,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -153,13 +157,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult - - + + The matcher that holds the patterns and pattern matching type. @@ -185,13 +190,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult - - + + The matcher that holds the patterns and pattern matching type. @@ -217,14 +223,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult - - - + + + The matcher that holds the patterns and pattern matching type. @@ -251,14 +258,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult - - - + + + The matcher that holds the patterns and pattern matching type. diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/PatternMatchingResult.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/PatternMatchingResult.xml index d4d795c2e51..84935035c76 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/PatternMatchingResult.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/PatternMatchingResult.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -67,10 +69,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + A collection of @@ -96,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch> @@ -122,6 +126,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Hosting.Internal/ApplicationLifetime.xml b/xml/Microsoft.Extensions.Hosting.Internal/ApplicationLifetime.xml index 1b21ede11e2..99ef2e070f6 100644 --- a/xml/Microsoft.Extensions.Hosting.Internal/ApplicationLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting.Internal/ApplicationLifetime.xml @@ -5,17 +5,18 @@ - - - - - + + + + + Microsoft.Extensions.Hosting 2.1.0.0 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -24,7 +25,7 @@ Microsoft.Extensions.Hosting.IApplicationLifetime - + Microsoft.Extensions.Hosting.IHostApplicationLifetime @@ -47,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -67,7 +69,7 @@ Property P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted - P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted + P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted Microsoft.Extensions.Hosting @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -96,7 +99,7 @@ Property P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped - P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped + P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped Microsoft.Extensions.Hosting @@ -104,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -126,7 +130,7 @@ Property P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping - P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping + P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping Microsoft.Extensions.Hosting @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -159,6 +164,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -183,6 +189,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -203,7 +210,7 @@ Method M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication - M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication + M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication Microsoft.Extensions.Hosting @@ -211,6 +218,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml index ef0e2da04d8..f2a47b2f822 100644 --- a/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting.Internal/ConsoleLifetime.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -66,12 +67,13 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - - + + + + To be added. @@ -94,13 +96,14 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - - - + + + + + To be added. @@ -129,6 +132,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -156,6 +160,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -187,6 +192,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task diff --git a/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml b/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml index 36633f0d043..a2dd29d6ca2 100644 --- a/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml +++ b/xml/Microsoft.Extensions.Hosting.Internal/HostingEnvironment.xml @@ -5,18 +5,19 @@ - - - - + + + + - + Microsoft.Extensions.Hosting 2.1.0.0 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -25,7 +26,7 @@ Microsoft.Extensions.Hosting.IHostingEnvironment - + Microsoft.Extensions.Hosting.IHostEnvironment @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -65,7 +67,7 @@ Property P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName - P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName + P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName Microsoft.Extensions.Hosting @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -93,7 +96,7 @@ Property P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider - P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider + P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider Microsoft.Extensions.Hosting @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileProvider @@ -121,7 +125,7 @@ Property P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath - P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath + P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath Microsoft.Extensions.Hosting @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -149,7 +154,7 @@ Property P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName - P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName + P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName Microsoft.Extensions.Hosting @@ -157,6 +162,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml index 7fbbe869384..11b04454eb5 100644 --- a/xml/Microsoft.Extensions.Hosting/BackgroundService.xml +++ b/xml/Microsoft.Extensions.Hosting/BackgroundService.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -65,6 +67,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -89,6 +92,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -121,6 +125,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -152,6 +157,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml b/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml index bed85622c45..cd15cf2e7ca 100644 --- a/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml +++ b/xml/Microsoft.Extensions.Hosting/ConsoleLifetimeOptions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml b/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml index f379381e66e..411f6547268 100644 --- a/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml +++ b/xml/Microsoft.Extensions.Hosting/EnvironmentName.xml @@ -11,13 +11,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object - + [System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)] [<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)>] @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Hosting/Environments.xml b/xml/Microsoft.Extensions.Hosting/Environments.xml index 9685fafb2b6..b593e89bc16 100644 --- a/xml/Microsoft.Extensions.Hosting/Environments.xml +++ b/xml/Microsoft.Extensions.Hosting/Environments.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,6 +32,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -52,6 +54,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -73,6 +76,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Hosting/Host.xml b/xml/Microsoft.Extensions.Hosting/Host.xml index 48d735cf34c..541ea4e9683 100644 --- a/xml/Microsoft.Extensions.Hosting/Host.xml +++ b/xml/Microsoft.Extensions.Hosting/Host.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,6 +32,7 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -56,6 +58,7 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder diff --git a/xml/Microsoft.Extensions.Hosting/HostBuilder.xml b/xml/Microsoft.Extensions.Hosting/HostBuilder.xml index ca495246de9..d590e8cc1a4 100644 --- a/xml/Microsoft.Extensions.Hosting/HostBuilder.xml +++ b/xml/Microsoft.Extensions.Hosting/HostBuilder.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -62,6 +64,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHost @@ -90,6 +93,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -124,6 +128,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -161,6 +166,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -194,6 +200,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -226,6 +233,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.Object,System.Object> @@ -253,6 +261,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -286,6 +295,7 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -294,7 +304,7 @@ - + The type of the builder to create. diff --git a/xml/Microsoft.Extensions.Hosting/HostBuilderContext.xml b/xml/Microsoft.Extensions.Hosting/HostBuilderContext.xml index b317b64c281..94a8d3c5baa 100644 --- a/xml/Microsoft.Extensions.Hosting/HostBuilderContext.xml +++ b/xml/Microsoft.Extensions.Hosting/HostBuilderContext.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -59,6 +61,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfiguration @@ -76,11 +79,11 @@ - - - - - + + + + + Property Microsoft.Extensions.Hosting.Abstractions @@ -88,10 +91,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostingEnvironment - Microsoft.Extensions.Hosting.IHostEnvironment + Microsoft.Extensions.Hosting.IHostEnvironment The initialized by the . @@ -113,6 +117,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.Object,System.Object> diff --git a/xml/Microsoft.Extensions.Hosting/HostDefaults.xml b/xml/Microsoft.Extensions.Hosting/HostDefaults.xml index 466d2385dd0..7120efb40ac 100644 --- a/xml/Microsoft.Extensions.Hosting/HostDefaults.xml +++ b/xml/Microsoft.Extensions.Hosting/HostDefaults.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -58,6 +60,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -82,6 +85,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Hosting/HostEnvironmentEnvExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostEnvironmentEnvExtensions.xml index 79d01daa16a..df45d3697d3 100644 --- a/xml/Microsoft.Extensions.Hosting/HostEnvironmentEnvExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostEnvironmentEnvExtensions.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,6 +32,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -61,6 +63,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -93,6 +96,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -123,6 +127,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Hosting/HostOptions.xml b/xml/Microsoft.Extensions.Hosting/HostOptions.xml index 4481b039e9c..9321cf25169 100644 --- a/xml/Microsoft.Extensions.Hosting/HostOptions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostOptions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.TimeSpan diff --git a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml index 060ef280d3e..c7f13d40e19 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostBuilderExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHost @@ -60,6 +62,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,8 +74,8 @@ System.Threading.Tasks.Task<Microsoft.Extensions.Hosting.IHost> - - + + The to start. diff --git a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml index 8d82487bfc5..88d85ee9fe2 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -61,6 +63,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -97,6 +100,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -124,6 +128,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -155,6 +160,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -181,6 +187,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Hosting/HostingEnvironmentExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingEnvironmentExtensions.xml index 37d7ea622b9..e33c2a72ff4 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingEnvironmentExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingEnvironmentExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -133,6 +137,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml index b9283e7c22f..3fe4a3070c2 100644 --- a/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -104,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -164,6 +169,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -193,6 +199,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -220,14 +227,15 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task - - - + + + The to configure. @@ -252,6 +260,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -279,13 +288,14 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder - - + + The to configure. @@ -310,6 +320,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -338,13 +349,14 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder - - + + The to configure. @@ -367,13 +379,14 @@ Microsoft.Extensions.Hosting 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder - - + + The to configure. @@ -397,6 +410,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder diff --git a/xml/Microsoft.Extensions.Hosting/IApplicationLifetime.xml b/xml/Microsoft.Extensions.Hosting/IApplicationLifetime.xml index 7caa5d3b560..92bbe7d74ca 100644 --- a/xml/Microsoft.Extensions.Hosting/IApplicationLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting/IApplicationLifetime.xml @@ -11,10 +11,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + [System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostApplicationLifetime.", false)] [<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostApplicationLifetime.", false)>] @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Hosting/IHost.xml b/xml/Microsoft.Extensions.Hosting/IHost.xml index e7d15a41b99..a3683adfdff 100644 --- a/xml/Microsoft.Extensions.Hosting/IHost.xml +++ b/xml/Microsoft.Extensions.Hosting/IHost.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider @@ -59,6 +61,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -86,6 +89,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task diff --git a/xml/Microsoft.Extensions.Hosting/IHostApplicationLifetime.xml b/xml/Microsoft.Extensions.Hosting/IHostApplicationLifetime.xml index b43d487cfdb..ff2a16306db 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostApplicationLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostApplicationLifetime.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -28,6 +29,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -50,6 +52,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -73,6 +76,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.CancellationToken @@ -96,6 +100,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml b/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml index 52f2e5b66cf..4dba7770fc0 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHost @@ -57,6 +59,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -88,6 +91,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -121,6 +125,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -151,6 +156,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -180,6 +186,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IDictionary<System.Object,System.Object> @@ -204,6 +211,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -234,6 +242,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Hosting.IHostBuilder @@ -242,7 +251,7 @@ - + The type of builder. diff --git a/xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml b/xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml index 657579f3d9d..3ab7430dbd6 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -28,6 +29,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -51,6 +53,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileProvider @@ -73,6 +76,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -95,6 +99,7 @@ Microsoft.Extensions.Hosting.Abstractions 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml b/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml index 929505827a5..f27444b3237 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostLifetime.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -60,6 +62,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task diff --git a/xml/Microsoft.Extensions.Hosting/IHostedService.xml b/xml/Microsoft.Extensions.Hosting/IHostedService.xml index 82926095879..03a643a0a74 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostedService.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostedService.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task @@ -63,6 +65,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Threading.Tasks.Task diff --git a/xml/Microsoft.Extensions.Hosting/IHostingEnvironment.xml b/xml/Microsoft.Extensions.Hosting/IHostingEnvironment.xml index 8c343574554..1aa671084f7 100644 --- a/xml/Microsoft.Extensions.Hosting/IHostingEnvironment.xml +++ b/xml/Microsoft.Extensions.Hosting/IHostingEnvironment.xml @@ -11,10 +11,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + [System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostEnvironment.", false)] [<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostEnvironment.", false)>] @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.FileProviders.IFileProvider @@ -91,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -115,6 +119,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml b/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml index 862490db222..f2a69d32885 100644 --- a/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml +++ b/xml/Microsoft.Extensions.Http.Logging/LoggingHttpMessageHandler.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.DelegatingHandler @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +47,29 @@ To be added. + + + + + + + + Constructor + + Microsoft.Extensions.Http + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + @@ -59,9 +84,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + [System.Diagnostics.DebuggerStepThrough] [<System.Diagnostics.DebuggerStepThrough>] diff --git a/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml b/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml index c453e32d781..5c566fe2f61 100644 --- a/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml +++ b/xml/Microsoft.Extensions.Http.Logging/LoggingScopeHttpMessageHandler.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.DelegatingHandler @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +47,29 @@ To be added. + + + + + + + + Constructor + + Microsoft.Extensions.Http + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + @@ -59,9 +84,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + [System.Diagnostics.DebuggerStepThrough] [<System.Diagnostics.DebuggerStepThrough>] diff --git a/xml/Microsoft.Extensions.Http/HttpClientFactoryOptions.xml b/xml/Microsoft.Extensions.Http/HttpClientFactoryOptions.xml index 2cdf2587b6b..93c36882cff 100644 --- a/xml/Microsoft.Extensions.Http/HttpClientFactoryOptions.xml +++ b/xml/Microsoft.Extensions.Http/HttpClientFactoryOptions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.TimeSpan @@ -99,6 +102,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.Action<System.Net.Http.HttpClient>> @@ -123,6 +127,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder>> @@ -133,6 +138,27 @@ To be added. + + + + + + + + Property + + Microsoft.Extensions.Http + 5.0.0.0 + + + System.Func<System.String,System.Boolean> + + + To be added. + To be added. + To be added. + + @@ -146,6 +172,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Http/HttpMessageHandlerBuilder.xml b/xml/Microsoft.Extensions.Http/HttpMessageHandlerBuilder.xml index 037a187f433..ab258c8f4ef 100644 --- a/xml/Microsoft.Extensions.Http/HttpMessageHandlerBuilder.xml +++ b/xml/Microsoft.Extensions.Http/HttpMessageHandlerBuilder.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -57,6 +59,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<System.Net.Http.DelegatingHandler> @@ -82,6 +85,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpMessageHandler @@ -110,6 +114,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpMessageHandler @@ -140,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -166,6 +172,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpMessageHandler @@ -189,6 +196,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IServiceProvider diff --git a/xml/Microsoft.Extensions.Http/IHttpMessageHandlerBuilderFilter.xml b/xml/Microsoft.Extensions.Http/IHttpMessageHandlerBuilderFilter.xml index 96d85a38e7c..f892118bef4 100644 --- a/xml/Microsoft.Extensions.Http/IHttpMessageHandlerBuilderFilter.xml +++ b/xml/Microsoft.Extensions.Http/IHttpMessageHandlerBuilderFilter.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder> diff --git a/xml/Microsoft.Extensions.Http/ITypedHttpClientFactory`1.xml b/xml/Microsoft.Extensions.Http/ITypedHttpClientFactory`1.xml index f66e2542602..eed668e2db4 100644 --- a/xml/Microsoft.Extensions.Http/ITypedHttpClientFactory`1.xml +++ b/xml/Microsoft.Extensions.Http/ITypedHttpClientFactory`1.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -119,6 +120,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TClient diff --git a/xml/Microsoft.Extensions.Internal/ISystemClock.xml b/xml/Microsoft.Extensions.Internal/ISystemClock.xml index bb950ada03f..0871cf9d293 100644 --- a/xml/Microsoft.Extensions.Internal/ISystemClock.xml +++ b/xml/Microsoft.Extensions.Internal/ISystemClock.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset diff --git a/xml/Microsoft.Extensions.Internal/SystemClock.xml b/xml/Microsoft.Extensions.Internal/SystemClock.xml index fca0bc17ebb..52fe7e0bfe9 100644 --- a/xml/Microsoft.Extensions.Internal/SystemClock.xml +++ b/xml/Microsoft.Extensions.Internal/SystemClock.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +73,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.DateTimeOffset diff --git a/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger.xml b/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger.xml index 5707d17ec33..292fa0b9331 100644 --- a/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger.xml +++ b/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -46,6 +47,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -81,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Abstractions.NullLogger @@ -110,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -145,6 +149,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerFactory.xml b/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerFactory.xml index dfa59d40738..d072c6b0a9a 100644 --- a/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerFactory.xml +++ b/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerFactory.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -160,6 +165,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory diff --git a/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerProvider.xml index 0db7f5f46e0..f9104a0ce3a 100644 --- a/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.Abstractions/NullLoggerProvider.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -83,6 +85,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -110,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider diff --git a/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger`1.xml b/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger`1.xml index c9235f1b46d..0148cb16bcb 100644 --- a/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger`1.xml +++ b/xml/Microsoft.Extensions.Logging.Abstractions/NullLogger`1.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.Logging.Abstractions 2.0.0.0 @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Abstractions.NullLogger<T> @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -168,6 +173,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfigurationFactory.xml b/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfigurationFactory.xml index eb3a2f07479..9b531c77bdc 100644 --- a/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfigurationFactory.xml +++ b/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfigurationFactory.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfiguration diff --git a/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfiguration`1.xml b/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfiguration`1.xml index 67901aa7e84..13705ede5ea 100644 --- a/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfiguration`1.xml +++ b/xml/Microsoft.Extensions.Logging.Configuration/ILoggerProviderConfiguration`1.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Configuration.IConfiguration diff --git a/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptions.xml b/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptions.xml index f0ea843d3fc..ac3a54490b5 100644 --- a/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptions.xml +++ b/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptions.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Logging.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -31,6 +32,7 @@ Microsoft.Extensions.Logging.Configuration 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptionsChangeTokenSource`2.xml b/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptionsChangeTokenSource`2.xml index b16fe5db0ca..bbf1e4751ba 100644 --- a/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptionsChangeTokenSource`2.xml +++ b/xml/Microsoft.Extensions.Logging.Configuration/LoggerProviderOptionsChangeTokenSource`2.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Logging.Configuration/LoggingBuilderConfigurationExtensions.xml b/xml/Microsoft.Extensions.Logging.Configuration/LoggingBuilderConfigurationExtensions.xml index d61d5a7beeb..e3892f1e78e 100644 --- a/xml/Microsoft.Extensions.Logging.Configuration/LoggingBuilderConfigurationExtensions.xml +++ b/xml/Microsoft.Extensions.Logging.Configuration/LoggingBuilderConfigurationExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerFormat.xml b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerFormat.xml index d8c63df73aa..845f5d65e8d 100644 --- a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerFormat.xml +++ b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerFormat.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -30,6 +31,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat @@ -51,6 +53,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat diff --git a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerOptions.xml b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerOptions.xml index 1c85ba3cc0e..38edd1fe8ca 100644 --- a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerOptions.xml +++ b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerOptions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -57,6 +59,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -79,6 +82,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat @@ -104,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -126,6 +131,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -148,6 +154,7 @@ Microsoft.Extensions.Logging.Console 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -158,5 +165,26 @@ To be added. + + + + + + + + Property + + Microsoft.Extensions.Logging.Console + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + diff --git a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerProvider.xml index 899950b2480..3491bcb8c47 100644 --- a/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.Console/ConsoleLoggerProvider.xml @@ -5,11 +5,11 @@ - - - - - + + + + + Microsoft.Extensions.Logging.Console 1.0.0.0 @@ -19,6 +19,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -30,12 +31,12 @@ System.IDisposable - + Microsoft.Extensions.Logging.ISupportExternalScope - + [Microsoft.Extensions.Logging.ProviderAlias("Console")] [<Microsoft.Extensions.Logging.ProviderAlias("Console")>] @@ -91,9 +92,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The options to create instances with. @@ -186,6 +188,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -221,6 +224,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -249,12 +253,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + To be added. diff --git a/xml/Microsoft.Extensions.Logging.Debug/DebugLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.Debug/DebugLoggerProvider.xml index a51515d4a2b..df3e54c2ba2 100644 --- a/xml/Microsoft.Extensions.Logging.Debug/DebugLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.Debug/DebugLoggerProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -27,7 +28,7 @@ - + [Microsoft.Extensions.Logging.ProviderAlias("Debug")] [<Microsoft.Extensions.Logging.ProviderAlias("Debug")>] @@ -51,6 +52,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -109,6 +111,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -144,6 +147,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.EventLog/EventLogLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.EventLog/EventLogLoggerProvider.xml index d11ca367077..d2bb8c98349 100644 --- a/xml/Microsoft.Extensions.Logging.EventLog/EventLogLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.EventLog/EventLogLoggerProvider.xml @@ -5,11 +5,11 @@ - - - - - + + + + + Microsoft.Extensions.Logging.EventLog 1.0.0.0 @@ -19,6 +19,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -30,12 +31,12 @@ System.IDisposable - + Microsoft.Extensions.Logging.ISupportExternalScope - + [Microsoft.Extensions.Logging.ProviderAlias("EventLog")] [<Microsoft.Extensions.Logging.ProviderAlias("EventLog")>] @@ -61,6 +62,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -85,6 +87,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -107,9 +110,10 @@ Microsoft.Extensions.Logging.EventLog 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The . @@ -137,6 +141,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -172,6 +177,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -200,12 +206,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - + To be added. diff --git a/xml/Microsoft.Extensions.Logging.EventLog/EventLogSettings.xml b/xml/Microsoft.Extensions.Logging.EventLog/EventLogSettings.xml index 0ffae3b02d1..a84503983a2 100644 --- a/xml/Microsoft.Extensions.Logging.EventLog/EventLogSettings.xml +++ b/xml/Microsoft.Extensions.Logging.EventLog/EventLogSettings.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -89,6 +91,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean> @@ -116,6 +119,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -143,6 +147,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -170,6 +175,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Logging.EventSource/EventSourceLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.EventSource/EventSourceLoggerProvider.xml index 9bf87d2f4e0..ae2d9b7548e 100644 --- a/xml/Microsoft.Extensions.Logging.EventSource/EventSourceLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.EventSource/EventSourceLoggerProvider.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -44,6 +45,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -70,6 +72,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -100,6 +103,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource+Keywords.xml b/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource+Keywords.xml index e0f4bcc3b50..d0efa8ec0c4 100644 --- a/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource+Keywords.xml +++ b/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource+Keywords.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -32,6 +33,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Diagnostics.Tracing.EventKeywords @@ -54,6 +56,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Diagnostics.Tracing.EventKeywords @@ -76,6 +79,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Diagnostics.Tracing.EventKeywords @@ -98,6 +102,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Diagnostics.Tracing.EventKeywords diff --git a/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource.xml b/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource.xml index 1d5b5f51952..00078f2b0e9 100644 --- a/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource.xml +++ b/xml/Microsoft.Extensions.Logging.EventSource/LoggingEventSource.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Diagnostics.Tracing.EventSource @@ -108,6 +109,7 @@ class MyEventListener : EventListener Microsoft.Extensions.Logging.EventSource 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLoggerProvider.xml b/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLoggerProvider.xml index 5c5f6bbc945..45b2b99f055 100644 --- a/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLoggerProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -27,7 +28,7 @@ - + [Microsoft.Extensions.Logging.ProviderAlias("TraceSource")] [<Microsoft.Extensions.Logging.ProviderAlias("TraceSource")>] @@ -54,6 +55,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -81,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -113,6 +116,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -147,6 +151,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/ConsoleLoggerExtensions.xml b/xml/Microsoft.Extensions.Logging/ConsoleLoggerExtensions.xml index 78e290b11dc..db3adef4b16 100644 --- a/xml/Microsoft.Extensions.Logging/ConsoleLoggerExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/ConsoleLoggerExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -74,12 +75,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - + The to use. @@ -289,13 +291,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - + + The to use. diff --git a/xml/Microsoft.Extensions.Logging/DebugLoggerFactoryExtensions.xml b/xml/Microsoft.Extensions.Logging/DebugLoggerFactoryExtensions.xml index 1fc2795cfd3..106d28ad09f 100644 --- a/xml/Microsoft.Extensions.Logging/DebugLoggerFactoryExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/DebugLoggerFactoryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -74,12 +75,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - + The extension method argument. diff --git a/xml/Microsoft.Extensions.Logging/EventId.xml b/xml/Microsoft.Extensions.Logging/EventId.xml index 232ac4ee72b..db5eb361869 100644 --- a/xml/Microsoft.Extensions.Logging/EventId.xml +++ b/xml/Microsoft.Extensions.Logging/EventId.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.ValueType @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -66,12 +68,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean - + An object to compare with this object. @@ -95,12 +98,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean - + To be added. @@ -124,6 +128,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -153,6 +158,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Int32 @@ -180,6 +186,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -204,13 +211,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean - - + + The first . @@ -238,6 +246,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.EventId @@ -266,13 +275,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean - - + + The first . @@ -299,6 +309,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Logging/EventLoggerFactoryExtensions.xml b/xml/Microsoft.Extensions.Logging/EventLoggerFactoryExtensions.xml index 10dbb461d9f..2b4a7e865e2 100644 --- a/xml/Microsoft.Extensions.Logging/EventLoggerFactoryExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/EventLoggerFactoryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -74,12 +75,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - + The extension method argument. @@ -177,13 +179,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - + + The extension method argument. @@ -205,13 +208,14 @@ Microsoft.Extensions.Logging.EventLog 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - + + The extension method argument. diff --git a/xml/Microsoft.Extensions.Logging/EventSourceLoggerFactoryExtensions.xml b/xml/Microsoft.Extensions.Logging/EventSourceLoggerFactoryExtensions.xml index 7a8e8f9b4e4..8e3c50932e9 100644 --- a/xml/Microsoft.Extensions.Logging/EventSourceLoggerFactoryExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/EventSourceLoggerFactoryExtensions.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -72,12 +73,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - + The extension method argument. diff --git a/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml b/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml index 1eb1b3fb391..063bb401245 100644 --- a/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -37,6 +38,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -99,6 +102,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -130,6 +134,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -161,6 +166,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -192,6 +198,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -223,6 +230,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -256,6 +264,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -289,6 +298,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -322,6 +332,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -355,6 +366,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -394,6 +406,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -433,6 +446,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -472,6 +486,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -511,6 +526,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -552,6 +568,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -593,6 +610,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions @@ -634,6 +652,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LoggerFilterOptions diff --git a/xml/Microsoft.Extensions.Logging/IExternalScopeProvider.xml b/xml/Microsoft.Extensions.Logging/IExternalScopeProvider.xml index facebb1d02f..488822ccb3d 100644 --- a/xml/Microsoft.Extensions.Logging/IExternalScopeProvider.xml +++ b/xml/Microsoft.Extensions.Logging/IExternalScopeProvider.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -66,6 +68,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.Logging/ILogger.xml b/xml/Microsoft.Extensions.Logging/ILogger.xml index d07d115971f..97d07b2f689 100644 --- a/xml/Microsoft.Extensions.Logging/ILogger.xml +++ b/xml/Microsoft.Extensions.Logging/ILogger.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/ILoggerFactory.xml b/xml/Microsoft.Extensions.Logging/ILoggerFactory.xml index 31d767a4198..64f6e5c835d 100644 --- a/xml/Microsoft.Extensions.Logging/ILoggerFactory.xml +++ b/xml/Microsoft.Extensions.Logging/ILoggerFactory.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger diff --git a/xml/Microsoft.Extensions.Logging/ILoggerProvider.xml b/xml/Microsoft.Extensions.Logging/ILoggerProvider.xml index 4596488d673..a41a236830e 100644 --- a/xml/Microsoft.Extensions.Logging/ILoggerProvider.xml +++ b/xml/Microsoft.Extensions.Logging/ILoggerProvider.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger diff --git a/xml/Microsoft.Extensions.Logging/ILogger`1.xml b/xml/Microsoft.Extensions.Logging/ILogger`1.xml index 972ba17664a..1c1f8c9f709 100644 --- a/xml/Microsoft.Extensions.Logging/ILogger`1.xml +++ b/xml/Microsoft.Extensions.Logging/ILogger`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml b/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml index 217c7a44048..90f33787fd3 100644 --- a/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml +++ b/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -34,6 +35,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection diff --git a/xml/Microsoft.Extensions.Logging/ISupportExternalScope.xml b/xml/Microsoft.Extensions.Logging/ISupportExternalScope.xml index 9a1e3c752d9..6e39f67b99f 100644 --- a/xml/Microsoft.Extensions.Logging/ISupportExternalScope.xml +++ b/xml/Microsoft.Extensions.Logging/ISupportExternalScope.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/LogLevel.xml b/xml/Microsoft.Extensions.Logging/LogLevel.xml index ab485caa148..9ccebf9cc52 100644 --- a/xml/Microsoft.Extensions.Logging/LogLevel.xml +++ b/xml/Microsoft.Extensions.Logging/LogLevel.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Enum @@ -40,6 +41,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -94,6 +97,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -121,6 +125,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -147,6 +152,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -173,6 +179,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -200,6 +207,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel diff --git a/xml/Microsoft.Extensions.Logging/LoggerExtensions.xml b/xml/Microsoft.Extensions.Logging/LoggerExtensions.xml index 5ce16772bc4..6a7c3a2e6d1 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -85,15 +87,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -124,16 +127,17 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - - + + + + + System.ParamArray @@ -165,16 +169,17 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - - + + + + + System.ParamArray @@ -206,17 +211,18 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - - - + + + + + + System.ParamArray @@ -252,6 +258,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -294,6 +301,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -336,15 +344,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -379,6 +388,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -425,6 +435,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -467,6 +478,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -509,15 +521,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -552,6 +565,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -598,6 +612,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -640,6 +655,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -682,15 +698,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -725,6 +742,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -771,6 +789,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -813,6 +832,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -855,15 +875,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -898,6 +919,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -944,6 +966,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -986,6 +1009,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1028,15 +1052,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -1071,6 +1096,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1117,6 +1143,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1159,6 +1186,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -1201,15 +1229,16 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void - - - - + + + + System.ParamArray @@ -1244,6 +1273,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/LoggerExternalScopeProvider.xml b/xml/Microsoft.Extensions.Logging/LoggerExternalScopeProvider.xml index 1cd1bc3b89d..ee74e10c11c 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerExternalScopeProvider.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerExternalScopeProvider.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -62,6 +64,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -100,6 +103,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.Logging/LoggerFactory.xml b/xml/Microsoft.Extensions.Logging/LoggerFactory.xml index d788732d0ac..f0541b8b896 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerFactory.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerFactory.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -47,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -69,9 +71,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The providers to use in producing instances. @@ -94,10 +97,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The providers to use in producing instances. @@ -121,10 +125,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The providers to use in producing instances. @@ -153,6 +158,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -182,6 +188,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -206,12 +213,13 @@ Microsoft.Extensions.Logging 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggerFactory - + A delegate to configure the . @@ -240,6 +248,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -274,6 +283,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/LoggerFactoryExtensions.xml b/xml/Microsoft.Extensions.Logging/LoggerFactoryExtensions.xml index 35baaf94b38..5f26315188e 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerFactoryExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerFactoryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger @@ -75,6 +77,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILogger<T> diff --git a/xml/Microsoft.Extensions.Logging/LoggerFilterOptions.xml b/xml/Microsoft.Extensions.Logging/LoggerFilterOptions.xml index 591fcc96c28..cee2ff29e0c 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerFilterOptions.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerFilterOptions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -36,6 +37,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -55,6 +57,7 @@ Microsoft.Extensions.Logging 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -80,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.LogLevel @@ -105,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IList<Microsoft.Extensions.Logging.LoggerFilterRule> diff --git a/xml/Microsoft.Extensions.Logging/LoggerFilterRule.xml b/xml/Microsoft.Extensions.Logging/LoggerFilterRule.xml index f241801522d..3b61e088f79 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerFilterRule.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerFilterRule.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -37,6 +38,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -93,6 +96,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean> @@ -118,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Nullable<Microsoft.Extensions.Logging.LogLevel> @@ -143,6 +148,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -168,6 +174,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Logging/LoggerMessage.xml b/xml/Microsoft.Extensions.Logging/LoggerMessage.xml index 9bbb08c1d77..3a8e390563f 100644 --- a/xml/Microsoft.Extensions.Logging/LoggerMessage.xml +++ b/xml/Microsoft.Extensions.Logging/LoggerMessage.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -41,6 +42,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,System.Exception> @@ -76,6 +78,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,System.Exception> @@ -115,6 +118,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,T2,System.Exception> @@ -156,6 +160,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,T2,T3,System.Exception> @@ -199,6 +204,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,T2,T3,T4,System.Exception> @@ -244,6 +250,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,T2,T3,T4,T5,System.Exception> @@ -291,6 +298,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<Microsoft.Extensions.Logging.ILogger,T1,T2,T3,T4,T5,T6,System.Exception> @@ -340,6 +348,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<Microsoft.Extensions.Logging.ILogger,System.IDisposable> @@ -371,6 +380,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<Microsoft.Extensions.Logging.ILogger,T1,System.IDisposable> @@ -406,6 +416,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<Microsoft.Extensions.Logging.ILogger,T1,T2,System.IDisposable> @@ -443,6 +454,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<Microsoft.Extensions.Logging.ILogger,T1,T2,T3,System.IDisposable> diff --git a/xml/Microsoft.Extensions.Logging/Logger`1.xml b/xml/Microsoft.Extensions.Logging/Logger`1.xml index 447939c46f4..14311761a31 100644 --- a/xml/Microsoft.Extensions.Logging/Logger`1.xml +++ b/xml/Microsoft.Extensions.Logging/Logger`1.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.Logging.Abstractions 1.0.0.0 @@ -15,6 +15,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -54,6 +55,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -84,6 +86,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable @@ -123,6 +126,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -159,6 +163,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml b/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml index 8e2f5b1a2b8..939404f019e 100644 --- a/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/LoggingBuilderExtensions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging @@ -20,6 +21,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -45,6 +47,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -76,6 +79,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -107,6 +111,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder @@ -136,6 +141,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder diff --git a/xml/Microsoft.Extensions.Logging/ProviderAliasAttribute.xml b/xml/Microsoft.Extensions.Logging/ProviderAliasAttribute.xml index 8f2a3928269..526f6e34f6b 100644 --- a/xml/Microsoft.Extensions.Logging/ProviderAliasAttribute.xml +++ b/xml/Microsoft.Extensions.Logging/ProviderAliasAttribute.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Attribute @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Logging/TraceSourceFactoryExtensions.xml b/xml/Microsoft.Extensions.Logging/TraceSourceFactoryExtensions.xml index 45f572d3310..cba8030ca23 100644 --- a/xml/Microsoft.Extensions.Logging/TraceSourceFactoryExtensions.xml +++ b/xml/Microsoft.Extensions.Logging/TraceSourceFactoryExtensions.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -113,13 +114,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - + + The to use. @@ -144,13 +146,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - + + The to use. @@ -253,14 +256,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - - + + + The to use. @@ -286,14 +290,15 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Logging.ILoggingBuilder - - - + + + The to use. diff --git a/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml b/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml index 8661df4c9c1..7ad89c43794 100644 --- a/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml +++ b/xml/Microsoft.Extensions.Options/ConfigurationChangeTokenSource`1.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -74,10 +76,11 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - + + The name of the options instance being watche. @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -134,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureFromConfigurationOptions`1.xml b/xml/Microsoft.Extensions.Options/ConfigureFromConfigurationOptions`1.xml index bd27bd53ccb..d5b27a16156 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureFromConfigurationOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureFromConfigurationOptions`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -52,6 +53,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`1.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`1.xml index d0dc375cdd9..8ca1879544d 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -52,6 +53,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -79,6 +81,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions> @@ -107,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -138,6 +142,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -168,6 +173,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`2.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`2.xml index b4e0ccf2cca..a51f857363f 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`2.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`2.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -56,6 +57,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -84,6 +86,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep> @@ -111,6 +114,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -141,6 +145,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -170,6 +175,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep @@ -194,6 +200,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`3.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`3.xml index 480210f7d74..0e7daa978ca 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`3.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`3.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -62,6 +63,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -92,6 +94,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2> @@ -119,6 +122,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -149,6 +153,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -178,6 +183,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -202,6 +208,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -226,6 +233,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`4.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`4.xml index 673e44032a5..45ad363f4f7 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`4.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`4.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -100,6 +102,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3> @@ -127,6 +130,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -157,6 +161,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -186,6 +191,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -210,6 +216,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -234,6 +241,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -258,6 +266,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`5.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`5.xml index c6bc49202c9..7e7fa3f306d 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`5.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`5.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -74,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -108,6 +110,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3,TDep4> @@ -135,6 +138,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -165,6 +169,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -194,6 +199,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -218,6 +224,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -242,6 +249,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -266,6 +274,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -290,6 +299,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`6.xml b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`6.xml index 8a5564acec2..931eb69dede 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`6.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureNamedOptions`6.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -80,6 +81,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -116,6 +118,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5> @@ -143,6 +146,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -173,6 +177,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -202,6 +207,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -226,6 +232,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -250,6 +257,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -274,6 +282,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -298,6 +307,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep5 @@ -322,6 +332,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/ConfigureOptions`1.xml b/xml/Microsoft.Extensions.Options/ConfigureOptions`1.xml index 6f45f2e6780..29b45655b79 100644 --- a/xml/Microsoft.Extensions.Options/ConfigureOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/ConfigureOptions`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +54,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -80,6 +82,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions> @@ -110,6 +113,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/DataAnnotationValidateOptions`1.xml b/xml/Microsoft.Extensions.Options/DataAnnotationValidateOptions`1.xml index e6692207c28..386eea5557b 100644 --- a/xml/Microsoft.Extensions.Options/DataAnnotationValidateOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/DataAnnotationValidateOptions`1.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,6 +70,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -94,6 +97,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult diff --git a/xml/Microsoft.Extensions.Options/IConfigureNamedOptions`1.xml b/xml/Microsoft.Extensions.Options/IConfigureNamedOptions`1.xml index fbcb337a209..f7e387c9172 100644 --- a/xml/Microsoft.Extensions.Options/IConfigureNamedOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/IConfigureNamedOptions`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -47,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/IConfigureOptions`1.xml b/xml/Microsoft.Extensions.Options/IConfigureOptions`1.xml index 308f7484c31..f91fc09b145 100644 --- a/xml/Microsoft.Extensions.Options/IConfigureOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/IConfigureOptions`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/IOptionsChangeTokenSource`1.xml b/xml/Microsoft.Extensions.Options/IOptionsChangeTokenSource`1.xml index 10a68d28e3a..2218520ebf4 100644 --- a/xml/Microsoft.Extensions.Options/IOptionsChangeTokenSource`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptionsChangeTokenSource`1.xml @@ -13,6 +13,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -44,6 +45,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Primitives.IChangeToken @@ -70,6 +72,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/IOptionsFactory`1.xml b/xml/Microsoft.Extensions.Options/IOptionsFactory`1.xml index 93a7df8cbe5..f745509f8a3 100644 --- a/xml/Microsoft.Extensions.Options/IOptionsFactory`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptionsFactory`1.xml @@ -1,10 +1,14 @@ - - + + - - + + + + + + Microsoft.Extensions.Options 2.0.0.0 @@ -12,6 +16,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +48,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions diff --git a/xml/Microsoft.Extensions.Options/IOptionsMonitorCache`1.xml b/xml/Microsoft.Extensions.Options/IOptionsMonitorCache`1.xml index a1d632ace87..7de50d46b13 100644 --- a/xml/Microsoft.Extensions.Options/IOptionsMonitorCache`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptionsMonitorCache`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -42,6 +43,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -67,6 +69,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions @@ -98,6 +101,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Options/IOptionsMonitor`1.xml b/xml/Microsoft.Extensions.Options/IOptionsMonitor`1.xml index 995da17444c..3c61db47891 100644 --- a/xml/Microsoft.Extensions.Options/IOptionsMonitor`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptionsMonitor`1.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions @@ -69,12 +71,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions - + To be added. @@ -98,12 +101,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable - + The action to be invoked when has changed. diff --git a/xml/Microsoft.Extensions.Options/IOptionsSnapshot`1.xml b/xml/Microsoft.Extensions.Options/IOptionsSnapshot`1.xml index be5a1ccaf55..dbb3e7a1bd1 100644 --- a/xml/Microsoft.Extensions.Options/IOptionsSnapshot`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptionsSnapshot`1.xml @@ -7,9 +7,13 @@ - + + + + + Microsoft.Extensions.Options 1.1.0.0 @@ -18,6 +22,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -27,7 +32,7 @@ - + Microsoft.Extensions.Options.IOptions<TOptions> @@ -51,12 +56,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions - + To be added. diff --git a/xml/Microsoft.Extensions.Options/IOptions`1.xml b/xml/Microsoft.Extensions.Options/IOptions`1.xml index 8decdd047fe..907a9678072 100644 --- a/xml/Microsoft.Extensions.Options/IOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/IOptions`1.xml @@ -1,10 +1,14 @@ - - + + - - + + + + + + Microsoft.Extensions.Options 1.0.0.0 @@ -14,6 +18,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -36,7 +41,8 @@ - + + Property Microsoft.Extensions.Options @@ -47,6 +53,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions diff --git a/xml/Microsoft.Extensions.Options/IPostConfigureOptions`1.xml b/xml/Microsoft.Extensions.Options/IPostConfigureOptions`1.xml index 2eb1e263f97..ec30f901800 100644 --- a/xml/Microsoft.Extensions.Options/IPostConfigureOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/IPostConfigureOptions`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/IValidateOptions`1.xml b/xml/Microsoft.Extensions.Options/IValidateOptions`1.xml index b5981255b76..2b8c6e0d54d 100644 --- a/xml/Microsoft.Extensions.Options/IValidateOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/IValidateOptions`1.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -38,6 +39,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult diff --git a/xml/Microsoft.Extensions.Options/NamedConfigureFromConfigurationOptions`1.xml b/xml/Microsoft.Extensions.Options/NamedConfigureFromConfigurationOptions`1.xml index eee88dba69e..6f6ff7da919 100644 --- a/xml/Microsoft.Extensions.Options/NamedConfigureFromConfigurationOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/NamedConfigureFromConfigurationOptions`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -74,11 +76,12 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - + + + The name of the options instance. diff --git a/xml/Microsoft.Extensions.Options/Options.xml b/xml/Microsoft.Extensions.Options/Options.xml index be9d5dc0a1c..997e1beb132 100644 --- a/xml/Microsoft.Extensions.Options/Options.xml +++ b/xml/Microsoft.Extensions.Options/Options.xml @@ -14,6 +14,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -25,12 +26,17 @@ - - + + - - - + + + + + + + + Method Microsoft.Extensions.Options @@ -41,6 +47,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.IOptions<TOptions> @@ -79,6 +86,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String diff --git a/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml b/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml index aaa81bf66d4..b76454c21c7 100644 --- a/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -43,6 +44,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -69,6 +71,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -97,6 +100,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -133,6 +137,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -175,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -223,6 +229,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -277,6 +284,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -337,6 +345,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -361,6 +370,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -389,6 +399,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -425,6 +436,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -467,6 +479,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -515,6 +528,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -569,6 +583,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -629,6 +644,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.DependencyInjection.IServiceCollection @@ -652,12 +668,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> - + The validation function. @@ -679,13 +696,14 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> - - + + The validation function. @@ -707,6 +725,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -715,7 +734,7 @@ - + The dependency used by the validation function. @@ -737,6 +756,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -745,8 +765,8 @@ - - + + The dependency used by the validation function. @@ -769,6 +789,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -778,7 +799,7 @@ - + The first dependency used by the validation function. @@ -801,6 +822,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -810,8 +832,8 @@ - - + + The first dependency used by the validation function. @@ -835,6 +857,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -845,7 +868,7 @@ - + The first dependency used by the validation function. @@ -869,6 +892,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -879,8 +903,8 @@ - - + + The first dependency used by the validation function. @@ -905,6 +929,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -916,7 +941,7 @@ - + The first dependency used by the validation function. @@ -941,6 +966,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -952,8 +978,8 @@ - - + + The first dependency used by the validation function. @@ -979,6 +1005,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -991,7 +1018,7 @@ - + The first dependency used by the validation function. @@ -1017,6 +1044,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.OptionsBuilder<TOptions> @@ -1029,8 +1057,8 @@ - - + + The first dependency used by the validation function. diff --git a/xml/Microsoft.Extensions.Options/OptionsCache`1.xml b/xml/Microsoft.Extensions.Options/OptionsCache`1.xml index e5e08afd164..afef261982e 100644 --- a/xml/Microsoft.Extensions.Options/OptionsCache`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsCache`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -48,6 +49,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,6 +75,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions @@ -135,6 +139,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -169,6 +174,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean diff --git a/xml/Microsoft.Extensions.Options/OptionsFactory`1.xml b/xml/Microsoft.Extensions.Options/OptionsFactory`1.xml index 85ffa90f446..47f1c9f9b5c 100644 --- a/xml/Microsoft.Extensions.Options/OptionsFactory`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsFactory`1.xml @@ -1,10 +1,14 @@ - - + + - - + + + + + + Microsoft.Extensions.Options 2.0.0.0 @@ -12,6 +16,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -41,7 +46,8 @@ - + + Constructor Microsoft.Extensions.Options @@ -50,6 +56,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -68,18 +75,20 @@ - + + Constructor Microsoft.Extensions.Options 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - + + + The configuration actions to run. @@ -107,6 +116,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions @@ -121,5 +131,30 @@ To be added. + + + + + + + + Method + + Microsoft.Extensions.Options + 5.0.0.0 + + + TOptions + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/Microsoft.Extensions.Options/OptionsManager`1.xml b/xml/Microsoft.Extensions.Options/OptionsManager`1.xml index e65aa2be919..38d9396c8b6 100644 --- a/xml/Microsoft.Extensions.Options/OptionsManager`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsManager`1.xml @@ -7,9 +7,13 @@ - + + + + + Microsoft.Extensions.Options 1.0.0.0 @@ -19,6 +23,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -35,7 +40,7 @@ Microsoft.Extensions.Options.IOptions<TOptions> - + Microsoft.Extensions.Options.IOptionsSnapshot<TOptions> @@ -51,7 +56,8 @@ - + + Constructor Microsoft.Extensions.Options @@ -60,9 +66,10 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - + The factory to use to create options. @@ -110,12 +117,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions - + To be added. @@ -130,10 +138,11 @@ - - - - + + + + + Property P:Microsoft.Extensions.Options.IOptions`1.Value @@ -147,6 +156,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions diff --git a/xml/Microsoft.Extensions.Options/OptionsMonitorExtensions.xml b/xml/Microsoft.Extensions.Options/OptionsMonitorExtensions.xml index a68c9970889..598d4f18f1e 100644 --- a/xml/Microsoft.Extensions.Options/OptionsMonitorExtensions.xml +++ b/xml/Microsoft.Extensions.Options/OptionsMonitorExtensions.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -37,6 +38,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable diff --git a/xml/Microsoft.Extensions.Options/OptionsMonitor`1.xml b/xml/Microsoft.Extensions.Options/OptionsMonitor`1.xml index 1292afd9694..54e000ea907 100644 --- a/xml/Microsoft.Extensions.Options/OptionsMonitor`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsMonitor`1.xml @@ -7,9 +7,13 @@ - + + + + + Microsoft.Extensions.Options 1.1.0.0 @@ -18,6 +22,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -34,7 +39,7 @@ Microsoft.Extensions.Options.IOptionsMonitor<TOptions> - + System.IDisposable @@ -73,7 +78,8 @@ - + + Constructor Microsoft.Extensions.Options @@ -82,11 +88,12 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 - - - + + + The factory to use to create options. @@ -102,7 +109,8 @@ - + + Property P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue @@ -115,6 +123,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions @@ -140,6 +149,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -168,12 +178,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions - + To be added. @@ -188,7 +199,8 @@ - + + Method M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String}) @@ -200,12 +212,13 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.IDisposable - + The action to be invoked when has changed. diff --git a/xml/Microsoft.Extensions.Options/OptionsValidationException.xml b/xml/Microsoft.Extensions.Options/OptionsValidationException.xml index cee7ee63adf..d882bffa5f3 100644 --- a/xml/Microsoft.Extensions.Options/OptionsValidationException.xml +++ b/xml/Microsoft.Extensions.Options/OptionsValidationException.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Exception @@ -33,6 +34,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -60,6 +62,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -82,6 +85,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -105,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -128,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Type diff --git a/xml/Microsoft.Extensions.Options/OptionsWrapper`1.xml b/xml/Microsoft.Extensions.Options/OptionsWrapper`1.xml index 075ec4f8c74..f2d494aadff 100644 --- a/xml/Microsoft.Extensions.Options/OptionsWrapper`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsWrapper`1.xml @@ -1,10 +1,14 @@ - - + + - - + + + + + + Microsoft.Extensions.Options 1.0.0.0 @@ -14,6 +18,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -44,7 +49,8 @@ - + + Constructor Microsoft.Extensions.Options @@ -55,6 +61,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -171,7 +178,8 @@ - + + Property P:Microsoft.Extensions.Options.IOptions`1.Value @@ -185,6 +193,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TOptions diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`1.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`1.xml index 8b9a4abb49b..38dc02a302b 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`1.xml @@ -12,6 +12,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -49,6 +50,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -76,6 +78,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions> @@ -101,6 +104,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`2.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`2.xml index fab4fc64c28..f6181cab41d 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`2.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`2.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +54,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -81,6 +83,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep> @@ -105,6 +108,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep @@ -129,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -153,6 +158,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -183,6 +189,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`3.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`3.xml index 870c8262cef..1aff2eeee41 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`3.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`3.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -59,6 +60,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -89,6 +91,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2> @@ -113,6 +116,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -137,6 +141,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -161,6 +166,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -185,6 +191,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -215,6 +222,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`4.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`4.xml index 3bee6ea6969..711e42d62af 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`4.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`4.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -65,6 +66,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -97,6 +99,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3> @@ -121,6 +124,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -145,6 +149,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -169,6 +174,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -193,6 +199,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -217,6 +224,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -247,6 +255,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`5.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`5.xml index 25fa8a9a689..d77b81b01fb 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`5.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`5.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -71,6 +72,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -105,6 +107,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3,TDep4> @@ -129,6 +132,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -153,6 +157,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -177,6 +182,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -201,6 +207,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -225,6 +232,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -249,6 +257,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -279,6 +288,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/PostConfigureOptions`6.xml b/xml/Microsoft.Extensions.Options/PostConfigureOptions`6.xml index d667e97a9df..13d68acb776 100644 --- a/xml/Microsoft.Extensions.Options/PostConfigureOptions`6.xml +++ b/xml/Microsoft.Extensions.Options/PostConfigureOptions`6.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +78,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -113,6 +115,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Action<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5> @@ -137,6 +140,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -161,6 +165,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -185,6 +190,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -209,6 +215,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -233,6 +240,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep5 @@ -257,6 +265,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -281,6 +290,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void @@ -311,6 +321,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Void diff --git a/xml/Microsoft.Extensions.Options/ValidateOptionsResult.xml b/xml/Microsoft.Extensions.Options/ValidateOptionsResult.xml index ad8aadc83de..6ed618a2d31 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptionsResult.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptionsResult.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -32,6 +33,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -51,12 +53,13 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult - + The reasons for the failure. @@ -78,6 +81,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -105,6 +109,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -128,6 +133,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -150,6 +156,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Collections.Generic.IEnumerable<System.String> @@ -173,6 +180,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -195,6 +203,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -218,6 +227,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Boolean @@ -241,6 +251,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`1.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`1.xml index 192eed8121c..d2b21bf9b1d 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`1.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`1.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -72,6 +74,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -95,6 +98,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -121,6 +125,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -150,6 +155,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,System.Boolean> diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`2.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`2.xml index 12858a56397..573551a26ee 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`2.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`2.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -45,6 +46,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -73,6 +75,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep @@ -95,6 +98,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -117,6 +121,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -142,6 +147,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -170,6 +176,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,TDep,System.Boolean> diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`3.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`3.xml index b4e584c5f05..8d8a61caeaa 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`3.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`3.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -47,6 +48,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -77,6 +79,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -99,6 +102,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -121,6 +125,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -143,6 +148,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -168,6 +174,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -196,6 +203,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,TDep1,TDep2,System.Boolean> diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`4.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`4.xml index 997191bc6b5..5e4947c1c3b 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`4.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`4.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -49,6 +50,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -81,6 +83,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -103,6 +106,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -125,6 +129,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -147,6 +152,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -169,6 +175,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -194,6 +201,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -222,6 +230,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,TDep1,TDep2,TDep3,System.Boolean> diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`5.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`5.xml index 7e2dfc00679..06a4fc388ae 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`5.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`5.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -51,6 +52,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -85,6 +87,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -107,6 +110,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -129,6 +133,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -151,6 +156,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -173,6 +179,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -195,6 +202,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -220,6 +228,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -248,6 +257,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,TDep1,TDep2,TDep3,TDep4,System.Boolean> diff --git a/xml/Microsoft.Extensions.Options/ValidateOptions`6.xml b/xml/Microsoft.Extensions.Options/ValidateOptions`6.xml index 983d1c226fb..39865b3eccf 100644 --- a/xml/Microsoft.Extensions.Options/ValidateOptions`6.xml +++ b/xml/Microsoft.Extensions.Options/ValidateOptions`6.xml @@ -9,6 +9,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -53,6 +54,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -89,6 +91,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep1 @@ -111,6 +114,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep2 @@ -133,6 +137,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep3 @@ -155,6 +160,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep4 @@ -177,6 +183,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 TDep5 @@ -199,6 +206,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -221,6 +229,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.String @@ -246,6 +255,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 Microsoft.Extensions.Options.ValidateOptionsResult @@ -274,6 +284,7 @@ Microsoft.Extensions.Options 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Func<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5,System.Boolean> diff --git a/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml b/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml index e4f92034a97..de46737b28c 100644 --- a/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml +++ b/xml/Microsoft.Extensions.Primitives/CancellationChangeToken.xml @@ -66,7 +66,7 @@ Property - P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks + P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks Microsoft.Extensions.Primitives diff --git a/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml b/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml index 8c8407d195f..170bec68418 100644 --- a/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml +++ b/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml @@ -20,11 +20,11 @@ - + [System.Diagnostics.DebuggerDisplay("Value = {_value}")] [<System.Diagnostics.DebuggerDisplay("Value = {_value}")>] - + [System.Obsolete("This type is obsolete and will be removed in a future version.")] [<System.Obsolete("This type is obsolete and will be removed in a future version.")>] @@ -127,11 +127,11 @@ - - - - - + + + + + Method Microsoft.Extensions.Primitives @@ -148,7 +148,7 @@ - + To be added. @@ -164,11 +164,11 @@ - - - - - + + + + + Method Microsoft.Extensions.Primitives diff --git a/xml/Microsoft.Extensions.Primitives/StringSegment.xml b/xml/Microsoft.Extensions.Primitives/StringSegment.xml index bdf22d3a1ac..bad8e45f074 100644 --- a/xml/Microsoft.Extensions.Primitives/StringSegment.xml +++ b/xml/Microsoft.Extensions.Primitives/StringSegment.xml @@ -28,7 +28,7 @@ - + [System.Runtime.CompilerServices.IsReadOnly] [<System.Runtime.CompilerServices.IsReadOnly>] diff --git a/xml/Microsoft.Extensions.Primitives/StringSegmentComparer.xml b/xml/Microsoft.Extensions.Primitives/StringSegmentComparer.xml index cf04884a8db..8846ae73ae2 100644 --- a/xml/Microsoft.Extensions.Primitives/StringSegmentComparer.xml +++ b/xml/Microsoft.Extensions.Primitives/StringSegmentComparer.xml @@ -5,11 +5,11 @@ - - - - - + + + + + Microsoft.Extensions.Primitives 2.0.0.0 @@ -26,7 +26,7 @@ System.Collections.Generic.IEqualityComparer<Microsoft.Extensions.Primitives.StringSegment> - + System.Collections.Generic.IComparer<Microsoft.Extensions.Primitives.StringSegment> diff --git a/xml/Microsoft.Extensions.Primitives/StringTokenizer+Enumerator.xml b/xml/Microsoft.Extensions.Primitives/StringTokenizer+Enumerator.xml index 862b411685d..a974dfd0be0 100644 --- a/xml/Microsoft.Extensions.Primitives/StringTokenizer+Enumerator.xml +++ b/xml/Microsoft.Extensions.Primitives/StringTokenizer+Enumerator.xml @@ -72,7 +72,7 @@ Property - P:System.Collections.Generic.IEnumerator`1.Current + P:System.Collections.Generic.IEnumerator`1.Current Microsoft.Extensions.Primitives @@ -86,7 +86,7 @@ 5.0.0.0 - + [get: System.Runtime.CompilerServices.IsReadOnly] [<get: System.Runtime.CompilerServices.IsReadOnly>] diff --git a/xml/Microsoft.Extensions.Primitives/StringTokenizer.xml b/xml/Microsoft.Extensions.Primitives/StringTokenizer.xml index 42ce750d58c..544fa84b72c 100644 --- a/xml/Microsoft.Extensions.Primitives/StringTokenizer.xml +++ b/xml/Microsoft.Extensions.Primitives/StringTokenizer.xml @@ -28,7 +28,7 @@ - + [System.Runtime.CompilerServices.IsReadOnly] [<System.Runtime.CompilerServices.IsReadOnly>] diff --git a/xml/Microsoft.Extensions.Primitives/StringValues.xml b/xml/Microsoft.Extensions.Primitives/StringValues.xml index 591be793f6a..66664084f51 100644 --- a/xml/Microsoft.Extensions.Primitives/StringValues.xml +++ b/xml/Microsoft.Extensions.Primitives/StringValues.xml @@ -5,7 +5,7 @@ - + Microsoft.Extensions.Primitives 1.0.0.0 @@ -59,7 +59,7 @@ - + [System.Runtime.CompilerServices.IsReadOnly] [<System.Runtime.CompilerServices.IsReadOnly>] diff --git a/xml/System.IO/DirectoryInfo.xml b/xml/System.IO/DirectoryInfo.xml index 855879d9044..1aaab117e27 100644 --- a/xml/System.IO/DirectoryInfo.xml +++ b/xml/System.IO/DirectoryInfo.xml @@ -1015,7 +1015,7 @@ namespace ConsoleApp ## Examples - The following example, starting from a specified directory, uses this method and the method to enumerate the files and directories within the start directory and display details of any files over 10 MB in size. + The following example uses this method and the method to enumerate the files and directories within the start directory and display the name and size of any files over 10 MB. [!code-csharp[System.IO.DirectoryInfo.EnumerateDirectories#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/cs/program.cs#1)] [!code-vb[System.IO.DirectoryInfo.EnumerateDirectories#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.io.directoryinfo.enumeratedirectories/vb/program.vb#1)] diff --git a/xml/System.Net.Http/HttpClientFactoryExtensions.xml b/xml/System.Net.Http/HttpClientFactoryExtensions.xml index 0b7213d2a81..1b98126d7c7 100644 --- a/xml/System.Net.Http/HttpClientFactoryExtensions.xml +++ b/xml/System.Net.Http/HttpClientFactoryExtensions.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpClient diff --git a/xml/System.Net.Http/HttpMessageHandlerFactoryExtensions.xml b/xml/System.Net.Http/HttpMessageHandlerFactoryExtensions.xml index fdc6d8ce33f..c0e342fb228 100644 --- a/xml/System.Net.Http/HttpMessageHandlerFactoryExtensions.xml +++ b/xml/System.Net.Http/HttpMessageHandlerFactoryExtensions.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Object @@ -33,6 +34,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpMessageHandler diff --git a/xml/System.Net.Http/IHttpClientFactory.xml b/xml/System.Net.Http/IHttpClientFactory.xml index a7be1e2e64f..ac39c43e31b 100644 --- a/xml/System.Net.Http/IHttpClientFactory.xml +++ b/xml/System.Net.Http/IHttpClientFactory.xml @@ -11,6 +11,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -35,6 +36,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpClient diff --git a/xml/System.Net.Http/IHttpMessageHandlerFactory.xml b/xml/System.Net.Http/IHttpMessageHandlerFactory.xml index 7af68455ab2..744a7aec0b3 100644 --- a/xml/System.Net.Http/IHttpMessageHandlerFactory.xml +++ b/xml/System.Net.Http/IHttpMessageHandlerFactory.xml @@ -10,6 +10,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 @@ -33,6 +34,7 @@ 2.2.0.0 3.0.0.0 3.1.0.0 + 5.0.0.0 System.Net.Http.HttpMessageHandler diff --git a/xml/System.Text/Encoding.xml b/xml/System.Text/Encoding.xml index b5799b5fea4..54d98e9e40b 100644 --- a/xml/System.Text/Encoding.xml +++ b/xml/System.Text/Encoding.xml @@ -68,173 +68,176 @@ , see [Character Encoding in .NET](/dotnet/standard/base-types/character-encoding). - Note that is intended to operate on Unicode characters instead of arbitrary binary data, such as byte arrays. If you must encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . +Encoding is the process of transforming a set of Unicode characters into a sequence of bytes. In contrast, decoding is the process of transforming a sequence of encoded bytes into a set of Unicode characters. For information about the Unicode Transformation Formats (UTFs) and other encodings supported by , see [Character Encoding in .NET](/dotnet/standard/base-types/character-encoding). - .NET provides the following implementations of the class to support current Unicode encodings and other encodings: +Note that is intended to operate on Unicode characters instead of arbitrary binary data, such as byte arrays. If you must encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . -- encodes Unicode characters as single 7-bit ASCII characters. This encoding only supports character values between U+0000 and U+007F. Code page 20127. Also available through the property. +.NET provides the following implementations of the class to support current Unicode encodings and other encodings: -- encodes Unicode characters using the UTF-7 encoding. This encoding supports all Unicode character values. Code page 65000. Also available through the property. +- encodes Unicode characters as single 7-bit ASCII characters. This encoding only supports character values between U+0000 and U+007F. Code page 20127. Also available through the property. -- encodes Unicode characters using the UTF-8 encoding. This encoding supports all Unicode character values. Code page 65001. Also available through the property. +- encodes Unicode characters using the UTF-7 encoding. This encoding supports all Unicode character values. Code page 65000. Also available through the property. -- encodes Unicode characters using the UTF-16 encoding. Both little endian and big endian byte orders are supported. Also available through the property and the property. +- encodes Unicode characters using the UTF-8 encoding. This encoding supports all Unicode character values. Code page 65001. Also available through the property. -- encodes Unicode characters using the UTF-32 encoding. Both little endian (code page 12000) and big endian (code page 12001) byte orders are supported. Also available through the property. +- encodes Unicode characters using the UTF-16 encoding. Both little endian and big endian byte orders are supported. Also available through the property and the property. - The class is primarily intended to convert between different encodings and Unicode. Often one of the derived Unicode classes is the correct choice for your app. +- encodes Unicode characters using the UTF-32 encoding. Both little endian (code page 12000) and big endian (code page 12001) byte orders are supported. Also available through the property. - Use the method to obtain other encodings, and call the method to get a list of all encodings. +The class is primarily intended to convert between different encodings and Unicode. Often one of the derived Unicode classes is the correct choice for your app. - The following table lists the encodings supported by .NET Framework and .NET Core. It lists each encoding's code page number and the values of the encoding's and properties. A check mark in the **.NET Framework support** and **.NET Core support** columns indicates that the code page is natively supported by that .NET implementation, regardless of the underlying platform. For .NET Framework, the availability of other encodings listed in the table depends on the operating system. For .NET Core, other encodings are available by using the class or by deriving from the class. +Use the method to obtain other encodings, and call the method to get a list of all encodings. + +### List of encodings + +The following table lists the encodings supported by .NET. It lists each encoding's code page number and the values of the encoding's and properties. A check mark in the **.NET Framework support**, **.NET Core support**, or **.NET 5.0 and later support** column indicates that the code page is natively supported by that .NET implementation, regardless of the underlying platform. For .NET Framework, the availability of other encodings listed in the table depends on the operating system. For .NET Core and .NET 5.0 and later, other encodings are available by using the class or by deriving from the class. > [!NOTE] > Code pages whose property corresponds to an international standard do not necessarily comply in full with that standard. -|Code page|Name|Display name|.NET Framework support| .NET Core support | -|---------|----|------------|----------------------|-------------------| -|37|IBM037|IBM EBCDIC (US-Canada)||| -|437|IBM437|OEM United States||| -|500|IBM500|IBM EBCDIC (International)||| -|708|ASMO-708|Arabic (ASMO 708)||| -|720|DOS-720|Arabic (DOS)||| -|737|ibm737|Greek (DOS)||| -|775|ibm775|Baltic (DOS)||| -|850|ibm850|Western European (DOS)||| -|852|ibm852|Central European (DOS)||| -|855|IBM855|OEM Cyrillic||| -|857|ibm857|Turkish (DOS)||| -|858|IBM00858|OEM Multilingual Latin I||| -|860|IBM860|Portuguese (DOS)||| -|861|ibm861|Icelandic (DOS)||| -|862|DOS-862|Hebrew (DOS)||| -|863|IBM863|French Canadian (DOS)||| -|864|IBM864|Arabic (864)||| -|865|IBM865|Nordic (DOS)||| -|866|cp866|Cyrillic (DOS)||| -|869|ibm869|Greek, Modern (DOS)||| -|870|IBM870|IBM EBCDIC (Multilingual Latin-2)||| -|874|windows-874|Thai (Windows)||| -|875|cp875|IBM EBCDIC (Greek Modern)||| -|932|shift_jis|Japanese (Shift-JIS)||| -|936|gb2312|Chinese Simplified (GB2312)|✓|| -|949|ks_c_5601-1987|Korean||| -|950|big5|Chinese Traditional (Big5)||| -|1026|IBM1026|IBM EBCDIC (Turkish Latin-5)||| -|1047|IBM01047|IBM Latin-1||| -|1140|IBM01140|IBM EBCDIC (US-Canada-Euro)||| -|1141|IBM01141|IBM EBCDIC (Germany-Euro)||| -|1142|IBM01142|IBM EBCDIC (Denmark-Norway-Euro)||| -|1143|IBM01143|IBM EBCDIC (Finland-Sweden-Euro)||| -|1144|IBM01144|IBM EBCDIC (Italy-Euro)||| -|1145|IBM01145|IBM EBCDIC (Spain-Euro)||| -|1146|IBM01146|IBM EBCDIC (UK-Euro)||| -|1147|IBM01147|IBM EBCDIC (France-Euro)||| -|1148|IBM01148|IBM EBCDIC (International-Euro)||| -|1149|IBM01149|IBM EBCDIC (Icelandic-Euro)||| -|1200|utf-16|Unicode|✓|✓| -|1201|unicodeFFFE|Unicode (Big endian)|✓|✓| -|1250|windows-1250|Central European (Windows)||| -|1251|windows-1251|Cyrillic (Windows)||| -|1252|Windows-1252|Western European (Windows)|✓|| -|1253|windows-1253|Greek (Windows)||| -|1254|windows-1254|Turkish (Windows)||| -|1255|windows-1255|Hebrew (Windows)||| -|1256|windows-1256|Arabic (Windows)||| -|1257|windows-1257|Baltic (Windows)||| -|1258|windows-1258|Vietnamese (Windows)||| -|1361|Johab|Korean (Johab)||| -|10000|macintosh|Western European (Mac)||| -|10001|x-mac-japanese|Japanese (Mac)||| -|10002|x-mac-chinesetrad|Chinese Traditional (Mac)||| -|10003|x-mac-korean|Korean (Mac)|✓|| -|10004|x-mac-arabic|Arabic (Mac)||| -|10005|x-mac-hebrew|Hebrew (Mac)||| -|10006|x-mac-greek|Greek (Mac)||| -|10007|x-mac-cyrillic|Cyrillic (Mac)||| -|10008|x-mac-chinesesimp|Chinese Simplified (Mac)|✓|| -|10010|x-mac-romanian|Romanian (Mac)||| -|10017|x-mac-ukrainian|Ukrainian (Mac)||| -|10021|x-mac-thai|Thai (Mac)||| -|10029|x-mac-ce|Central European (Mac)||| -|10079|x-mac-icelandic|Icelandic (Mac)||| -|10081|x-mac-turkish|Turkish (Mac)||| -|10082|x-mac-croatian|Croatian (Mac)||| -|12000|utf-32|Unicode (UTF-32)|✓|✓| -|12001|utf-32BE|Unicode (UTF-32 Big endian)|✓|✓| -|20000|x-Chinese-CNS|Chinese Traditional (CNS)||| -|20001|x-cp20001|TCA Taiwan||| -|20002|x-Chinese-Eten|Chinese Traditional (Eten)||| -|20003|x-cp20003|IBM5550 Taiwan||| -|20004|x-cp20004|TeleText Taiwan||| -|20005|x-cp20005|Wang Taiwan||| -|20105|x-IA5|Western European (IA5)||| -|20106|x-IA5-German|German (IA5)||| -|20107|x-IA5-Swedish|Swedish (IA5)||| -|20108|x-IA5-Norwegian|Norwegian (IA5)||| -|20127|us-ascii|US-ASCII|✓|✓| -|20261|x-cp20261|T.61||| -|20269|x-cp20269|ISO-6937||| -|20273|IBM273|IBM EBCDIC (Germany)||| -|20277|IBM277|IBM EBCDIC (Denmark-Norway)||| -|20278|IBM278|IBM EBCDIC (Finland-Sweden)||| -|20280|IBM280|IBM EBCDIC (Italy)||| -|20284|IBM284|IBM EBCDIC (Spain)||| -|20285|IBM285|IBM EBCDIC (UK)||| -|20290|IBM290|IBM EBCDIC (Japanese katakana)||| -|20297|IBM297|IBM EBCDIC (France)||| -|20420|IBM420|IBM EBCDIC (Arabic)||| -|20423|IBM423|IBM EBCDIC (Greek)||| -|20424|IBM424|IBM EBCDIC (Hebrew)||| -|20833|x-EBCDIC-KoreanExtended|IBM EBCDIC (Korean Extended)||| -|20838|IBM-Thai|IBM EBCDIC (Thai)||| -|20866|koi8-r|Cyrillic (KOI8-R)||| -|20871|IBM871|IBM EBCDIC (Icelandic)||| -|20880|IBM880|IBM EBCDIC (Cyrillic Russian)||| -|20905|IBM905|IBM EBCDIC (Turkish)||| -|20924|IBM00924|IBM Latin-1||| -|20932|EUC-JP|Japanese (JIS 0208-1990 and 0212-1990)||| -|20936|x-cp20936|Chinese Simplified (GB2312-80)|✓|| -|20949|x-cp20949|Korean Wansung|✓|| -|21025|cp1025|IBM EBCDIC (Cyrillic Serbian-Bulgarian)||| -|21866|koi8-u|Cyrillic (KOI8-U)||| -|28591|iso-8859-1|Western European (ISO)|✓|✓| -|28592|iso-8859-2|Central European (ISO)||| -|28593|iso-8859-3|Latin 3 (ISO)||| -|28594|iso-8859-4|Baltic (ISO)||| -|28595|iso-8859-5|Cyrillic (ISO)||| -|28596|iso-8859-6|Arabic (ISO)||| -|28597|iso-8859-7|Greek (ISO)||| -|28598|iso-8859-8|Hebrew (ISO-Visual)|✓|| -|28599|iso-8859-9|Turkish (ISO)||| -|28603|iso-8859-13|Estonian (ISO)||| -|28605|iso-8859-15|Latin 9 (ISO)||| -|29001|x-Europa|Europa||| -|38598|iso-8859-8-i|Hebrew (ISO-Logical)|✓|| -|50220|iso-2022-jp|Japanese (JIS)|✓|| -|50221|csISO2022JP|Japanese (JIS-Allow 1 byte Kana)|✓|| -|50222|iso-2022-jp|Japanese (JIS-Allow 1 byte Kana - SO/SI)|✓|| -|50225|iso-2022-kr|Korean (ISO)|✓|| -|50227|x-cp50227|Chinese Simplified (ISO-2022)|✓|| -|51932|euc-jp|Japanese (EUC)|✓|| -|51936|EUC-CN|Chinese Simplified (EUC)|✓|| -|51949|euc-kr|Korean (EUC)|✓|| -|52936|hz-gb-2312|Chinese Simplified (HZ)|✓|| -|54936|GB18030|Chinese Simplified (GB18030)|✓|| -|57002|x-iscii-de|ISCII Devanagari|✓|| -|57003|x-iscii-be|ISCII Bengali|✓|| -|57004|x-iscii-ta|ISCII Tamil|✓|| -|57005|x-iscii-te|ISCII Telugu|✓|| -|57006|x-iscii-as|ISCII Assamese|✓|| -|57007|x-iscii-or|ISCII Oriya|✓|| -|57008|x-iscii-ka|ISCII Kannada|✓|| -|57009|x-iscii-ma|ISCII Malayalam|✓|| -|57010|x-iscii-gu|ISCII Gujarati|✓|| -|57011|x-iscii-pa|ISCII Punjabi|✓|| -|65000|utf-7|Unicode (UTF-7)|✓|✓| -|65001|utf-8|Unicode (UTF-8)|✓|✓| +|Code page|Name|Display name|.NET Framework support| .NET Core support | .NET 5.0 and later support | +|---------|----|------------|----------------------|-------------------|----------------------------| +|37|IBM037|IBM EBCDIC (US-Canada)|||| +|437|IBM437|OEM United States|||| +|500|IBM500|IBM EBCDIC (International)|||| +|708|ASMO-708|Arabic (ASMO 708)|||| +|720|DOS-720|Arabic (DOS)|||| +|737|ibm737|Greek (DOS)|||| +|775|ibm775|Baltic (DOS)|||| +|850|ibm850|Western European (DOS)|||| +|852|ibm852|Central European (DOS)|||| +|855|IBM855|OEM Cyrillic|||| +|857|ibm857|Turkish (DOS)|||| +|858|IBM00858|OEM Multilingual Latin I|||| +|860|IBM860|Portuguese (DOS)|||| +|861|ibm861|Icelandic (DOS)|||| +|862|DOS-862|Hebrew (DOS)|||| +|863|IBM863|French Canadian (DOS)|||| +|864|IBM864|Arabic (864)|||| +|865|IBM865|Nordic (DOS)|||| +|866|cp866|Cyrillic (DOS)|||| +|869|ibm869|Greek, Modern (DOS)|||| +|870|IBM870|IBM EBCDIC (Multilingual Latin-2)|||| +|874|windows-874|Thai (Windows)|||| +|875|cp875|IBM EBCDIC (Greek Modern)|||| +|932|shift_jis|Japanese (Shift-JIS)|||| +|936|gb2312|Chinese Simplified (GB2312)|✓||| +|949|ks_c_5601-1987|Korean|||| +|950|big5|Chinese Traditional (Big5)|||| +|1026|IBM1026|IBM EBCDIC (Turkish Latin-5)|||| +|1047|IBM01047|IBM Latin-1|||| +|1140|IBM01140|IBM EBCDIC (US-Canada-Euro)|||| +|1141|IBM01141|IBM EBCDIC (Germany-Euro)|||| +|1142|IBM01142|IBM EBCDIC (Denmark-Norway-Euro)|||| +|1143|IBM01143|IBM EBCDIC (Finland-Sweden-Euro)|||| +|1144|IBM01144|IBM EBCDIC (Italy-Euro)|||| +|1145|IBM01145|IBM EBCDIC (Spain-Euro)|||| +|1146|IBM01146|IBM EBCDIC (UK-Euro)|||| +|1147|IBM01147|IBM EBCDIC (France-Euro)|||| +|1148|IBM01148|IBM EBCDIC (International-Euro)|||| +|1149|IBM01149|IBM EBCDIC (Icelandic-Euro)|||| +|1200|utf-16|Unicode|✓|✓|✓| +|1201|unicodeFFFE|Unicode (Big endian)|✓|✓|✓| +|1250|windows-1250|Central European (Windows)|||| +|1251|windows-1251|Cyrillic (Windows)|||| +|1252|Windows-1252|Western European (Windows)|✓|||| +|1253|windows-1253|Greek (Windows)|||| +|1254|windows-1254|Turkish (Windows)|||| +|1255|windows-1255|Hebrew (Windows)|||| +|1256|windows-1256|Arabic (Windows)|||| +|1257|windows-1257|Baltic (Windows)|||| +|1258|windows-1258|Vietnamese (Windows)|||| +|1361|Johab|Korean (Johab)|||| +|10000|macintosh|Western European (Mac)|||| +|10001|x-mac-japanese|Japanese (Mac)|||| +|10002|x-mac-chinesetrad|Chinese Traditional (Mac)|||| +|10003|x-mac-korean|Korean (Mac)|✓||| +|10004|x-mac-arabic|Arabic (Mac)|||| +|10005|x-mac-hebrew|Hebrew (Mac)|||| +|10006|x-mac-greek|Greek (Mac)|||| +|10007|x-mac-cyrillic|Cyrillic (Mac)|||| +|10008|x-mac-chinesesimp|Chinese Simplified (Mac)|✓||| +|10010|x-mac-romanian|Romanian (Mac)|||| +|10017|x-mac-ukrainian|Ukrainian (Mac)|||| +|10021|x-mac-thai|Thai (Mac)|||| +|10029|x-mac-ce|Central European (Mac)|||| +|10079|x-mac-icelandic|Icelandic (Mac)|||| +|10081|x-mac-turkish|Turkish (Mac)|||| +|10082|x-mac-croatian|Croatian (Mac)|||| +|12000|utf-32|Unicode (UTF-32)|✓|✓|✓| +|12001|utf-32BE|Unicode (UTF-32 Big endian)|✓|✓|✓| +|20000|x-Chinese-CNS|Chinese Traditional (CNS)|||| +|20001|x-cp20001|TCA Taiwan|||| +|20002|x-Chinese-Eten|Chinese Traditional (Eten)|||| +|20003|x-cp20003|IBM5550 Taiwan|||| +|20004|x-cp20004|TeleText Taiwan|||| +|20005|x-cp20005|Wang Taiwan|||| +|20105|x-IA5|Western European (IA5)|||| +|20106|x-IA5-German|German (IA5)|||| +|20107|x-IA5-Swedish|Swedish (IA5)|||| +|20108|x-IA5-Norwegian|Norwegian (IA5)|||| +|20127|us-ascii|US-ASCII|✓|✓|✓| +|20261|x-cp20261|T.61|||| +|20269|x-cp20269|ISO-6937|||| +|20273|IBM273|IBM EBCDIC (Germany)|||| +|20277|IBM277|IBM EBCDIC (Denmark-Norway)|||| +|20278|IBM278|IBM EBCDIC (Finland-Sweden)|||| +|20280|IBM280|IBM EBCDIC (Italy)|||| +|20284|IBM284|IBM EBCDIC (Spain)|||| +|20285|IBM285|IBM EBCDIC (UK)|||| +|20290|IBM290|IBM EBCDIC (Japanese katakana)|||| +|20297|IBM297|IBM EBCDIC (France)|||| +|20420|IBM420|IBM EBCDIC (Arabic)|||| +|20423|IBM423|IBM EBCDIC (Greek)|||| +|20424|IBM424|IBM EBCDIC (Hebrew)|||| +|20833|x-EBCDIC-KoreanExtended|IBM EBCDIC (Korean Extended)|||| +|20838|IBM-Thai|IBM EBCDIC (Thai)|||| +|20866|koi8-r|Cyrillic (KOI8-R)|||| +|20871|IBM871|IBM EBCDIC (Icelandic)|||| +|20880|IBM880|IBM EBCDIC (Cyrillic Russian)|||| +|20905|IBM905|IBM EBCDIC (Turkish)|||| +|20924|IBM00924|IBM Latin-1|||| +|20932|EUC-JP|Japanese (JIS 0208-1990 and 0212-1990)|||| +|20936|x-cp20936|Chinese Simplified (GB2312-80)|✓||| +|20949|x-cp20949|Korean Wansung|✓||| +|21025|cp1025|IBM EBCDIC (Cyrillic Serbian-Bulgarian)|||| +|21866|koi8-u|Cyrillic (KOI8-U)|||| +|28591|iso-8859-1|Western European (ISO)|✓|✓|✓| +|28592|iso-8859-2|Central European (ISO)|||| +|28593|iso-8859-3|Latin 3 (ISO)|||| +|28594|iso-8859-4|Baltic (ISO)|||| +|28595|iso-8859-5|Cyrillic (ISO)|||| +|28596|iso-8859-6|Arabic (ISO)|||| +|28597|iso-8859-7|Greek (ISO)|||| +|28598|iso-8859-8|Hebrew (ISO-Visual)|✓||| +|28599|iso-8859-9|Turkish (ISO)|||| +|28603|iso-8859-13|Estonian (ISO)|||| +|28605|iso-8859-15|Latin 9 (ISO)|||| +|29001|x-Europa|Europa|||| +|38598|iso-8859-8-i|Hebrew (ISO-Logical)|✓||| +|50220|iso-2022-jp|Japanese (JIS)|✓||| +|50221|csISO2022JP|Japanese (JIS-Allow 1 byte Kana)|✓||| +|50222|iso-2022-jp|Japanese (JIS-Allow 1 byte Kana - SO/SI)|✓||| +|50225|iso-2022-kr|Korean (ISO)|✓||| +|50227|x-cp50227|Chinese Simplified (ISO-2022)|✓||| +|51932|euc-jp|Japanese (EUC)|✓||| +|51936|EUC-CN|Chinese Simplified (EUC)|✓||| +|51949|euc-kr|Korean (EUC)|✓||| +|52936|hz-gb-2312|Chinese Simplified (HZ)|✓||| +|54936|GB18030|Chinese Simplified (GB18030)|✓||| +|57002|x-iscii-de|ISCII Devanagari|✓||| +|57003|x-iscii-be|ISCII Bengali|✓||| +|57004|x-iscii-ta|ISCII Tamil|✓||| +|57005|x-iscii-te|ISCII Telugu|✓||| +|57006|x-iscii-as|ISCII Assamese|✓||| +|57007|x-iscii-or|ISCII Oriya|✓||| +|57008|x-iscii-ka|ISCII Kannada|✓||| +|57009|x-iscii-ma|ISCII Malayalam|✓||| +|57010|x-iscii-gu|ISCII Gujarati|✓||| +|57011|x-iscii-pa|ISCII Punjabi|✓||| +|65000|utf-7|Unicode (UTF-7)|✓|✓|| +|65001|utf-8|Unicode (UTF-8)|✓|✓|✓| The following example calls the and methods to get the Greek (Windows) code page encoding. It compares the objects returned by the method calls to show that they are equal, and then maps displays the Unicode code point and the corresponding code page value for each character in the Greek alphabet. @@ -245,37 +248,35 @@ The UTF-16 and the UTF-32 encoders can use the big endian byte order (most significant byte first) or the little endian byte order (least significant byte first). For example, the Latin Capital Letter A (U+0041) is serialized as follows (in hexadecimal): -- UTF-16 big endian byte order: 00 41 +- UTF-16 big endian byte order: 00 41 -- UTF-16 little endian byte order: 41 00 +- UTF-16 little endian byte order: 41 00 -- UTF-32 big endian byte order: 00 00 00 41 +- UTF-32 big endian byte order: 00 00 00 41 -- UTF-32 little endian byte order: 41 00 00 00 +- UTF-32 little endian byte order: 41 00 00 00 It is generally more efficient to store Unicode characters using the native byte order. For example, it is better to use the little endian byte order on little endian platforms, such as Intel computers. The method retrieves an array of bytes that includes the byte order mark (BOM). If this byte array is prefixed to an encoded stream, it helps the decoder to identify the encoding format used. - For more information on byte order and the byte order mark, see The Unicode Standard at the [Unicode home page](https://go.microsoft.com/fwlink/?LinkId=37123). + For more information on byte order and the byte order mark, see The Unicode Standard at the [Unicode home page](https://home.unicode.org/). Note that the encoding classes allow errors to: -- Silently change to a "?" character. +- Silently change to a "?" character. -- Use a "best fit" character. +- Use a "best fit" character. -- Change to an application-specific behavior through use of the and classes with the U+FFFD Unicode replacement character. +- Change to an application-specific behavior through use of the and classes with the U+FFFD Unicode replacement character. You should throw an exception on any data stream error. An app either uses a "throwonerror" flag when applicable or uses the and classes. Best fit fallback is often not recommended because it can cause data loss or confusion and is slower than simple character replacements. For ANSI encodings, the best fit behavior is the default. - - - + ## Examples The following example converts a string from one encoding to another. > [!NOTE] -> The byte[] array is the only type in this example that contains the encoded data. The .NET Char and String types are themselves Unicode, so the call decodes the data back to Unicode. +> The `byte[]` array is the only type in this example that contains the encoded data. The .NET `Char` and `String` types are themselves Unicode, so the call decodes the data back to Unicode. :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.Convert Example/CPP/convert.cpp" id="Snippet1"::: :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.Convert Example/CS/convert.cs" interactive="try-dotnet" id="Snippet1"::: @@ -511,19 +512,17 @@ When selecting the ASCII encoding for your app, consider the following: -- The ASCII encoding is usually appropriate for protocols that require ASCII. +- The ASCII encoding is usually appropriate for protocols that require ASCII. -- If you requires 8-bit encoding (which is sometimes incorrectly referred to as "ASCII"), the UTF-8 encoding is recommended over the ASCII encoding. For the characters 0-7F, the results are identical, but use of UTF-8 avoids data loss by allowing representation of all Unicode characters that are representable. Note that the ASCII encoding has an 8th bit ambiguity that can allow malicious use, but the UTF-8 encoding removes ambiguity about the 8th bit. +- If you requires 8-bit encoding (which is sometimes incorrectly referred to as "ASCII"), the UTF-8 encoding is recommended over the ASCII encoding. For the characters 0-7F, the results are identical, but use of UTF-8 avoids data loss by allowing representation of all Unicode characters that are representable. Note that the ASCII encoding has an 8th bit ambiguity that can allow malicious use, but the UTF-8 encoding removes ambiguity about the 8th bit. -- Prior to the .NET Framework version 2.0, the .NET Framework allowed spoofing by ignoring the 8th bit. Beginning with the .NET Framework 2.0, non-ASCII code points fall back during decoding. +- Prior to .NET Framework version 2.0, .NET Framework allowed spoofing by ignoring the 8th bit. Beginning with .NET Framework 2.0, non-ASCII code points fall back during decoding. The object that is returned by this property might not have the appropriate behavior for your app. It uses replacement fallback to replace each string that it cannot encode and each byte that it cannot decode with a question mark ("?") character. Instead, you can call the method to instantiate an object whose fallback is either an or a , as the following example illustrates. [!code-csharp[System.Text.Encoding.ASCII#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.text.encoding.ascii/cs/encoding.ascii2.cs#1)] [!code-vb[System.Text.Encoding.ASCII#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.text.encoding.ascii/vb/encoding.ascii2.vb#1)] - - ## Examples The following example demonstrates the effect of the ASCII encoding on characters that are outside the ASCII range. @@ -588,9 +587,7 @@ [!code-vb[System.Text.Encoding.BigEndianUnicode#2](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.BigEndianUnicode/VB/bigendianunicode1.vb#2)] The returned object has , , and properties, which yield the name "unicodeFFFE". Although the UTF-16 big endian byte order mark is hexadecimal FEFF, the name "unicodeFFFE" was chosen because the byte order mark appears as hexadecimal FFFE on little endian Windows computers. - - - + ## Examples The following example reads a text file with a UTF-16 encoding using the big endian byte order. @@ -660,8 +657,6 @@ In some cases, the value of the property corresponds to the international standard that defines that encoding. This doesn't mean that the implementation complies in full with that standard. - - ## Examples The following example retrieves the different names for each encoding and displays the encodings with one or more names that are different from . It displays but does not compare against it. @@ -1048,11 +1043,11 @@ ## Remarks The object represents an error handler that is invoked when an encoded byte sequence cannot be decoded into a character. Any one of the following handler types is supported: -- A best-fit fallback handler, which replaces bytes that cannot be decoded with some suitable replacement character. +- A best-fit fallback handler, which replaces bytes that cannot be decoded with some suitable replacement character. -- A replacement fallback handler, which replaces bytes that cannot be decoded with some arbitrary replacement character. .NET includes one replacement fallback handler, , which by default replaces bytes that cannot be decoded with a question mark ("?") character. +- A replacement fallback handler, which replaces bytes that cannot be decoded with some arbitrary replacement character. .NET includes one replacement fallback handler, , which by default replaces bytes that cannot be decoded with a question mark ("?") character. -- An exception fallback handler, which throws an exception when bytes cannot be decoded. .NET includes one exception fallback handler, , which throws a when bytes cannot be decoded. +- An exception fallback handler, which throws an exception when bytes cannot be decoded. .NET includes one exception fallback handler, , which throws a when bytes cannot be decoded. ]]> @@ -1115,11 +1110,11 @@ ## Remarks > [!WARNING] -> Different computers can use different encodings as the default, and the default encoding can change on a single computer. If you use the encoding to encode and decode data streamed between computers or retrieved at different times on the same computer, it may translate that data incorrectly. In addition, the encoding returned by the property uses best-fit fallback to map unsupported characters to characters supported by the code page. For these reasons, using the default encoding is not recommended. To ensure that encoded bytes are decoded properly, you should use a Unicode encoding, such as or . You could also use a higher-level protocol to ensure that the same format is used for encoding and decoding. +> Different computers can use different encodings as the default, and the default encoding can change on a single computer. If you use the encoding to encode and decode data streamed between computers or retrieved at different times on the same computer, it may translate that data incorrectly. In addition, the encoding returned by the property uses best-fit fallback to map unsupported characters to characters supported by the code page. For these reasons, using the default encoding is not recommended. To ensure that encoded bytes are decoded properly, you should use a Unicode encoding, such as or . You could also use a higher-level protocol to ensure that the same format is used for encoding and decoding. -### The Default property in the .NET Framework +### The Default property in .NET Framework -In the .NET Framework on the Windows desktop, the property always gets the system's active code page and creates a object that corresponds to it. The active code page may be an ANSI code page, which includes the ASCII character set along with additional characters that vary by code page. Because all encodings based on ANSI code pages lose data, consider using the encoding instead. UTF-8 is often identical in the U+00 to U+7F range, but can encode characters outside the ASCII range without loss. +In .NET Framework on the Windows desktop, the property always gets the system's active code page and creates a object that corresponds to it. The active code page may be an ANSI code page, which includes the ASCII character set along with additional characters that vary by code page. Because all encodings based on ANSI code pages lose data, consider using the encoding instead. UTF-8 is often identical in the U+00 to U+7F range, but can encode characters outside the ASCII range without loss. ## The Default property on .NET Core @@ -1181,11 +1176,11 @@ On .NET Core, the property always returns ## Remarks The object represents an error handler that is invoked when a character cannot be converted into an encoded byte sequence. Any one of the following handler types is supported: -- A best-fit fallback handler, which replaces characters that cannot be encoded with some suitable replacement character. +- A best-fit fallback handler, which replaces characters that cannot be encoded with some suitable replacement character. -- A replacement fallback handler, which replaces characters that cannot be encoded with some arbitrary replacement character. .NET includes one replacement fallback handler, , which by default replaces characters that cannot be encoded with a question mark ("?") character. +- A replacement fallback handler, which replaces characters that cannot be encoded with some arbitrary replacement character. .NET includes one replacement fallback handler, , which by default replaces characters that cannot be encoded with a question mark ("?") character. -- An exception fallback handler, which throws an exception when characters cannot be encoded. .NET includes one exception fallback handler, , which throws an when characters cannot be decoded. +- An exception fallback handler, which throws an exception when characters cannot be encoded. .NET includes one exception fallback handler, , which throws an when characters cannot be decoded. ]]> @@ -1239,8 +1234,6 @@ On .NET Core, the property always returns ## Remarks The property is intended for display. To find a name that can be passed to the method, use the property. - - ## Examples The following example retrieves the different names for each encoding and displays the encodings with one or more names that are different from . It displays but does not compare against it. @@ -1305,8 +1298,6 @@ On .NET Core, the property always returns ## Remarks Two instances of are considered equal if they correspond to the same code page and their `EncoderFallback` and `DecoderFallback` objects are equal. In particular, derived code pages all have a code page of 0 and their fallbacks are normally `null` (`Nothing` in Visual Basic .NET). Thus they are all considered equal to one another. One consequence is that when is used to populate a hash table, all derived encodings compare equal and fall into the same hash table slot. - - ## Examples The following example gets two instances of the same encoding (one by codepage and another by name), and checks their equality. @@ -1382,17 +1373,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. - -- If your app handles string inputs, you should use the string versions of the method. - -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- If your app must convert a large amount of data, you should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app handles string inputs, you should use the string versions of the method. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, you should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes. @@ -1459,11 +1448,12 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- If your app handles span of characters inputs, the span version of is recommended. +- If your app handles span of characters inputs, the span version of is recommended. + +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output span buffer is too small. For continuous encoding of a stream, this method is often the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output span buffer is too small. For continuous encoding of a stream, this method is often the best choice. ]]> @@ -1520,17 +1510,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. - -- If your app handles string inputs, the string version of is recommended. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app handles string inputs, the string version of is recommended. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a string or a range in the string, encodes the characters, and displays the resulting bytes. @@ -1618,15 +1606,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some considerations for using these methods: -- Your app may need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. +- Your app may need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- If your app handles string inputs, you should use the string version of the method. +- If your app handles string inputs, you should use the string version of the method. -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ]]> @@ -1700,17 +1688,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. - -- If your app handles string inputs, the string version of is recommended. - -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app handles string inputs, the string version of is recommended. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode three characters from a character array, encodes the characters, and displays the resulting bytes. @@ -1788,16 +1774,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. -- If your app handles string inputs, the string version of is recommended. +- If your app handles string inputs, the string version of is recommended. -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode three characters from a character array, encodes the characters, and displays the resulting bytes. @@ -1872,17 +1857,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) - -- If your app handles string inputs, you should call the string version of the method. - -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app handles string inputs, you should call the string version of the method. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes. @@ -1957,17 +1940,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- If your app handles string inputs, you should use the string version of . +- If your app handles string inputs, you should use the string version of . -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. - -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a string or a range in the string, encodes the characters, and displays the resulting bytes. @@ -2036,13 +2017,13 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- If your app handles string inputs, you should use the string version of . +- If your app handles string inputs, you should use the string version of . -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ]]> @@ -2110,17 +2091,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) - -- If your app handles string inputs, you should use the string version of . +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app handles string inputs, you should use the string version of . -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode three characters from a character array, encodes the characters, and displays the resulting bytes. @@ -2198,16 +2177,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) - -- If your app handles string inputs, you should use the string version of . +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app handles string inputs, you should use the string version of . -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a string or a range in the string, encodes the characters, and displays the resulting bytes. @@ -2291,15 +2269,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- If your app handles string inputs, you should use the string version of . +- If your app handles string inputs, you should use the string version of . -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ]]> @@ -2385,17 +2363,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) - -- If your app handles string inputs, you should use the string version of . +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app handles string inputs, you should use the string version of . -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode three characters from a character array, encodes the characters, and displays the resulting bytes. @@ -2496,17 +2472,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) - -- If your app handles string inputs, you should use the string version of . - -- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to encode many input characters to a code page and process the characters using multiple calls. In this case, you probably need to maintain state between calls, taking into account the state that is persisted by the object being used. (For example, a character sequence that includes surrogate pairs might end with a high surrogate. The will remember that high surrogate so that it can be combined with a low surrogate at the beginning of a following call. won't be able to maintain the state, so the character will be sent to the .) -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- If your app handles string inputs, you should use the string version of . -- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. +- The Unicode character buffer version of allows some fast techniques, particularly with multiple calls using the object or inserting into existing buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports byte arrays is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible, and does throw an exception if the output buffer is too small. For continuous encoding of a stream, this method is often the best choice. ## Examples The following example determines the number of bytes required to encode a string or a range in the string, encodes the characters, and displays the resulting bytes. @@ -2607,17 +2581,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. -- If your app handles string outputs, you should use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, you should use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. - -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ## Examples The following example encodes a string into an array of bytes, and then decodes the bytes into an array of characters. @@ -2684,13 +2656,13 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ]]> @@ -2761,15 +2733,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ]]> @@ -2843,17 +2815,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. - -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ## Examples The following example converts a string from one encoding to another. @@ -2955,17 +2925,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) - -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. - -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ## Examples The following example encodes a string into an array of bytes, and then decodes the bytes into an array of characters. @@ -3037,15 +3005,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ]]> @@ -3112,17 +3080,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) - -- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. - -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ## Examples The following example encodes a string into an array of bytes, and then decodes a range of the bytes into an array of characters. @@ -3228,15 +3194,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) -- If your app handles string outputs, the method is recommended. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, the method is recommended. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ]]> @@ -3328,17 +3294,15 @@ On .NET Core, the property always returns Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) -- If your app handles string outputs, the method is recommended. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. +- If your app handles string outputs, the method is recommended. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. - -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - -- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. +- The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. +- Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. ## Examples The following example converts a string from one encoding to another. @@ -3552,7 +3516,7 @@ On .NET Core, the property always returns - The code page identifier of the preferred encoding. Possible values are listed in the Code Page column of the table that appears in the class topic. + The code page identifier of the preferred encoding. For a list of possible values, see . -or- @@ -3565,28 +3529,27 @@ On .NET Core, the property always returns ## Remarks The fallback handler depends on the encoding type of `codepage`. If `codepage` is a code page or double-byte character set (DBCS) encoding, a best-fit fallback handler is used. Otherwise, a replacement fallback handler is used. These fallback handlers may not be appropriate for your app. To specify the fallback handler used by the encoding specified by `codepage`, you can call the overload. - In the .NET Framework, the method relies on the underlying platform to support most code pages. However, the .NET Framework natively supports some encodings. For a list of code pages, see the class topic. In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. + In .NET Framework, the method relies on the underlying platform to support most code pages. However, .NET Framework natively supports some encodings. For a list of code pages, see [List of encodings](/dotnet/api/system.text.encoding#list-of-encodings). In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. - In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of the .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. + In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. You can also supply a value of 0 for the `codepage` argument. Its precise behavior depends on whether any encodings have been made available by registering an object: - If one or more encoding providers have been registered, it returns the encoding of the last registered provider that has chosen to return a encoding when the method is passed a `codepage` argument of 0. -- On the .NET Framework, if no encoding provider has been registered, if the is the registered encoding provider, or if no registered encoding provider handles a `codepage` value of 0, it returns the operating system's active code page. To determine the active code page on Windows systems, call the Windows [GetACP](https://msdn.microsoft.com/library/windows/desktop/dd318070.aspx) function from the .NET Framework on the Windows desktop. +- On .NET Framework, if no encoding provider has been registered, if the is the registered encoding provider, or if no registered encoding provider handles a `codepage` value of 0, it returns the operating system's active code page. To determine the active code page on Windows systems, call the Windows [GetACP](/windows/win32/api/winnls/nf-winnls-getacp) function from .NET Framework on the Windows desktop. - On .NET Core, if no encoding provider has been registered or if no registered encoding provider handles a `codepage` value of 0, it returns the . > [!NOTE] -> Some unsupported code pages cause an to be thrown, whereas others cause a . Therefore, your code must catch all exceptions indicated in the Exceptions section. +> - Some unsupported code pages cause an to be thrown, whereas others cause a . Therefore, your code must catch all exceptions indicated in the Exceptions section. +> - In .NET 5.0 and later versions, the code page identifier `65000`, which represents UTF-7, is not supported. > [!NOTE] -> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For this reason, if the active code page is an ANSI code page, encoding and decoding data using the default code page returned by `Encoding.GetEncoding(0)` is not recommended. For the most consistent results, you should use a Unicode encoding, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. +> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For this reason, if the active code page is an ANSI code page, encoding and decoding data using the default code page returned by `Encoding.GetEncoding(0)` is not recommended. For the most consistent results, you should use a Unicode encoding, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. returns a cached instance with default settings. You should use the constructors of derived classes to get an instance with different settings. For example, the class provides a constructor that lets you enable error detection. - - ## Examples The following example gets two instances of the same encoding (one by code page and another by name), and checks their equality. @@ -3654,22 +3617,23 @@ You can also supply a value of 0 for the `codepage` argument. Its precise behavi - The code page name of the preferred encoding. Any value returned by the property is valid. Possible values are listed in the Name column of the table that appears in the class topic. + The code page name of the preferred encoding. Any value returned by the property is valid. For a list of possible values, see . Returns the encoding associated with the specified code page name. - The encoding associated with the specified code page. + The encoding associated with the specified code page. overload. -In the .NET Framework, the method relies on the underlying platform to support most code pages. However, the .NET Framework natively supports some encodings. For a list of code pages, see the class topic. In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. +In .NET Framework, the method relies on the underlying platform to support most code pages. However, .NET Framework natively supports some encodings. For a list of code pages, see [List of encodings](/dotnet/api/system.text.encoding#list-of-encodings). In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. - In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of the .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. + In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. -> [!NOTE] -> The ANSI code pages can be different on different computers, or can be changed for a single computer, leading to data corruption. For the most consistent results, you should use Unicode, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. +In .NET 5.0 and later versions, the code page name `utf-7` is not supported. +> [!NOTE] +> The ANSI code pages can be different on different computers, or they can be changed for a single computer, leading to data corruption. For the most consistent results, use Unicode, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. returns a cached instance with default settings. You should use the constructors of derived classes to get an instance with different settings. For example, the class provides a constructor that lets you enable error detection. @@ -3739,7 +3703,7 @@ In the .NET Framework, the method rel - The code page identifier of the preferred encoding. Possible values are listed in the Code Page column of the table that appears in the class topic. + The code page identifier of the preferred encoding. For a list of possible values, see . -or- @@ -3754,29 +3718,28 @@ In the .NET Framework, the method rel ## Remarks > [!NOTE] -> Some unsupported code pages cause the exception to be thrown, whereas others cause . Therefore, your code must catch all exceptions indicated in the Exceptions section. +> - Some unsupported code pages cause the exception to be thrown, whereas others cause . Therefore, your code must catch all exceptions indicated in the Exceptions section. +> - In .NET 5.0 and later versions, the code page identifier `65000`, which represents UTF-7, is not supported. -In the .NET Framework, the method relies on the underlying platform to support most code pages. However, the .NET Framework natively supports some encodings. For a list of code pages, see the class topic. In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. +In .NET Framework, the method relies on the underlying platform to support most code pages. However, .NET Framework natively supports some encodings. For a list of code pages, see [List of encodings](/dotnet/api/system.text.encoding#list-of-encodings). In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. - In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of the .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. + In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. You can also supply a value of 0 for the `codepage` argument. Its precise behavior depends on whether any encodings have been made available by registering an object: - If one or more encoding providers have been registered, it returns the encoding of the last registered provider that has chosen to return a encoding when the method is passed a `codepage` argument of 0. -- On the .NET Framework, if no encoding provider has been registered, if the is the registered encoding provider, or if no registered encoding provider handles a `codepage` value of 0, it returns the active code page. +- On .NET Framework, if no encoding provider has been registered, if the is the registered encoding provider, or if no registered encoding provider handles a `codepage` value of 0, it returns the active code page. - On .NET Core, if no encoding provider has been registered or if no registered encoding provider handles a `codepage` value of 0, it returns the encoding. > [!NOTE] -> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For this reason, if the active code page is an ANSI code page, encoding and decoding data using the default code page returned by `Encoding.GetEncoding(0)` is not recommended. For the most consistent results, you should use Unicode, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. +> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For this reason, if the active code page is an ANSI code page, encoding and decoding data using the default code page returned by `Encoding.GetEncoding(0)` is not recommended. For the most consistent results, you should use Unicode, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. - To get the encoding associated with the active code page, you can either supply a value of 0 for the `codepage` argument or, if your code is running on the .NET Framework on the Windows desktop, retrieve the value of the property. To determine the current active code page, call the Windows [GetACP](https://msdn.microsoft.com/library/windows/desktop/dd318070.aspx) function from the .NET Framework on the Windows desktop. + To get the encoding associated with the active code page, you can either supply a value of 0 for the `codepage` argument or, if your code is running on .NET Framework on the Windows desktop, retrieve the value of the property. To determine the current active code page, call the Windows [GetACP](/windows/win32/api/winnls/nf-winnls-getacp) function from .NET Framework on the Windows desktop. returns a cached instance with default settings. You should use the constructors of derived classes to get an instance with different settings. For example, the class provides a constructor that lets you enable error detection. - - ## Examples The following example demonstrates the method. @@ -3854,17 +3817,17 @@ You can also supply a value of 0 for the `codepage` argument. Its precise behavi ## Remarks -In the .NET Framework, the method relies on the underlying platform to support most code pages. However, the .NET Framework natively supports some encodings. For a list of code pages, see the class topic. In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. +In .NET Framework, the method relies on the underlying platform to support most code pages. However, .NET Framework natively supports some encodings. For a list of code pages, see [List of encodings](/dotnet/api/system.text.encoding#list-of-encodings). In .NET Core, the method returns the encodings natively supported by .NET Core. On both .NET implementations, you can call the method to get an array of objects that contains information about all available encodings. - In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of the .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. + In addition to the encodings that are natively available on .NET Core or that are intrinsically supported on a specific platform version of .NET Framework, the method returns any additional encodings that are made available by registering an object. If the same encoding has been registered by multiple objects, this method returns the last one registered. + +In .NET 5.0 and later versions, the code page name `utf-7` is not supported. > [!NOTE] -> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For the most consistent results, you should use a Unicode encoding, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. +> The ANSI code pages can be different on different computers and can change on a single computer, leading to data corruption. For the most consistent results, you should use a Unicode encoding, such as UTF-8 (code page 65001) or UTF-16, instead of a specific code page. returns a cached instance with default settings. You should use the constructors of derived classes to get an instance with different settings. For example, the class provides a constructor that lets you enable error detection. - - ## Examples The following example demonstrates the method. @@ -3926,21 +3889,19 @@ In the .NET Framework, the method rel class topic. + This method returns a list of supported encodings, uniquely distinguished by code page. For a table that lists the supported encodings, see . > [!NOTE] -> The list of supported encodings returned by the method does not include any additional encodings made available by any implementations that were registered by calls to the method. +> The list of supported encodings returned by the method does not include any additional encodings made available by any implementations that were registered by calls to the method. - On the .NET Framework, encodings 50220 and 50222 are both associated with the name "iso-2022-jp", but they are not identical. Encoding 50220 converts half-width Katakana characters to full-width Katakana characters, whereas encoding 50222 uses a shift-in/shift-out sequence to encode half-width Katakana characters. The display name for encoding 50222 is "Japanese (JIS-Allow 1 byte Kana - SO/SI)" to distinguish it from encoding 50220, which has the display name "Japanese (JIS)". + On .NET Framework, encodings 50220 and 50222 are both associated with the name "iso-2022-jp", but they are not identical. Encoding 50220 converts half-width Katakana characters to full-width Katakana characters, whereas encoding 50222 uses a shift-in/shift-out sequence to encode half-width Katakana characters. The display name for encoding 50222 is "Japanese (JIS-Allow 1 byte Kana - SO/SI)" to distinguish it from encoding 50220, which has the display name "Japanese (JIS)". - If you request the encoding name "iso-2022-jp", the .NET Framework returns encoding 50220. However, the encoding that is appropriate for your app depends on the preferred treatment of the half-width Katakana characters. + If you request the encoding name "iso-2022-jp", .NET Framework returns encoding 50220. However, the encoding that is appropriate for your app depends on the preferred treatment of the half-width Katakana characters. - To get a specific encoding, you should use the method. + To get a specific encoding, use the method. is sometimes used to present the user with a list of encodings in a File **Save as** dialog box. However, many non-Unicode encodings are either incomplete and translate many characters to "?", or have subtly different behavior on different platforms. Consider using UTF-8 or UTF-16 as the default. - - ## Examples The following example checks the values of the Boolean properties of each encoding. @@ -4056,9 +4017,7 @@ In the .NET Framework, the method rel Note that considers potential leftover surrogates from a previous decoder operation. Because of the decoder, passing a value of 1 to the method retrieves 2 for a single-byte encoding, such as ASCII. You should use the property if this information is necessary. > [!NOTE] -> `GetMaxByteCount(N)` is not necessarily the same value as `N* GetMaxByteCount(1)`. - - +> `GetMaxByteCount(N)` is not necessarily the same value as `N* GetMaxByteCount(1)`. ## Examples The following example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes. @@ -4143,9 +4102,7 @@ In the .NET Framework, the method rel Note that considers the worst case for leftover bytes from a previous encoder operation. For most code pages, passing a value of 0 to this method retrieves values greater than or equal to 1. > [!NOTE] -> `GetMaxCharCount(N)` is not necessarily the same value as `N* GetMaxCharCount(1)`. - - +> `GetMaxCharCount(N)` is not necessarily the same value as `N* GetMaxCharCount(1)`. ## Examples The following example encodes a string into an array of bytes, and then decodes the bytes into an array of characters. @@ -4223,15 +4180,15 @@ In the .NET Framework, the method rel The Unicode byte order mark (BOM) is serialized as follows (in hexadecimal): -- UTF-8: EF BB BF +- UTF-8: EF BB BF -- UTF-16 big endian byte order: FE FF +- UTF-16 big endian byte order: FE FF -- UTF-16 little endian byte order: FF FE +- UTF-16 little endian byte order: FF FE -- UTF-32 big endian byte order: 00 00 FE FF +- UTF-32 big endian byte order: 00 00 FE FF -- UTF-32 little endian byte order: FF FE 00 00 +- UTF-32 little endian byte order: FF FE 00 00 You should use the BOM, because it provides nearly certain identification of an encoding for files that otherwise have lost reference to the object, for example, untagged or improperly tagged web data or random text files stored when a business did not have international concerns or other data. Often user problems might be avoided if data is consistently and properly tagged, preferably in UTF-8 or UTF-16. @@ -4239,12 +4196,10 @@ In the .NET Framework, the method rel There are some disadvantages to using a BOM. For example, knowing how to limit the database fields that use a BOM can be difficult. Concatenation of files can be a problem also, for example, when files are merged in such a way that an unnecessary character can end up in the middle of data. In spite of the few disadvantages, however, the use of a BOM is highly recommended. - For more information on byte order and the byte order mark, see The Unicode Standard at the [Unicode home page](https://go.microsoft.com/fwlink/?LinkId=37123). + For more information on byte order and the byte order mark, see The Unicode Standard at the [Unicode home page](https://home.unicode.org/). > [!CAUTION] -> To ensure that the encoded bytes are decoded properly, you should prefix encoded bytes with a preamble. However, most encodings do not provide a preamble. To ensure that the encoded bytes are decoded properly, you should use a Unicode encoding, that is, , , or , with a preamble. - - +> To ensure that the encoded bytes are decoded properly, you should prefix encoded bytes with a preamble. However, most encodings do not provide a preamble. To ensure that the encoded bytes are decoded properly, you should use a Unicode encoding, that is, , , or , with a preamble. ## Examples The following example determines the byte order of the encoding based on the preamble. @@ -4317,8 +4272,6 @@ In the .NET Framework, the method rel Note that the precise behavior of the method for a particular implementation depends on the fallback strategy defined for that object. For more information, see the "Choosing a Fallback Strategy" section of the [Character Encoding in .NET](/dotnet/standard/base-types/character-encoding) topic. - - ## Examples The following example reads a UTF-8 encoded string from a binary file represented by a object. For files that are smaller than 2,048 bytes, it reads the contents of the entire file into a byte array and calls the method to perform the decoding. For larger files, it reads 2,048 bytes at a time into a byte array, calls the method to determine how many characters are contained in the array, and then calls the method to perform the decoding. @@ -4327,7 +4280,7 @@ In the .NET Framework, the method rel The example uses the following text, which should be saved to a UTF-8 encoded file named Utf8Example.txt. -``` +```txt This is a UTF-8-encoded file that contains primarily Latin text, although it does list the first twelve letters of the Russian (Cyrillic) alphabet: @@ -4543,8 +4496,6 @@ The goal is to save this file, then open and decode it as a binary stream. See the Remarks section of the reference topic for a discussion of decoding techniques and considerations. - - ## Examples The following example reads a UTF-8 encoded string from a binary file that is represented by a object. For files that are smaller than 2,048 bytes, it reads the contents of the entire file into a byte array and calls the method to perform the decoding. For larger files, it reads 2,048 bytes at a time into a byte array, calls the method to determine how many characters are contained in the array, and then calls the method to perform the decoding. @@ -4553,7 +4504,7 @@ The goal is to save this file, then open and decode it as a binary stream. The example uses the following text, which should be saved to a UTF-8 encoded file named Utf8Example.txt. -``` +```txt This is a UTF-8-encoded file that contains primarily Latin text, although it does list the first twelve letters of the Russian (Cyrillic) alphabet: @@ -4636,8 +4587,6 @@ The goal is to save this file, then open and decode it as a binary stream. Note that returns the name to use to describe an encoding. The property defines a different encoding that might work better for an email application, for example. However, use of the property to define the encoding is not recommended. - - ## Examples The following example retrieves the different names for each encoding and displays the encodings with one or more names that are different from . It displays but does not compare against it. @@ -5077,9 +5026,7 @@ The goal is to save this file, then open and decode it as a binary stream. For a single-byte encoding, for example, , this property retrieves `true`. > [!CAUTION] -> You should be careful in what your application does with the value for . An assumption of how an Encoding will proceed may still be wrong. For example, Windows-1252 has a value of `true` for , but Encoding.GetMaxByteCount(1) returns 2. This is because the method considers potential leftover surrogates from a previous decoder operation. - - +> You should be careful in what your application does with the value for . An assumption of how an Encoding will proceed may still be wrong. For example, Windows-1252 has a value of `true` for , but Encoding.GetMaxByteCount(1) returns 2. This is because the method considers potential leftover surrogates from a previous decoder operation. ## Examples The following example checks the values of the Boolean properties of each encoding. @@ -5161,15 +5108,15 @@ The goal is to save this file, then open and decode it as a binary stream. The Unicode byte order mark (BOM) is serialized as follows (in hexadecimal): -- UTF-8: EF BB BF +- UTF-8: EF BB BF -- UTF-16 big endian byte order: FE FF +- UTF-16 big endian byte order: FE FF -- UTF-16 little endian byte order: FF FE +- UTF-16 little endian byte order: FF FE -- UTF-32 big endian byte order: 00 00 FE FF +- UTF-32 big endian byte order: 00 00 FE FF -- UTF-32 little endian byte order: FF FE 00 00 +- UTF-32 little endian byte order: FF FE 00 00 You should use the BOM, because it provides nearly certain identification of an encoding for files that otherwise have lost reference to the object, for example, untagged or improperly tagged web data or random text files stored when a business did not have international concerns or other data. Often user problems might be avoided if data is consistently and properly tagged, preferably in UTF-8 or UTF-16. @@ -5180,7 +5127,7 @@ The goal is to save this file, then open and decode it as a binary stream. For more information on byte order and the byte order mark, see The Unicode Standard at the [Unicode home page](https://home.unicode.org/). > [!CAUTION] -> To ensure that the encoded bytes are decoded properly, you should prefix encoded bytes with a preamble. However, most encodings do not provide a preamble. To ensure that the encoded bytes are decoded properly, you should use a Unicode encoding, that is, , , or , with a preamble. +> To ensure that the encoded bytes are decoded properly, you should prefix encoded bytes with a preamble. However, most encodings do not provide a preamble. To ensure that the encoded bytes are decoded properly, you should use a Unicode encoding, that is, , , or , with a preamble. ]]> @@ -5242,7 +5189,7 @@ Registering an encoding provider by using the method overloads is passed an argument of `0`. The provider can also choose to not return an encoding by having the method return `null`. -Starting with the .NET Framework 4.6, the .NET Framework includes one encoding provider, , that makes the encodings available that are present in the full .NET Framework but are not available in the Universal Windows Platform. By default, the Universal Windows Platform only supports the Unicode encodings, ASCII, and code page 28591. +Starting with .NET Framework 4.6, .NET Framework includes one encoding provider, , that makes the encodings available that are present in the full .NET Framework but are not available in the Universal Windows Platform. By default, the Universal Windows Platform only supports the Unicode encodings, ASCII, and code page 28591. If the same encoding provider is used in multiple calls to the method, only the first method call registers the provider. Subsequent calls are ignored. @@ -5304,15 +5251,12 @@ Starting with the .NET Framework 4.6, the .NET Framework includes one encoding p object that is returned by this property may not have the appropriate behavior for your app. It uses replacement fallback to replace each string that it cannot encode and each byte that it cannot decode with a question mark ("?") character. Instead, you can call the constructor to instantiate a little endian object whose fallback is either an or a , as the following example illustrates. [!code-csharp[System.Text.Encoding.Unicode#2](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.text.encoding.unicode/cs/unicode1.cs#2)] [!code-vb[System.Text.Encoding.Unicode#2](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.text.encoding.unicode/vb/unicode1.vb#2)] - - - ## Examples The following example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes. @@ -5373,12 +5317,10 @@ Starting with the .NET Framework 4.6, the .NET Framework includes one encoding p [!code-csharp[System.Text.Encoding.UTF32#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.text.encoding.utf32/cs/encoding.utf32.1.cs#1)] [!code-vb[System.Text.Encoding.UTF32#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.text.encoding.utf32/vb/encoding.utf32.1.vb#1)] - For a discussion of little endian byte order, see the class topic. + For a discussion of little endian byte order, see . For information about the encodings supported by .NET and a discussion of which Unicode encoding to use, see [Character Encoding in .NET](/dotnet/standard/base-types/character-encoding). - - ## Examples The following example determines the number of bytes required to encode a character array, encodes the characters, and displays the resulting bytes. @@ -5436,9 +5378,7 @@ Starting with the .NET Framework 4.6, the .NET Framework includes one encoding p object that is returned by this property might not have the appropriate behavior for your app. -- It returns a object that provides a Unicode byte order mark (BOM). To instantiate a UTF8 encoding that doesn't provide a BOM, call any overload of the constructor. +- It returns a object that provides a Unicode byte order mark (BOM). To instantiate a UTF8 encoding that doesn't provide a BOM, call any overload of the constructor. -- It returns a object that uses replacement fallback to replace each string that it can't encode and each byte that it can't decode with a question mark ("?") character. Instead, you can call the constructor to instantiate a object whose fallback is either an or a , as the following example illustrates. +- It returns a object that uses replacement fallback to replace each string that it can't encode and each byte that it can't decode with a question mark ("?") character. Instead, you can call the constructor to instantiate a object whose fallback is either an or a , as the following example illustrates. :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.text.encoding.utf8/cs/encoding.utf8.1.cs" interactive="try-dotnet" id="Snippet1"::: :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.text.encoding.utf8/vb/encoding.utf8.1.vb" id="Snippet1"::: - - ## Examples The following example defines an array that consists of the following characters: -- LATIN SMALL LETTER Z (U+007A) +- LATIN SMALL LETTER Z (U+007A) -- LATIN SMALL LETTER A (U+0061) +- LATIN SMALL LETTER A (U+0061) -- COMBINING BREVE (U+0306) +- COMBINING BREVE (U+0306) -- LATIN SMALL LETTER AE WITH ACUTE (U+01FD) +- LATIN SMALL LETTER AE WITH ACUTE (U+01FD) -- GREEK SMALL LETTER BETA (U+03B2) +- GREEK SMALL LETTER BETA (U+03B2) -- A surrogate pair (U+D800 U+DD54) that forms GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS (U+10154). +- A surrogate pair (U+D800 U+DD54) that forms GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS (U+10154). It displays the UTF-16 code units of each character and determines the number of bytes required by a UTF-8 encoder to encode the character array. It then encodes the characters and displays the resulting UTF-8-encoded bytes. @@ -5602,8 +5540,6 @@ Starting with the .NET Framework 4.6, the .NET Framework includes one encoding p The is the same as the returned by . Some of the web names are duplicates; see the remarks for for more information. - - ## Examples The following example includes the in an HTML header. @@ -5667,8 +5603,6 @@ Starting with the .NET Framework 4.6, the .NET Framework includes one encoding p ## Remarks This property is provided for compatibility with the Windows MultiLanguage (MLang) APIs, for example, in determining font families. For globalization, using one of the Unicode encodings is recommended instead. It is also recommended to use instead of to identify the code page. - - ## Examples The following example determines the Windows code page that most closely corresponds to each encoding. diff --git a/xml/System/_AppDomain.xml b/xml/System/_AppDomain.xml index 87ca8fff88b..6d59ddf5fef 100644 --- a/xml/System/_AppDomain.xml +++ b/xml/System/_AppDomain.xml @@ -1785,6 +1785,7 @@ An array of type containing the raw bytes representing the symbols for the assembly. Provides COM objects with version-independent access to the method overload. The loaded assembly. + To be added. @@ -1890,6 +1891,7 @@ Evidence for loading the assembly. Provides COM objects with version-independent access to the method overload. The loaded assembly. + To be added.