Darrel

Results 511 comments of Darrel

Unfortunately Set-Cookie is an exception to the rule of HTTP headers https://www.rfc-editor.org/rfc/rfc9110.html#section-5.3 I wonder if we could use a schema of type object to describe the returned cookie pairs. e.g....

Something like this? I may be missing something completely. I have never used an API that uses Set-Cookie, so I have no experience with it. Do you have any insight...

@y4my4my4m Would it be possible to provide examples of how this would have been useful for you? We should definitely revisit this issue in moonwalk.

Please review and merge @OAI/tsc

Closing because the conversation is now happening in Moonwalk discussions https://github.com/OAI/sig-moonwalk/discussions/46

Kiota has been added. Let's hold off on Hidi for the moment.

@marina-p We can merge this entry. However the readme of the project uses the term "Swagger" when it means OpenAPI. The contributing guidelines say, > Try and avoid using the...

Thank you @mikekistler

Is this still an active project? I don't see any activity on the repo for the last 6 months.

When cloning OpenApiPaths we are using the standard Dictionary constructor which does not do a clone of the values of the key value pairs. https://github.com/microsoft/OpenAPI.NET/blob/vnext/src/Microsoft.OpenApi/Models/OpenApiExtensibleDictionary.cs#L31