Results 7 comments of Vitaly

Hi, is there something up about tests cancellation?

Hi! I've got the same problem when used "InsertAsync". It crashes on one PC of 4. dotnet version is 3.1.8, bulk version is 0.8.2 InvalidProgramException: Common Language Runtime detected an...

This is expected behavior. I did it to not to decrease performance because of function checking. Alternatively I created another service to validate formula input. Example 1: ![image](https://github.com/KovtunV/NoStringEvaluating/assets/11136226/fd1d2e3b-9af6-4ea4-ac85-74936f4e9c1c) Example 2:...

Thank you! - ";;" can be fixed in FormulaChecker - "-(!())" can be fixed it in the function NotAliasFunction and probably in FormulaChecker I should add validation as well... will...

If you share the results, I will be grateful) On the other hand, I'm not sure should I validate functions or not. For example, "UPPER()" will throw as well, I...