Cannot convert null to type parameter '%1!ls!' because it could be a value type. Consider using 'default(%1!ls!)' instead.
Cannot convert anonymous method block without a parameter list to delegate type '%1!ls!' because it has one or more out parameters ...
Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property. ...
Cannot convert async %1!ls! to delegate type '%2!ls!'. An async %1!ls! may return void, Task or Task , none of which are ...
Cannot convert null to type parameter '%1!ls!' because it could be a non-nullable value type. Consider using 'default(%1!ls!)' ...
Cannot convert null to type parameter '%1!ls!' because it could be a value type. Consider using 'default(%1!ls!)' instead. ...
Cannot convert null to type parameter '{0}' because it could be a non-nullable value type. Consider using 'default({0})' ...
Cannot convert start value of type '{0}', limit value of type '{1}', and step value of type '{2}' to a common numeric type. ...
Cannot convert the specified Stream object to a Windows Runtime stream because it does not have sufficient capabilities. ...
Cannot convert the specified Windows Runtime stream to a managed System.IO.Stream object with the specified buffer size because ...