|
1 | | -Compat issues with assembly System.Runtime: |
2 | 1 | MembersMustExist : Member 'System.String System.Runtime.CompilerServices.RuntimeFeature.DefaultImplementationsOfInterfaces' does not exist in the implementation but it does exist in the contract. |
3 | | -TypeCannotChangeClassification : Type 'System.DateTimeOffset' is marked as readonly in the contract so it must also be marked readonly in the implementation. |
4 | | -TypeCannotChangeClassification : Type 'System.TimeSpan' is marked as readonly in the contract so it must also be marked readonly in the implementation. |
5 | | -TypeCannotChangeClassification : Type 'System.Runtime.Serialization.SerializationEntry' is marked as readonly in the contract so it must also be marked readonly in the implementation. |
6 | 2 | TypesMustExist : Type 'System.ArgIterator' does not exist in the implementation but it does exist in the contract. |
7 | | -TypesMustExist : Type 'System.Index' does not exist in the implementation but it does exist in the contract. |
8 | | -TypesMustExist : Type 'System.Range' does not exist in the implementation but it does exist in the contract. |
9 | | -TypesMustExist : Type 'System.Text.Rune' does not exist in the implementation but it does exist in the contract. |
10 | | -TypesMustExist : Type 'System.Text.StringRuneEnumerator' does not exist in the implementation but it does exist in the contract. |
11 | | -MembersMustExist : Member 'System.ReadOnlySpan<T>.Item.get(System.Index)' does not exist in the implementation but it does exist in the contract. |
12 | | -MembersMustExist : Member 'System.ReadOnlySpan<T>.Item.get(System.Range)' does not exist in the implementation but it does exist in the contract. |
13 | | -MembersMustExist : Member 'System.Span<T>.Item.get(System.Index)' does not exist in the implementation but it does exist in the contract. |
14 | | -MembersMustExist : Member 'System.Span<T>.Item.get(System.Range)' does not exist in the implementation but it does exist in the contract. |
| 3 | +MembersMustExist : Member 'System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeCompiled.get()' does not exist in the implementation but it does exist in the contract. |
| 4 | +MembersMustExist : Member 'System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported.get()' does not exist in the implementation but it does exist in the contract. |