Ryder icon indicating copy to clipboard operation
Ryder copied to clipboard

Interfaces require 'skipChecks' to be true.

Open 71 opened this issue 8 years ago • 0 comments

The safety checks ensure that types are part of the same inheritance, but interfaces aren't checked, leading to the following exception. This has to be fixed.

Expected parameters 'System.IO.Stream stream' and 'IDisposable disposable' to have the same type.

71 avatar Aug 05 '17 16:08 71