Open mgnslndh opened 8 years ago
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.
JsonFileConfigurationProvider
WriteAsString()
It seems that
JsonFileConfigurationProvider
returns and empty string when callingWriteAsString()
. It seems to me that it does not overrideWriteAsString()
which results in a call to XML serialization instead of JSON.