serilog-expressions icon indicating copy to clipboard operation
serilog-expressions copied to clipboard

Eager/non-throwing checks for more expression syntax errors

Open nblumhardt opened this issue 4 years ago • 0 comments

  • Invalid regular expressions in IsMatch()/IndexOfMatch() (currently these throw)
  • Unknown function names (these throw too)
  • Application of the ci modifier to a non-case-modifiable function (these errors are ignored)

nblumhardt avatar Sep 17 '20 04:09 nblumhardt