Andreas Gullberg Larsen

Results 259 comments of Andreas Gullberg Larsen

If we can get all quantities onto double, then I would be more onboard with supporting NaN and Infinity. I just think it is not a good experience if some...

I think it might be more natural to support NaN and Infinity after this is merged: https://github.com/angularsen/UnitsNet/pull/1074 This way, `double` and `decimal` will correctly be used on the public properties...

Hi, will try to respond soon, need to digest it all first

This is a big can of worms. I probably can't summarize it very well, it's been a long time, but I believe it goes something like this: ## Current state...

I am leaning towards the same. Strict equality. It is the most consistent with the docs you posted, as well as how record types work. My only problem with it,...

> I think we should remove the Zero property entirely. I would not take it that far. As long as a quantity has a well defined base unit, which all...

We can keep the interface, but I think the main argument is to conform to .NET conventions. To avoid value boxing and support equality checks in generic collections is nice...

Thanks for reporting and describing so well. I don't know this domain well myself, the ThermalResistance was added by @Hareeshs in 2017. Maybe he could comment on this? Assuming you...

@mheyse Do you have any comments on my suggestions? Are you still interested in pursuing this and making a PR?

Hi, we have a v5 branch going on #982 . Since it is a breaking change, I propose you make a pull request to that v5 branch instead, then when...