Closed oliversweb closed 9 years ago
Yeah - makes sense - people will do that a lot and while it's not "primitive" it's a commonly used type. I might wire it as custom converters internally, but queue up this as one of the defaults - seem sensible?
Cool, I will prep a pr, ty
:+1:
Dave,
I find myself converting Uri entries in the config from strings to 'new Uri(string)' so hoping to perform this naturally within the 'System.Configuration.Abstractions.AppSetting()' method with a simple;
Rather than going down the path of supplying a list of Custom Converters, etc., what are you views?
Cheers,
Billy