The setter for NumberSequenceAnnotation throws FormattingException
The normal behavior would be to set the error of the annotation, but this seems to only happen for the NumberAnnotation.
Stack trace:
13:55:28.503 App Caught unhandled GUI error.
13:55:28.504 App Exception: Invalid format
13:55:28.504 App at OpenTap.UnitFormatter.Parse(String str, String unit, String format, CultureInfo culture)
13:55:28.504 App at OpenTap.NumberFormatter.parseNumber(String trimmed)
13:55:28.504 App at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
13:55:28.504 App at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
13:55:28.504 App at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
13:55:28.504 App at OpenTap.NumberFormatter.parseRange(String formatted)
13:55:28.504 App at OpenTap.NumberFormatter.Parse(String value)
13:55:28.504 App at OpenTap.NumberSequenceAnnotation.DoConvertBack(Object _value, Type targetType, UnitAttribute unit, CultureInfo culture)
13:55:28.504 App at OpenTap.NumberSequenceAnnotation.set_Value(String value)
13:55:28.504 App at Keysight.OpenTap.Wpf.SimpleControlProvider.<>c__DisplayClass0_0.<CreateControl>b__0(String str)