angularsen / UnitsNet

Makes life working with units of measurement just a little bit better.
https://www.nuget.org/packages/UnitsNet/
MIT No Attribution
2.65k stars 382 forks source link

Fix a bug in BaseDimensions.ToString() #1431

Closed ygorshkov closed 1 month ago

ygorshkov commented 1 month ago

Current implementation of AppendDimensionString ignores value -1. This PR fixes the bug.