QuantityParser: making the constructor consistent with that of the UnitParser#1554
Conversation
…nitParser` - hiding the boxing TryParse overload - updating the nullability anotations
|
@angularsen Sorry, I should have done the reformatting before doing this PR.. Anyway, the key points are the change of the constructor: the reason why I've changed it is because I don't think there is any point in instantiating a new The second breaking change is regarding the |
|
Looks good to me |
QuantityParser: making the constructor consistent with that of theUnitParserTryParseoverload