Closed tjoubert closed 1 year ago
Shouldn't we set the new property in the API method the issue was opened for? Otherwise the issue won't be fixed.
You mean in PostCreateViewAsync()
. Is it a good idea to hard-code this (i.e. applySerializationOptionsToObjectValuesInDictionaries: true
)? Or is it better to allow the caller to pass a ApiClientSerializationOptions
instance as a parameter that is null by default for backward compatibility?
Good idea to simplify the name. Done.
@DiscoPYF , I've also applied these changes to PatchViewPropertiesAsync()
and PutViewPropertiesAsync()
Solves Issue #400 This is a follow-on PR from #401 Issues raised in the comments in the old PR have been fixed by this one.