Furer Alexander

Results 195 comments of Furer Alexander

Too much `if... then`, IMO. Public API has to be easy to understand and leave no place for ambiguity. I think that retuning `Maybe` from setter is more friendly than...

Given that [Ocelot is no longer maintained](https://github.com/ThreeMammals/Ocelot/issues/1539)

If you redesign the code to decouple swagger stuff from proxy configuration calls, then it would be easier to adapt it to other proxies as well : yarp, haproxy, ngnix,...

Same here, we are migrating in-proc AZ functions to `dotnet8` `in-proc` support. Please support this as well. Thanks

@vitalybibikov , can you please at least patch the `3.3.2` by changing ```` SystemTextJsonOutputFormatter implementationInstance = new SystemTextJsonOutputFormatter(new JsonSerializerOptions()); ```` to ```` SystemTextJsonOutputFormatter implementationInstance = new SystemTextJsonOutputFormatter(new JsonSerializerOptions({ TypeInfoResolver =...