Version 1.11.0 |
[This is preliminary documentation and is subject to change.]
This version was released on 2022-02-07
Here is what has been changed in this release:
LoadCaseCombinationType: Added NonLinear value
ResultAnalysis1DInternalForces: Fixed issue in GetHashCode() implementation, caused by how UnitsNet implemented GetHashCode for units
ResultAnalysis2DInternalForces:
Added natural number guard for edgeIndex parameter in ctor
Capitalized mx, my, mxy, vx, vy, nx, ny and nxy properties
Fixed issue in GetHashCode() implemenation, caused by how UnitsNet implemented GetHashCode for units
Type should be valid enum value when Category is either UltimateLimitState, ServiceabilityLimitState or NotDefined
We will generate a warning, not an error, that it should be NULL otherwise
UnitsNetExtensions: Added extension method GetUnitsNetHashCodeTUnit(TUnit) which calculates the hash code of a UnitsNet unit by converting the value of the unit to the base unit value, rounded up to a maximum of 5 decimals.
This way, 2 units which are the same, but expressed differently (e.g 100cm vs 1m), will return the same hashcode