DeepCloner icon indicating copy to clipboard operation
DeepCloner copied to clipboard

Clone Action<T> delegate is incorrect

Open sgf opened this issue 2 years ago • 1 comments

Clone Action<T> delegate is incorrect, DeepClone appears to Clone the Action<T>.Target object, which it shouldn't be, because the delegate itself should just be a pointer to the target method.

sgf avatar Dec 06 '23 06:12 sgf

I've added many tests and delegates handling implementation in FastCloner, if you could, I'd appreciate you checking out the implementation (I've seen a few of your other issues, further input would be valuable)!

lofcz avatar Jan 08 '25 05:01 lofcz