You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: