UnitsNet icon indicating copy to clipboard operation
UnitsNet copied to clipboard

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

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

I had created my owen Extension for ToAutoUnitString(...) ... it is very simple, the extension gets order of Value in different assumed units and the best one is used for...

enhancement

**Describe the bug** For Speed we have many Units of the form [LengthUnit]Per[TimeUnit]. For instance MeterPerSecond. The plural of it we get by taking the plural of the Lengthunit and...

bug

**Describe the bug** `Temperature.Equals(Temperature other, Temperature tolerance)` does the wrong conversion, and should be `Temperature.Equals(Temperature other, TemperatureDelta tolerance)` **To Reproduce** `var t1 = Temperature.FromDegreesCelsius(10);` `var t2 = Temperature.FromDegreesCelsius(10);` `var equals...

bug

**Is your feature request related to a problem? Please describe.** I am trying to make a new quantity called RelativeDensity inheriting from IQuantity, but I need the underlying value to...

enhancement

**Describe the bug** The Unit 'Ohm' is now unknown. **To Reproduce** Enum unitOhm = UnitParser.Default.Parse("Ohm", typeof(ElectricResistanceUnit)); **Expected behavior** Support of ElectricResistanceUnit from mOhm to TOhm. **Screenshots** UnitsNet.UnitNotFoundException: "Unit not found...

bug

**Is your feature request related to a problem? Please describe.** I originally thought the existing method of unit testing round trips of conversion rates via percent error comparison were inefficient....

enhancement

**Describe the bug** Per Ohm's Law, multiplying an ElectricPotential object with an ElectricCurrent object results in a Power object. Attempting to use an ElectricPotentialAc or ElectricPotentialDc object results in error...

This is a rough cut at the reference type suggested in #1296. Primarily for review and to see if I'm on the right track or not.

Our industry uses specific conversion ratios between units that are not always the standard. For example (according to my best understanding of what was explained to me), the conversion between...

bug
enhancement
pinned

I was expecting UnitsNet to already include this functionality and I'm surprised that it doesn't (if it does and I'm missing something, please let me know). Consider the following: ```cs...

enhancement