Skip to content

Commit 792c515

Browse files
authored
CI Update - .NET 7 Preview 4 assemblies (dotnet#8122)
1 parent 7350f1f commit 792c515

File tree

262 files changed

+43281
-11091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+43281
-11091
lines changed

xml/FrameworksIndex/dotnet-plat-ext-7.0.xml

Lines changed: 90 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<Assembly Name="System.DirectoryServices.Protocols" Version="4.0.0.0" />
6868
<Assembly Name="System.Drawing.Common" Version="7.0.0.0" />
6969
<Assembly Name="System.Formats.Cbor" Version="7.0.0.0" />
70+
<Assembly Name="System.IO.Hashing" Version="7.0.0.0" />
7071
<Assembly Name="System.IO.Packaging" Version="7.0.0.0" />
7172
<Assembly Name="System.IO.Pipelines" Version="7.0.0.0" />
7273
<Assembly Name="System.IO.Ports" Version="7.0.0.0" />
@@ -213,6 +214,7 @@
213214
</Type>
214215
<Type Name="Microsoft.Extensions.Caching.Memory.IMemoryCache" Id="T:Microsoft.Extensions.Caching.Memory.IMemoryCache">
215216
<Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)" />
217+
<Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics" />
216218
<Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)" />
217219
<Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)" />
218220
</Type>
@@ -225,6 +227,7 @@
225227
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose" />
226228
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)" />
227229
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize" />
230+
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics" />
228231
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)" />
229232
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)" />
230233
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count" />
@@ -257,6 +260,14 @@
257260
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions&lt;Microsoft#Extensions#Caching#Memory#MemoryCacheOptions&gt;#Value" />
258261
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit" />
259262
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries" />
263+
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics" />
264+
</Type>
265+
<Type Name="Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics" Id="T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics">
266+
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor" />
267+
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount" />
268+
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize" />
269+
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits" />
270+
<Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses" />
260271
</Type>
261272
<Type Name="Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions" Id="T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions">
262273
<Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor" />
@@ -286,6 +297,7 @@
286297
<Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load" />
287298
<Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)" />
288299
<Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)" />
300+
<Member Id="P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration" />
289301
</Type>
290302
<Type Name="Microsoft.Extensions.Configuration.ChainedConfigurationSource" Id="T:Microsoft.Extensions.Configuration.ChainedConfigurationSource">
291303
<Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor" />
@@ -833,6 +845,7 @@
833845
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator" />
834846
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
835847
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
848+
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly" />
836849
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
837850
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)" />
838851
<Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection&lt;Microsoft#Extensions#DependencyInjection#ServiceDescriptor&gt;#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
@@ -14364,6 +14377,72 @@
1436414377
<Member Id="P:System.IO.FileFormatException.SourceUri" />
1436514378
</Type>
1436614379
</Namespace>
14380+
<Namespace Name="System.IO.Hashing">
14381+
<Type Name="System.IO.Hashing.Crc32" Id="T:System.IO.Hashing.Crc32">
14382+
<Member Id="M:System.IO.Hashing.Crc32.#ctor" />
14383+
<Member Id="M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})" />
14384+
<Member Id="M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})" />
14385+
<Member Id="M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})" />
14386+
<Member Id="M:System.IO.Hashing.Crc32.Hash(System.Byte[])" />
14387+
<Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})" />
14388+
<Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
14389+
<Member Id="M:System.IO.Hashing.Crc32.Reset" />
14390+
<Member Id="M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
14391+
</Type>
14392+
<Type Name="System.IO.Hashing.Crc64" Id="T:System.IO.Hashing.Crc64">
14393+
<Member Id="M:System.IO.Hashing.Crc64.#ctor" />
14394+
<Member Id="M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})" />
14395+
<Member Id="M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})" />
14396+
<Member Id="M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})" />
14397+
<Member Id="M:System.IO.Hashing.Crc64.Hash(System.Byte[])" />
14398+
<Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})" />
14399+
<Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
14400+
<Member Id="M:System.IO.Hashing.Crc64.Reset" />
14401+
<Member Id="M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
14402+
</Type>
14403+
<Type Name="System.IO.Hashing.NonCryptographicHashAlgorithm" Id="T:System.IO.Hashing.NonCryptographicHashAlgorithm">
14404+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)" />
14405+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])" />
14406+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)" />
14407+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})" />
14408+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)" />
14409+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash" />
14410+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})" />
14411+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})" />
14412+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset" />
14413+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})" />
14414+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})" />
14415+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode" />
14416+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset" />
14417+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)" />
14418+
<Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)" />
14419+
<Member Id="P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes" />
14420+
</Type>
14421+
<Type Name="System.IO.Hashing.XxHash32" Id="T:System.IO.Hashing.XxHash32">
14422+
<Member Id="M:System.IO.Hashing.XxHash32.#ctor" />
14423+
<Member Id="M:System.IO.Hashing.XxHash32.#ctor(System.Int32)" />
14424+
<Member Id="M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})" />
14425+
<Member Id="M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})" />
14426+
<Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[])" />
14427+
<Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)" />
14428+
<Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)" />
14429+
<Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)" />
14430+
<Member Id="M:System.IO.Hashing.XxHash32.Reset" />
14431+
<Member Id="M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)" />
14432+
</Type>
14433+
<Type Name="System.IO.Hashing.XxHash64" Id="T:System.IO.Hashing.XxHash64">
14434+
<Member Id="M:System.IO.Hashing.XxHash64.#ctor" />
14435+
<Member Id="M:System.IO.Hashing.XxHash64.#ctor(System.Int64)" />
14436+
<Member Id="M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})" />
14437+
<Member Id="M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})" />
14438+
<Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[])" />
14439+
<Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)" />
14440+
<Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)" />
14441+
<Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)" />
14442+
<Member Id="M:System.IO.Hashing.XxHash64.Reset" />
14443+
<Member Id="M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)" />
14444+
</Type>
14445+
</Namespace>
1436714446
<Namespace Name="System.IO.Packaging">
1436814447
<Type Name="System.IO.Packaging.CompressionOption" Id="T:System.IO.Packaging.CompressionOption">
1436914448
<Member Id="F:System.IO.Packaging.CompressionOption.Fast" />
@@ -16300,18 +16379,22 @@
1630016379
</Type>
1630116380
<Type Name="System.Security.Cryptography.Cose.CoseMessage" Id="T:System.Security.Cryptography.Cose.CoseMessage">
1630216381
<Member Id="M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])" />
16382+
<Member Id="M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})" />
1630316383
<Member Id="P:System.Security.Cryptography.Cose.CoseMessage.Content" />
1630416384
<Member Id="P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders" />
1630516385
<Member Id="P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders" />
1630616386
</Type>
1630716387
<Type Name="System.Security.Cryptography.Cose.CoseSign1Message" Id="T:System.Security.Cryptography.Cose.CoseSign1Message">
1630816388
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" />
16309-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.ECDsa,System.Security.Cryptography.HashAlgorithmName,System.Boolean)" />
16310-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithmName,System.Boolean)" />
16311-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.ECDsa)" />
16312-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.ECDsa,System.ReadOnlySpan{System.Byte})" />
16313-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.RSA)" />
16314-
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.RSA,System.ReadOnlySpan{System.Byte})" />
16389+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.IO.Stream,System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)" />
16390+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" />
16391+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.SignAsync(System.IO.Stream,System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Threading.CancellationToken)" />
16392+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.TrySign(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" />
16393+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm)" />
16394+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])" />
16395+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream)" />
16396+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})" />
16397+
<Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.Threading.CancellationToken)" />
1631516398
</Type>
1631616399
</Namespace>
1631716400
<Namespace Name="System.Security.Cryptography">
@@ -20973,6 +21056,7 @@
2097321056
<Member Id="M:System.ServiceProcess.ServiceBase.OnStart(System.String[])" />
2097421057
<Member Id="M:System.ServiceProcess.ServiceBase.OnStop" />
2097521058
<Member Id="M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)" />
21059+
<Member Id="M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)" />
2097621060
<Member Id="M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)" />
2097721061
<Member Id="M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])" />
2097821062
<Member Id="M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)" />

0 commit comments

Comments
 (0)