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
Currently it is already possible to change the default JsonContractResolver. However it is not possible to change other settings (like adding the StringEnumConverter) for just JsonApiDotNetCore (it is possible to change the global default settings via JsonConvert.DefaultSettings)
Is there a reason why this is not possible? If not, I am happy to provide a PR where it is possible to change all settings.
The text was updated successfully, but these errors were encountered:
Currently it is already possible to change the default
JsonContractResolver
. However it is not possible to change other settings (like adding the StringEnumConverter) for just JsonApiDotNetCore (it is possible to change the global default settings viaJsonConvert.DefaultSettings
)Is there a reason why this is not possible? If not, I am happy to provide a PR where it is possible to change all settings.
The text was updated successfully, but these errors were encountered: