UnitsNet icon indicating copy to clipboard operation
UnitsNet copied to clipboard

Makes life working with units of measurement just a little bit better.

Results 115 UnitsNet issues
Sort by recently updated
recently updated
newest added

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:...

pinned

Fixes #1183

breaking-change
pinned

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:...

enhancement

**Describe the bug** ```csharp var massUnit = Mass.Info.GetUnitInfosFor(UnitSystem.SI.BaseUnits); ``` returns empty enumeration **Expected behavior** returns MassUnit.Kilogram

bug

**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...

enhancement

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...

pinned

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...

wontfix
breaking-change

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...

wontfix

**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...

enhancement