Ryder icon indicating copy to clipboard operation
Ryder copied to clipboard

Runtime redirection of method calls for .NET Core.

Results 3 Ryder issues
Sort by recently updated
recently updated
newest added

I have a project where I am patching a bug in the WPF TreeView class by replacing one of its non-public methods with my own implementation. I am installing this...

bug

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...

bug

Is this project still maintained? If not, are there any alternative projects?