UnitsNet
UnitsNet copied to clipboard
Makes life working with units of measurement just a little bit better.
Related to #372, #1180 Experiment with splitting up UnitsNet nuget into: - UnitsNet.Core (common types and abstractions) - UnitsNet.Length - UnitsNet.Mass - etc.. This is already done for UnitsNet.nanoFramework nugets:...
I am looking for an API to convert from one unit system to another. I expect I have not found the correct API? What I would expect to see is:...
**Describe the bug** ```csharp var massUnit = Mass.Info.GetUnitInfosFor(UnitSystem.SI.BaseUnits); ``` returns empty enumeration **Expected behavior** returns MassUnit.Kilogram
**Is your feature request related to a problem? Please describe.** As of now, it is possible to serialize IQuantities with JSON. However, sometimes there is a need to serialize a...
Hi, as we were having issues with how the QuantityTypeConverter displayed small values, I've dug through the code of the QuantityFormatter and found a pecularity. If you pass the general...
I'm upgrading to 5.1.0 in my projects and noticed that Power is using the decimal type. I don't think this is a bug so much as questioning if this is...
Leverage [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) to auto-increment version numbers I need your help @angularsen with the NanoFramework items. Not sure if I did it right. Also I suppose we may need to remove...
**Is your feature request related to a problem? Please describe.** I have a particulate matter sensor that gives measured values in µg/m^3 (so I can use `Density`), but then also...