You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Integer and long datatypes are not handled properly and it returns wrong result when used in a condition with equality operator.
C# Example Code :
public class Order
{
int _Quantity;
}
public static void Main()
{
IronJS.Hosting.CSharp.Context runtime = new CSharp.Context();
}
The above Execute function returns result as false whereas result shoud be true .
This problem resolved at my end. Kindly let me know How do i send my changes for Commit ?