v'Karas
Results
2
comments of
v'Karas
I have some of the UnitsNet.Units enums in my setting classes like this example ```cs public PressureUnit SensorUnit { get; set;} = PressureUnit.Bar; ``` add the `Newtonsoft.Json.Converters.StringEnumConverter` to my `JsonSerializerSettings.Converters`...
@TimLCondor Oh that is really something.. I was a little curious how I would solve this. Maybe you can use something of it. (thats only a quick test, that converter...