Cannot convert anonymous type to an expression tree because a property of the type is used to initialize another property.
Cannot convert '%1!ls!' to delegate because some of the return types in the block are not implicitly convertible to the delegate ...
Cannot convert anonymous method block to delegate type '%1!ls!' because some of the return types in the block are not implicitly ...
Cannot convert anonymous method block to delegate type '%1!ls!' because the specified block's parameter types do not match ...
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})' ...