Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-value parameter is marked with the 'out' parameter mode.
Method '{0}' has parameter '{1}' with a System.Runtime.InteropServices.InAttribute or System.Runtime.InteropServices.OutAttribute. ...
Method '{0}' has parameter '{1}' with a System.Runtime.InteropServices.InAttribute or System.Runtime.InteropServices.OutAttribute. ...
Method '{0}' has pointer type '{1}' in its signature. Windows Runtime methods cannot have pointer types in their signatures. ...
Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-reference parameter is marked with the 'in' but not the ...
Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-value parameter is marked with the 'out' parameter mode. ...
Method '{0}' is a public Overridable method on an inheritable class. The Windows Runtime requires Overridable methods on ...
Method '{0}' is a public virtual method on an unsealed class. The Windows Runtime requires virtual methods on unsealed types ...
Method '{0}' on type '{1}' is marked as a query interceptor method but has {2} parameters. Query interceptors should take ...
Method '{0}' on type '{1}' is not a valid connection provider. It must be public, return an object, and take no parameters. ...