Confirm SchemaReaderErrors property already implemented on OpenApiClientProvider#328
Closed
Copilot wants to merge 1 commit into
Closed
Confirm SchemaReaderErrors property already implemented on OpenApiClientProvider#328Copilot wants to merge 1 commit into
Copilot wants to merge 1 commit into
Conversation
Copilot
AI
changed the title
[WIP] [Repo Assist] Add SchemaReaderErrors property to OpenApiClientProvider
Confirm SchemaReaderErrors property already implemented on OpenApiClientProvider
Mar 17, 2026
Contributor
|
is the related |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #160 requested surfacing OpenAPI parse errors as a property on the generated type when
IgnoreParseErrors=true. This was implemented and merged via PR #327.What's in place
Provider.OpenApiClient.fs—SchemaReaderErrors : string liststatic property on the generated root type; populated as"<message> @ <pointer>"entries, returns[]for valid schemasSwagger.SchemaReaderErrors.Tests.fs— Tests covering valid schema → empty list, error schema +IgnoreParseErrors=true→ non-empty list, and entry format validationnullable-parameter-issue261.json— Minimal test schema with a parameter-levelnullable: true(invalid in OpenAPI 3.0) to exercise the error pathUsage
Issue #160 is already closed. This PR confirms the implementation is complete with no additional changes required.
Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.