Method '{0}' has OperationContractAttribute, but enclosing type '{1}' does not have ServiceContractAttribute. OperationContractAttribute can only be used on methods in ServiceContractAttribute types or on their CallbackContract types.
Method '{0}' has a parameter of type '{1}' in its signature. Instead of using a managed Task type, use Windows.Foundation.IAsyncAction, ...
Method '{0}' has a return value named '{1}' whereas the implemented interface method '{2}' has a return value named '{3}'. ...
Method '{0}' has an array of type '{1}' with non-zero lower bound in its signature. Arrays in Windows Runtime method signatures ...
Method '{0}' has an output parameter '{1}' which is an array, but which has {2}. In the Windows Runtime, the contents of ...
Method '{0}' has OperationContractAttribute, but enclosing type '{1}' does not have ServiceContractAttribute. OperationContractAttribute ...
Method '{0}' has parameter '{1}' which is an array, and which has both {2} and {3}. In the Windows Runtime, the contents ...
Method '{0}' has parameter '{1}' which is an array, and which has either a System.Runtime.InteropServices.InAttribute or ...
Method '{0}' has parameter '{1}' which is an array. In the Windows Runtime, the contents of array parameters must be either ...
Method '{0}' has parameter '{1}' which is an array. In the Windows Runtime, the contents of array parameters must be either ...