Maino

Results 2 issues of Maino

I tried to make a function `serialPortC.Open()` throw an exception in that way : `Shim shimserialPortCOpen = Shim.Replace(() => serialPortC.Open()).With(delegate (SerialPort @this) { throw new Exception(); });` to check after...

Hi, I'm encountering a UnicodeDecodeError when running codeviz on a source directory that contains files not encoded in UTF-8. `codeviz -r myproject/ ` Error Traceback: Traceback (most recent call last):...