mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
[NativeAOT] Make Frozen collections tests pass with NativeAOT (#78005)
* Make Frozen collections tests pass with NativeAOT * Update src/libraries/System.Collections.Immutable/tests/default.rd.xml Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com> Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
This commit is contained in:
parent
29137caa62
commit
d71038af9b
1 changed files with 33 additions and 0 deletions
|
@ -23,5 +23,38 @@
|
|||
</Method>
|
||||
</Type>
|
||||
</Assembly>
|
||||
|
||||
<Assembly Name="xunit.assert">
|
||||
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib],[System.String, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
|
||||
<Method Name="CompareTypedSets" Dynamic="Required All">
|
||||
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.String,System.Private.CoreLib],[System.String,System.Private.CoreLib]],System.Private.CoreLib" />
|
||||
</Method>
|
||||
</Type>
|
||||
|
||||
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.UInt64, System.Private.CoreLib],[System.UInt64, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
|
||||
<Method Name="CompareTypedSets" Dynamic="Required All">
|
||||
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.UInt64,System.Private.CoreLib],[System.UInt64,System.Private.CoreLib]],System.Private.CoreLib" />
|
||||
</Method>
|
||||
</Type>
|
||||
|
||||
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
|
||||
<Method Name="CompareTypedSets" Dynamic="Required All">
|
||||
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.Int32,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Private.CoreLib" />
|
||||
</Method>
|
||||
</Type>
|
||||
|
||||
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
|
||||
<Method Name="CompareTypedSets" Dynamic="Required All">
|
||||
<GenericArgument Name="System.Int32,System.Private.CoreLib" />
|
||||
</Method>
|
||||
</Type>
|
||||
|
||||
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.UInt64,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
|
||||
<Method Name="CompareTypedSets" Dynamic="Required All">
|
||||
<GenericArgument Name="System.UInt64,System.Private.CoreLib" />
|
||||
</Method>
|
||||
</Type>
|
||||
</Assembly>
|
||||
|
||||
</Application>
|
||||
</Directives>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue