You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WinRT.Runtime/Marshalers.cs
+5-8
Original file line number
Diff line number
Diff line change
@@ -1082,9 +1082,6 @@ private static Type GetAbiType()
1082
1082
1083
1083
publicstructMarshalerArray
1084
1084
{
1085
-
#if NET
1086
-
[UnconditionalSuppressMessage("AOT","IL3050",Justification="'MarshalerArray' is only initialized from 'CreateMarshalerArray', which is not supported on AOT.")]
CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.NullableAttribute' exists on 'WinRT.ActivationFactory.ActivationHandler' in the implementation but not the reference.
9
9
CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.NullableContextAttribute' exists on 'WinRT.EventRegistrationTokenTable<T>.AddEventHandler(T)' in the implementation but not the reference.
10
10
CannotRemoveAttribute : Attribute 'System.ComponentModel.EditorBrowsableAttribute' exists on 'WinRT.Marshaler<T>' in the implementation but not the reference.
11
-
CannotRemoveAttribute : Attribute 'System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute' exists on 'WinRT.MarshalNonBlittable<T>.MarshalerArray.Dispose()' in the implementation but not the reference.
12
11
TypesMustExist : Type 'WinRT.MarshalGenericHelper<T>' does not exist in the reference but it does exist in the implementation.
0 commit comments