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
* Update SDK to 23556.1
Regular BuildOps update
* Suppress IL2072 with pragmas
...now that it's reported by a roslyn analyzer. Analogous to 533a66c for IL2111.
// Suppressed with "pragma warning disable" so ILLink Roslyn Anayzer doesn't report the warning.
33
+
#pragma warning disable IL2072// 'componentType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.CascadingParameterState.GetCascadingParameterInfos(Type)'.
#pragma warning restore IL2072// 'componentType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.CascadingParameterState.GetCascadingParameterInfos(Type)'.
36
+
32
37
hasSingleDeliveryParameters=false;
33
38
34
39
// For components known not to have any cascading parameters, bail out early
// Suppressed with "pragma warning disable" so ILLink Roslyn Anayzer doesn't report the warning.
93
+
#pragma warning disable IL2072// 'componentType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.ComponentFactory.GetComponentTypeInfo(Type)'.
#pragma warning restore IL2072// 'componentType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.ComponentFactory.GetComponentTypeInfo(Type)'.
// Suppressed with "pragma warning disable" so ILLink Roslyn Anayzer doesn't report the warning.
32
+
#pragma warning disable IL2072// 'targetType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.Reflection.ComponentProperties.WritersForType.WritersForType(Type)'.
31
33
writers=newWritersForType(targetType);
34
+
#pragma warning restore IL2072// 'targetType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.Reflection.ComponentProperties.WritersForType.WritersForType(Type)'.
// Suppressed with "pragma warning disable" so ILLink Roslyn Anayzer doesn't report the warning.
49
+
#pragma warning disable IL2072// 'targetType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.Reflection.ComponentProperties.ThrowForUnknownIncomingParameterName(Type, String)'.
#pragma warning restore IL2072// 'targetType' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'Microsoft.AspNetCore.Components.Reflection.ComponentProperties.ThrowForUnknownIncomingParameterName(Type, String)'.
0 commit comments