Error when AppSetting does not exist

Issue #15 new
Cameron Fletcher repo owner created an issue

Where the app setting DoesNotExist does not exist, the following statement throws a NullreferenceException:

configProvider.GetAppSetting("DoesNotExist", true).AsString()

Comments (0)

  1. Log in to comment