lipchev
lipchev
fixed in `release/v6`
Please have a look at [this fork](https://github.com/angularsen/UnitsNet/pull/1544) and the accompanying [sample project](https://github.com/lipchev/UnitsNet/blob/fractional-quantity-value/Samples/UnitsNetSetup.Configuration/ConfigureWithCustomQuantities.cs). This is my proposed _improvement_ to the current extensibility options. We still haven't gone over it with @angularsen...
There wasn't actually much of a visible change on the DecimalNotationFormatterBenchmarks (to my surprise) - but I i expect the `Round` itself (which isn't benchmarked anywhere) would likely show the...
I've created a new pull request for the first part (the original pull request) for the rounding overload : #95 I'll close this and create one (or possibly two) other...
@angularsen The most _breaking_ thing here should be the change from `MassUnit[]` to `IReadOnlyCollection`: we still have the `IReadOnlyList`, so if anybody want to do a for-loop that's still an...
Same here, @bc913 are you sure you're not misinterpreting the Ansys Workbench parameter? We've already got the `ElectricConductance` (M^-1 L^-2 T^3 I^2) as well as the `ElectricConductivity` (M^-1 L^-3 T^3...
@angularsen Clearly, I don't expect this to get merged in the _Gitty up!_ fashion, but at least we have the whole picture, with sources that I can reference. If you...
> 100k lines removed, 100k lines added 🙈 I tried to create this PR twice before (many months ago), while the changes to the unit definitions were still not merged-...
> Ok, I'm not going to get through a review of this many files anytime soon. Maybe we should have a screen sharing session and go through it together. I...
@angularsen I've synced the changes with the main branch, updated the header-comment and the task-list. Having a look at the changes, things don't look so scary anymore... I did notice...