csharp-eval-unity3d
csharp-eval-unity3d copied to clipboard
MethodCallSignature hash code issues
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
Hi @hesoul! Thanks for report, I will fix it soon.