when VAL_ or VALTABLE finish with semicolon that is prefixed by multiple spaces (3 in my case), then the ExtensionsAndHelpers.ToDictionary records variable will hold \r\n (there is space after). This causes the tokens will be an array of two items with values of string.Empty for both. This causing int.Parse to fail.
when VAL_ or VALTABLE finish with semicolon that is prefixed by multiple spaces (3 in my case), then the
ExtensionsAndHelpers.ToDictionary
records variable will hold\r\n
(there is space after). This causes the tokens will be an array of two items with values of string.Empty for both. This causing int.Parse to fail.I've fixed that so it won't occur anymore.