aspnetcore
aspnetcore copied to clipboard
Add OpenAPI operation and schema transformer interfaces
Add OpenAPI operation and schema transformer interfaces
Add interfaces for transforming OpenAPI operations and schemas.
Description
- Add
IOpenApiOperationTransformer. - Add
IOpenApiSchemaTransformer. - Rename
Use*Transfomer()methods toAdd*Transformer().
Fixes #56022
Test failure is #56372.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
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...