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
When I run an expression casting a long to a Nullable<int>, I get "System.NullReferenceException : Object reference not set to an instance of an object. at (ArrayClosure)"
Here is a sample test, I can take a better look tomorrow and move it to a branch.
@MattEdwardsWaggleBee Thanks for bringing it. I've just finished the full rewrite of the TryEmitConvert.
Will merge your PR (double thanks) and see how it goes.
When I run an expression casting a
long
to aNullable<int>
, I get "System.NullReferenceException : Object reference not set to an instance of an object. at (ArrayClosure)"Here is a sample test, I can take a better look tomorrow and move it to a branch.
The text was updated successfully, but these errors were encountered: