Darrel

Results 511 comments of Darrel

@sebastienlevert I think were all happy with the VS Code command based integration that is now released. Is there any reason to keep this issue open?

I am assuming you mean the `In` property rather than `Location` as there is no Location property. However, the `In` property is only applicable to `type` equal to `apiKey`. It...

It is on our roadmap https://github.com/microsoft/OpenAPI.NET/issues/795

I hadn't noticed this. I agree that making the type property of type object is not going to be a great experience. However, I'm not sure making it an array...

Interface IPropertyBag and the property should be called "PropertyBag". Yes it is ugly but we don't have a better suggestion for capturing the fact that these properties are ephemeral.

Implicit OAuth2 flow is not supported by Copilot. However, just because an OpenAPI does not say the API supports OAuth2 AuthCode does not mean the API doesn't support it. We...

@SLdragon You could, but you would be violating the spirit of the OpenAPI specification. consider a different example. If an operation declares that it returns 200 and a 400, should...

Also there seem to be two different issues being discussed here: 1) Should we fail if implicit flow is supported? 2) Should we fail if some security schemes are described...

@mderriey Thank you for raising this and it is awesome that you have made an attempt at a PR. My first reaction to this problem is one of mild terror....

@jhancock-taxa Can I confirm that the JSON Schema you used here is correctly read and written by OpenAPI, however Kiota has problems processing this schema? If so, we can transfer...