lipchev

Results 124 comments of lipchev

@angularsen I think this should be good (for now): I've added the missing `ValueDisplay` and renamed the `Abbreviation` to `UnitAbbreviation` having the `Unit` enum appear on top.

@angularsen I ported the modifications to v6, and was just having a closer look at the screenshots you posted from Rider- that thing about the `fully.qualified.type.name` preceding the `actual-value`, that's...

Nah, we can do it later (perhaps even making the `UnitsNet.Display` namespace public _or something_).

I'm really keen on having (at least an example of) a nuget containing a protobuf definition (shared types or whatever it was called). Since there wouldn't be any humans involved,...

@angularsen In my upcoming proposal for v6 I've prepared some extensions for configuring the UnitsNetSetup, which (IMO) don't require us to remove the `UnitParser.Default`, `QuantityParser.Default` etc.. I personally think those...

I wasn't able validate the conversion expressions for [Pressure head](https://en.wikipedia.org/wiki/Pressure_head) - from what I've read it seems like it involves an additional parameter (density / specific weight): https://www.mydatabook.org/fluid-mechanics/pumps/head-to-pressure-converter/ I haven't...

I also think that for v6 we should replace the `PressureUnit.FeetOfElevation` and `PressureUnit.MeterOfElevation` with properties that convert to/from `Length:` Here's what I have in mind: /// /// Calculates the pressure...

I would also suggest that for the `FuelEfficiency` we replace the `BaseUnit` (`LiterPer100Kilometers`) with `KilometerPerLiter` as this way `FuelEfficiency.Zero` would bring you exactly `0 km` closer to your destination.. 🚀...

I also have an issue with the following two "units": - `Frequency.BUnit` added in #904 is the only expression in the code-base that requires `Math.Sqrt`, which makes it non-reversible (doesn't...

> I wasn't able validate the conversion expressions for [Pressure head](https://en.wikipedia.org/wiki/Pressure_head) - from what I've read it seems like it involves an additional parameter (density / specific weight): https://www.mydatabook.org/fluid-mechanics/pumps/head-to-pressure-converter/ >...