Sean Sanchez

Results 1 comments of Sean Sanchez

Might be able to utilize the ClientBaseClass property of CSharpClientGeneratorSettings to handle this issue instead of manually editing the generated classes. ``` public class GeneratedClientBase { public void UpdateJsonSerializerSettings(JsonSerializerSettings settings)...