Westwind.ApplicationConfiguration
Westwind.ApplicationConfiguration copied to clipboard
JsonFileConfigurationProvider does not return a JSON string from WriteAsString()
It seems that JsonFileConfigurationProvider
returns and empty string when calling WriteAsString()
. It seems to me that it does not override WriteAsString()
which results in a call to XML serialization instead of JSON.