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

- `QuantityInfo`: internalizing the `UnitInfo` construction - `QuantityInfo`: introducing a delegate for constructing the quantity (required only for net standard) - `QuantityInfo`: introducing an optional `ResourceDictionary` - `QuantityInfo`: replacing the...

breaking-change

- `QuantityValue` implemented as a fractional number - `IQuantity` interfaces optimized (some methods refactored as extensions) - `UnitInfo`: introduced two new properties: `ConversionFromBase` and `ConversionToBase` which are used instead of...

discuss
difficulty-hard
breaking-change

- introducing the `QuantityExtensions` (in the Extensions folder) with the first two extensions for the `ToString` overloads - removed the `ToString(IFormatProvider?)` overload from the `IQuantity` interface - removed the `ToString`...

- removed the `ToString(IFormatProvider?)` overload from the `IQuantity` interface - removed the `ToString` overloads from the generated quantities (and `HowMuch`) - replaced the usages of `ToString(IFormatProvider?)` in the tests duplicate...

This also applies for the official `v5` branch, but I'm more interested in doing it for the `v6-release`. A lot of the packages are way out of date - so...

enhancement
pinned

Implements optimized CI/CD workflows with separate Standard and Nano build targets. ## Changes - Separate Standard (Linux) and Nano (Windows) build targets - Tests run on Linux for Standard builds...

no-pr-activity

The https://github.com/angularsen/UnitsNet/pull/1634 PR merged a corrupt Mass.json, which caused the JS flavor to skip Mass in the generated code see https://github.com/haimkastner/unitsnet-js/issues/60

Standard for paper grammage/base weight in North America is lbs/MSF (pound per 1000 square feet) instead of g/m². Conversion factor is standardized by TAPPI (free sample of TIP 0800-01 can...

- Adding net10.0 to the list of target frameworks - updating all packages to their latest versions

Please add Hubble Length https://en.wikipedia.org/wiki/Hubble%27s_law#Hubble_length

enhancement