Method {0} passes a literal string as parameter '{1}' of a call to {2}. Retrieve the following string(s) from a resource table instead: {3}.
Method implementations should not contain more than 64 local variables. In order for the run-time to enregister local variables ...
Method {0} called GetLastWin32Error but the immediately preceding call to {1} is not a P/Invoke statement. Move the call ...
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 ...