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
"IL2026:Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code",
110
111
Justification="Types registered for persistence are preserved in the API call to register them and typically live in assemblies that aren't trimmed.")]
[UnconditionalSuppressMessage("Trimming","IL2026:Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code",Justification="Types registered for persistence are preserved in the API call to register them and typically live in assemblies that aren't trimmed.")]
Debug.Assert(currentFrame.FrameType==RenderTreeFrameType.Component&¤tFrame.Component==null,"GetComponentKey is being invoked too soon, ComponentState is not fully constructed.");
365
+
Debug.Assert(currentFrame.FrameType==RenderTreeFrameType.Component&¤tFrame.Component!=null,"GetComponentKey is being invoked too soon, ComponentState is not fully constructed.");
0 commit comments