when using the configuration.GetString method on an invalid path it returns "" and makes my runtime app fail when calling the function using this value.
all Get* methods should fail immediately on invalid paths ie. make the app fail right at startup.
when using the
configuration.GetString
method on an invalid path it returns "" and makes my runtime app fail when calling the function using this value.all
Get*
methods should fail immediately on invalid paths ie. make the app fail right at startup.