Jonathan Magnan
Jonathan Magnan
Hello @JamesHill3 , Thank you for reporting, my developer will look at it. Best Regards, Jon
Hello @JamesHill3 , Just to give you an update, we currently have a fix under review. If approved, it will be merged next week. Best Regards, Jon
Hello @JamesHill3 , Sorry for the long delay on this issue, The v4.0.88 has been released, which should fix this issue. Let me know if everything is now working as...
Hello @cesaryuan , Thank you for reporting, we will look at it. Best Regards, Jon
Hello @cesaryuan , Unfortunately supporting it correctly is harder than we initially thought. The first prototype fix that has been proposed by my employee was refused. This week, we made...
Hello @cesaryuan , Thank you for reporting, we will look at it. Best Regards, Jon
Hello @cesaryuan , Just to let you know that there is currently no short-term plan to make it works. We will look again in around 2-3 months to add better...
Thank you @TehWardy for reporting, We have not been able to reproduce it but we might have missed something. Do you think you could provide a standalone version with only...
Thank you, We are currently looking at it.
Hello @TehWardy , You do not register class in your project which causes the issue. Here is a way to do it by registering a namespace: ```csharp ctx.RegisterNamespace(typeof(Program).Assembly, "ExpressionThing"); ```