Method {0} passes parameter name '{1}' as the {2} argument to a {3} constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position.
Method {0} calls {1} with a format string that contains an unexpected character '{2}' at index '{3}'. The provided format ...
Method {0} passes '{1}' as the {2} argument to a {3} constructor. Replace this argument with one of the method's parameter ...
Method {0} passes a literal string as parameter '{1}' of a call to {2}. Retrieve the following string(s) from a resource ...
Method {0} passes a literal string as parameter '{1}' of a call to {2}. Retrieve the string argument from a resource table ...
Method {0} passes parameter name '{1}' as the {2} argument to a {3} constructor. Replace this argument with a descriptive ...
Method, operator, or accessor '%1!ls!' is marked external and has no attributes on it. Consider adding a DllImport attribute ...
MethodInstance with name '{0}' and type '{1}' must specify Return Parameter name along with Return TypeDescriptor path. Specifying ...
Methods decorated with the DllImport attribute should point to existing unmanaged entry points. There is no compile-time ...
Methods decorated with the SuppressUnmanagedCodeSecurity attribute have an implicit LinkDemand placed upon all of their callers. ...