The method '{0}' has the return value named '{1}' which is the same as a parameter name. Windows Runtime method parameters and return value must have unique names.
The method 'First' can only be used as a final query operation. Consider using the method 'FirstOrDefault' in this instance ...
The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the ...
The method '{0}' can be called only if the corresponding RuntimeTransactionHandle object is registered as an execution property. ...
The method '{0}' has a parameter named '{1}' which is the same as the default return value name. Consider using another name ...
The method '{0}' has the return value named '{1}' which is the same as a parameter name. Windows Runtime method parameters ...
The method '{1}' in type '{0}' is marked IsOneWay=true and declares one or more FaultContractAttributes. One-way methods ...
The method result type '{0}' is not supported for this method argument. A method that produces an instance of a DbExpression-derived ...
The method specified by the PreApplicationStartMethodAttribute on assembly '{0}' cannot be resolved. Type: '{1}', MethodName: ...
The Method with name '{1}' in Type '{0}' could not be invoked because the application does not have permission to invoke ...