v1.10.0
New rules:
- PosInfoMoq2012: The delegate in the argument of the
Returns()
method must return a value with same type of the mocked method. - PosInfoMoq2013: The delegate in the argument of the
Returns()
/ReturnsAsync()
method must have the same parameter types of the mocked method/property.