Open stephanruhland opened 2 years ago
Would be so great if @justinyoo could take a look at this, please.
This functionality would be useful for us since we want to migrate from in-process to isolated process and we had the ability with Swashbuckle previously
+1
Describe the issue It would be nice to allow to implement custom logic to manipulate the generation of operations and schemas, similarly to what Swashbuckle provides: Extend Generator with Operation, Schema & Document Filters
Example use cases
This feature is a successor of feature request #376 after the support of IDocumentFilter where implemented.