sToman967
Results
1
issues of
sToman967
In PropertiesDefinitionLineParser, when checking `match.Groups[IsIntegerValueGroup].Value.Equals("INT")` and `match.Groups[IsIntegerValueGroup].Value.Equals("HEX")` , the strings are parsed as int: `Minimum = int.Parse(match.Groups[MinIntGroup].Value, CultureInfo.InvariantCulture), Maximum = int.Parse(match.Groups[MaxIntGroup].Value, CultureInfo.InvariantCulture),` , but some values in the dbc I...
enhancement