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
UseJsonSerializerSettings currently doesn't allow access to original VMSerializer.SerializerSettings value to avoid serializing Action and ICommand properties.
To VMContractResolver to work properly I have added additional methods to give us better direct access to instantiate Dotnetify's Json converter.
Regards
Mason
The text was updated successfully, but these errors were encountered:
Apparently there are existing code in the project that doesn't meet the standard, should I make further changes on other areas to suppress the code standard error?
Hi,
UseJsonSerializerSettings currently doesn't allow access to original
VMSerializer.SerializerSettings
value to avoid serializingAction
andICommand
properties.To VMContractResolver to work properly I have added additional methods to give us better direct access to instantiate Dotnetify's Json converter.
Regards
Mason
The text was updated successfully, but these errors were encountered: