Ryder
Ryder copied to clipboard
Runtime redirection of method calls for .NET Core.
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...
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...
Is this project still maintained? If not, are there any alternative projects?