Fedor Popov

Results 4 comments of Fedor Popov

So, you think that don't possibilities for work with jtoken for creating uri? I'm using jtokens how nodes, my top level object it's just object type )

I was also used System.Linq.Dynamic.Core, and that thing know how work with jtoken. And brokens when work with ExpandoObject ))) And with object ) But with jtoken ok )))

btw, my workaround ```csharp public class SwaggerEndPointProviderFixedFilter( IOptionsMonitor swaggerEndPoints, OcelotSwaggerGenOptions options) : SwaggerEndPointProvider( swaggerEndPoints: swaggerEndPoints, options: options), ISwaggerEndPointProvider { public new IReadOnlyList GetAll() => [.. base.GetAll().OrderByDescending(x => x.Key == "gateway")];...

Hello there, Problem with Ocelot core library, workaround here https://github.com/ThreeMammals/Ocelot/issues/1510