Closed fenghao-chen closed 2 years ago
Looks fine to me.
Can you update https://github.com/hellosign/hellosign-dotnet-sdk/blob/openapi/run-build#L3 with the git commit hash you used for the new templates?
When will this be released? there is a vulnerability in the current Restsharp version that is used
Update RestSharp version to v108.0.1. Because RestSharp v107 contains many breaking changes, which makes this update non-trivial. Here's what I've done:
IRestResponse<T> Execute<T>
method, which broke unit tests. Use a different mocking framework instead