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
Related #1418
Port of #1420
- Make `UnitInfo` ctor public, to accept quantity name for custom units
- Add null checks to ctors, and require quantity name in ctor that takes
one
- Mark ctor without quantity name obsolete
I cannot set the QuantiyName for a custom Unit because the constructor is internal.
This is the code exampe in this repo:
But in an other Assembly where i have my custom units, i cannot add the quantity Name to my UnitInfo:
The text was updated successfully, but these errors were encountered: