zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

.net core 3.0 HttpResponseMessage.EnsureSuccessStatusCode not dispose anymore #74

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage.ensuresuccessstatuscode?view=netcore-3.0

So, a switch for 3.0?

zijianhuang commented 4 years ago

https://www.stevejgordon.co.uk/demystifying-httpclient-internals-httpresponsemessage

zijianhuang commented 4 years ago

done