Richard Ward

Results 15 comments of Richard Ward

Is there any news on this? I've hit a vendor specification which uses oneOf and none of the client generators I can find work satisfactorily. * NSwag just doesn't work....

#8146 is in v4.14.0 and looks like it might be relevant, but I haven't had chance to give it a look over yet.

Oh. It's a start, I guess? Authorization Code is the flow that I ran into this one on back in March too, and I was just as baffled by it...

Awesome! I've been looking for something like this for months, and everything I've found has either been deprecated or requires server config changes that I'm pretty sure customers won't like....

Not quite - this is for code that exists and can be reached, but that will never return. Consider the toy function `Bar`, as above: ```csharp int Bar() { if...

The compiler will currently generate an error if there is a path that does not return. I'm asking if it's possible for that error to identify _which_ path(s) don't return.

As an example, the code below gives the error "'Program.Main()': not all code paths return a value". Could it instead (or as well) say something like "'Program.Main()' will not return...

Ooh, I thought this was dead. Nice to see it's been picked up again - is there any more info that you want from me?

Better still - it's also fixed for the auth code flow in swagger-api/swagger-ui#8268