C# code generation uses RestSharp

De C# sample code uses RestSharp but this is not ideal.

  1. Its a separate NuGet package, so an extra dependency
  2. RestShap is still maintained, but not with a lot of high activity
  3. Its opiniated
  4. Microsoft has put a lot of effort into HttpClient en HttpClientFactory so API client wrappers are not really needed anymore (I understand back in the days this was preferred, I wrote about 10 wrappers myself :S)

Can we adjust this?

Thanks for the feedback, we’ll look into it.