moq.analyzers
moq.analyzers copied to clipboard
Bad constructor parameters does not work for abstract classes
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.