Replies: 3 comments
|
Ok, great, thank you! |
0 replies
|
@exyi The v4.1.0 with the fix is out on NuGet |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, some of our users are reporting a strange exception coming from FastExpressionCompiler
FindConvertOperatormethod. Unfortunately, I'm unable to replicate it, as it probably only occurs on .NET Framework (or in other special circumstances). However, the compiled expression can be quite simple, on of the stack traces I have is coming from this - essentially onlyNew(Convert(x), Convert(y)).I think it started occuring with FEC 4.0.1 or 4.0.0, I have just asked the second user about its version, will let you know when I get a response.
I guess the only possible cause is a implicit/explicit operator with 0 arguments, which is weird. I just wanted to ask, if you have any other idea. I see you recently made some changes to this method, could this be related?
The exceptions are:
All reactions