Darrel
Darrel
@asbjornu Thanks! Committed your changes.
I believe the spirit of the original wording was that constant path segments that align with templated path segments are not ambiguous. Updates to the wording around that to make...
@sander1095 What @svrooij suggested definitely is not cheating. It is a core philosophy of Kiota that the projected language experience is as close a match to the HTTP API description...
Notes from our community call on 2024-04-12 on this topic. ```yaml openapi: 3.1.0 components: schemas: baseObject: type: object properties: id: type: string name: type: string complex: type: object properties: a:...
@MaggieKimani1 @irvinesunday @baywet As a follow up to our conversation on Tuesday, I have a proposal. - Creating an OpenAPIDocument via a public ctor will always create an OpenAPIWorkspace. That...
@baywet That was my first thought too. However, we need to qualify the identifier of the reference with an id of the document because you could have two references in...
I was reminded by @irvinesunday that proxy reference objects already accept the hostdocument so there may be no need to add hostDocument as an optional constructor to all the base...
@jwmb ...or let us consider another theory. A big chunk of the dev team has been asked to work on security related issues. The remaining developers are being asked to...
Work ongoing in #841
We should investigate if this kind of error reporting is possible when moving to System.Text.Json #841