OpenApiFeature's SchemaFilter is not called

I am upgrading an application from v4.5.4 to V5.9.0 and I am testing the new OpenAPI plugin to see if it can handle my filtering needs. I like what I can do with the filters however I noticed that SchemaFilter is never called.

I can probably use ApiDeclarationFilter to achieve want I need however it would be great if SchemaFilter worked.

ok SchemaFilter should now be getting called in the latest v5.9.3 that’s now available on MyGet.

1 Like