Method '{0}' has a parameter '{1}' of type '{2}' which is not supported for service operations. Only primitive types are supported as parameters.
Method '{0}' can not be created. Ensure that the type '{1}' does not contain an Activity, Field, Property or Event with same ...
Method '{0}' has a generic type parameter of type '{1}' in its signature. Generic type parameters cannot appear in method ...
Method '{0}' has a multi-dimensional array of type '{1}' in its signature. Arrays in Windows Runtime method signatures must ...
Method '{0}' has a nested array of type '{1}' in its signature. Arrays in Windows Runtime method signatures cannot be nested. ...
Method '{0}' has a parameter '{1}' of type '{2}' which is not supported for service operations. Only primitive types are ...
Method '{0}' has a parameter named '{1}' whereas the corresponding parameter in the implemented interface method '{2}' is ...
Method '{0}' has a parameter of type '{1}' in its signature. Although this generic type is not a valid Windows Runtime type, ...
Method '{0}' has a parameter of type '{1}' in its signature. Although this type is not a valid Windows Runtime type, it implements ...
Method '{0}' has a parameter of type '{1}' in its signature. Instead of using a managed Task type, use Windows.Foundation.IAsyncAction, ...