Closed marcOcram closed 4 years ago
Hello @marcOcram ,
Thank you for reporting,
We will look if we can improve this part.
Best Regards,
Jon
Hello @marcOcram ,
The v4.0.21 has been released.
Both issues should now be fixed and working correctly.
Let me know if everything works as expected on your side.
Best Regards,
Jon
Hello @JonathanMagnan
it works like a charm. Thanks for the really quick fix.
Awesome!
We are glad everything is working out for you!
Don't hesitate to contact us for questions, issues or feedback!
Best regards,
Jon
Hello,
if an integer array is initialized with an equation it is not parsed as expected.
Additionally the following results in an InvalidCastException. This happens only using array initialization.
These issues do not appear while using
List<int>
.A reproduction is available as fiddle.