csharp-eval-unity3d icon indicating copy to clipboard operation
csharp-eval-unity3d copied to clipboard

MethodCallSignature hash code issues

Open hesoul opened this issue 4 years ago • 1 comments

public MethodCallSignature(Type parameter1Type, string parameter1Name, Type returnType) : this(returnType) etc...

due to the order of the constructor call, the same hash code will be calculated

hesoul avatar Jul 20 '21 09:07 hesoul

Hi @hesoul! Thanks for report, I will fix it soon.

deniszykov avatar Jul 20 '21 18:07 deniszykov