v1.8.0
New rules:
- PosInfoMoq1003: The
Callback()
method should be used to check the parameters when mocking a method withIt.IsAny<T>()
arguments. (fixes #21). - PosInfoMoq1004: The
Callback()
parameter should not be ignored if it has been setup as anIt.IsAny<T>()
argument. (fixes #21).