mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-14 15:43:42 +00:00
* improved apiclient.mustache to keep it dry, sharing a single exec with Action<> delegate. * updated samples and test * Removed async from ApiClient.mustache Updated samples * Revert change to CSharpClientDeepObjectTest.java * Fix async await (it was not waiting creating a null exception) Updated samples * Fix File IO namespace with using directive * Improved comments on new methods Added new DRY method DeserializeRestResponseFromPolicy * Fix comments and parameters for new method DeserializeRestResponseFromPolicy Updated samples