aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Add OpenAPI operation and schema transformer interfaces

Open martincostello opened this issue 1 year ago • 1 comments

Add OpenAPI operation and schema transformer interfaces

Add interfaces for transforming OpenAPI operations and schemas.

Description

  • Add IOpenApiOperationTransformer.
  • Add IOpenApiSchemaTransformer.
  • Rename Use*Transfomer() methods to Add*Transformer().

Fixes #56022

martincostello avatar Jun 22 '24 09:06 martincostello

Test failure is #56372.

martincostello avatar Jun 23 '24 11:06 martincostello

/azp run

captainsafia avatar Jul 16 '24 00:07 captainsafia

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Jul 16 '24 00:07 azure-pipelines[bot]

Test failures seem to be an instance of https://github.com/dotnet/aspnetcore/issues/56828 that is affecting a few other PRs. The particular failrue doesn't seem like a flake but it's not impact all PRs so there might be something here...

captainsafia avatar Jul 16 '24 17:07 captainsafia