Transparent or safe-critical method {0} uses the SuppressUnmanagedCodeSecurityAttribute, either directly on the method or on the containing type. Remove the SuppressUnmanagedCodeSecurity attribute or mark the method as security critical.
Transparent method {0} references security critical type {1}. In order for this reference to be allowed under the security ...
Transparent method {0} returns a byref type. Change the return type of this method, or mark it security critical or safe-critical. ...
Transparent method {0} returns security critical type {1}. In order for this return type to be allowed under the security ...
Transparent or safe critical method {0} is overriding critical method {1} in violation of method override rules. {0} must ...
Transparent or safe-critical method {0} uses the SuppressUnmanagedCodeSecurityAttribute, either directly on the method or ...
Transparent or safe-critical type {0} derives from critical type {1} in violation of the transparency inheritance rules. ...
Transparent type {0} derives from safe-critical type {1} in violation of the transparency inheritance rules. {0} must be ...
Trigger-less transition '{0}' of state '{1}' must contain a condition. A state can only have one unconditional transition ...
True is not a valid value for the Checked property. This is only valid for MenuItems that have no children and are not top-level. ...