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
Now that #985 is out- lets discuss the enum based schema:
What name would you give it
Which of the following two versions would you prefer:
a) Similar to the AbbreviatedUnitsConverter: {"Value" : 1.2, "Unit": "Milligram", "Type": "Mass"}
b) Similar to the UnitsNetIQuantityJsonConverter: {"Value" : 1.2, "Unit": "MassUnit.Milligram"}