moq.analyzers icon indicating copy to clipboard operation
moq.analyzers copied to clipboard

Bad constructor parameters does not work for abstract classes

Open Litee opened this issue 7 years ago • 0 comments

Current analyzer uses fake "new T(args)" to understand whether constructor exists. It does not work for abstract classes because they cannot be instantiated directly.

Litee avatar Nov 26 '17 19:11 Litee