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
Attached is a zip file that contains a simple .NET Core console application. In it, there are 3 expressions that are executed using the latest .NET Core Flee library. All the 3 expressions fail with an exception "Value was either too large or too small for an unsigned byte."
Note that the expressions are similar with minor variations.
Seems like the issue is while determining a long branch.
The text was updated successfully, but these errors were encountered:
I believe this is the same as bug #86 that was recently entered. I resolved it on my fork and issued a pull request. The pull request shows the changes you'd need to make if they don't get incorporated.
FleeTest.zip
Hi,
Attached is a zip file that contains a simple .NET Core console application. In it, there are 3 expressions that are executed using the latest .NET Core Flee library. All the 3 expressions fail with an exception "Value was either too large or too small for an unsigned byte."
Note that the expressions are similar with minor variations.
Seems like the issue is while determining a long branch.
The text was updated successfully, but these errors were encountered: