Skip to main content
Version: v2.5

Release 2.5.17

Issues fixed

Issue with invalid XML character in Event parameter (ticket: 4617)
Fixed an issue where an invalid XML character in a parameter value for an Event caused a runtime exception in the style of:

ArgumentException: '', hexadecimal value 0x1A, is an invalid character.

With this fix, any invalid XML character in an Event parameter will be replaced with a space.