Kendall Bennett

Results 93 comments of Kendall Bennett

Interesting. What options did you end up needing?

BTW, I noticed the API spec added a bunch of new enumeration values, but they were added in the MIDDLE of the existing enumerations. This is a really bad idea...

I am going to rebase on top of the latest changes, but is there a reason my changes cannot be accepted upstream? All of these changes are necessary changes to...

No, we have not rebuilt it yet and I have been using my own version of the API spec for years anyway as I fixed a ton of stuff that...

BTW we worked around the issue by adding some improved exception handling to simply log the errors (we had missed a couple of spots). So we don't really need the...

I would prefer this also. There are lots of problems with HttpClient when used incorrectly (non single instance). So we always use RestSharp now and have our own wrappers around...

Forked the code, so gonna take a look at implementing this. BTW, the option to use a non single instance of HttpClient really need to be removed. You should not...

I started on this and added the UI option, but after using the HttpClient version not sure if it's all that necessary. Since these API's are not using cookies, using...

Well NSwag does not use IHttpClientFactory, and honestly it should not. It should be up to the caller to create an IHttpClient instance and inject it into the client class...