You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At v5 IQuantity.Value now returns a QuantityValue type rather than double. Was this intended? It's a bit of an obscure change since IQuantity.Value is implemented explicitly, so only seen when you have a left-hand side type of IQuantity.
We have hundreds of places where we pass IQuantity.Value to an internal double method, and upgrading to v5 would require a cast to double on each one.
Changing it back to double does not break any tests FWIW.