Skip to content

feat(csharp): support OpenAPI 3.2 query parameters#258

Merged
HavenDV merged 1 commit intomainfrom
codex/issue-232-openapi-32-parameters
Apr 9, 2026
Merged

feat(csharp): support OpenAPI 3.2 query parameters#258
HavenDV merged 1 commit intomainfrom
codex/issue-232-openapi-32-parameters

Conversation

@HavenDV
Copy link
Copy Markdown
Collaborator

@HavenDV HavenDV commented Apr 9, 2026

Summary

  • add request generation support for OpenAPI 3.2 in: querystring parameters and cookie parameters
  • support emitting pre-serialized raw query string fragments in the generated path builder
  • add a focused CLI regression covering query, additionalOperations, querystring, and cookie

Verification

  • dotnet build /p:TreatWarningsAsErrors=true
  • dotnet test src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj --filter "FullyQualifiedName~Generate_WithOpenApi32QueryStringCookieAndAdditionalOperations_BuildsAndEmitsSupport"

Closes #232

@HavenDV HavenDV merged commit 6c37dc0 into main Apr 9, 2026
2 of 3 checks passed
@HavenDV HavenDV deleted the codex/issue-232-openapi-32-parameters branch April 9, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support OpenAPI 3.2 parameter/query model and additional operations

1 participant