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
We have updgraded CoreCLR-NCalc from version 3.1.251 to 3.1.253. Now when an evaluation fails with an exception (as expected) there is also always some "weird" output on stdout (or stderr?) like this:
line 1:5 token recognition error at: '$'
line 1:8 token recognition error at: '@'
line 1:9 token recognition error at: '#*%'
This can be reproduced by running the following xunit test on the console using dotnet test
Just discovered that behavior also existed in CoreCLR-NCalc version 3.1.251. It just that the upgrade from of the .NET SDK from version 8.0.302 to 8.0.400 made this visible. Running the above test with CoreCLR-NCalc version 3.1.251 and .NET SDK 8.0.302 does not result in the output but running the above test with CoreCLR-NCalc version 3.1.251 and .NET DSK 8.0.400 suddenly does.
We have updgraded CoreCLR-NCalc from version
3.1.251
to3.1.253
. Now when an evaluation fails with an exception (as expected) there is also always some "weird" output on stdout (or stderr?) like this:This can be reproduced by running the following xunit test on the console using
dotnet test
The text was updated successfully, but these errors were encountered: