Clément Guyonnet

Results 3 issues of Clément Guyonnet

I wanted to define some `ResponseInterceptor` for SwaggerUI but it looked like these options were never actually set ([cf. `BuilderExtensions:InitUIOption()`](https://github.com/Burgyn/MMLib.SwaggerForOcelot/blob/0fec51330b79da40db56b2b8eed7214971cb60da/src/MMLib.SwaggerForOcelot/Middleware/BuilderExtensions.cs#L99)). This PR aims at providing better control over SwaggerUI options...

I'm having trouble filling a property that is inherited from an abstract base class. Whatever the setup I try, it seems the property gets ignored by the filler. In the...