MMLib.SwaggerForOcelot icon indicating copy to clipboard operation
MMLib.SwaggerForOcelot copied to clipboard

This repo contains swagger extension for ocelot.

Results 28 MMLib.SwaggerForOcelot issues
Sort by recently updated
recently updated
newest added

**Describe the bug** As stated in the title. **Expected behavior** I found that there is a line of code in the source code SwaggerForOcelotMiddleware.cs that reads "if (SwaggerServiceDiscoveryProvider. ServiceProviderType!=" Consul...

I use dotnet 8 and the nuget package 8.2.0 without updating the ocelot package (a new version 23.2.0 was released). The ocelot gatewat is accessible from the url https://example.com/internal-gateway/... I...

This pull request introduces key improvements and refactoring to enhance the functionality and maintainability of the SwaggerForOcelot library: Refactor AddSwaggerEndPoints Validation The AddSwaggerEndPoints method in BuilderExtensions.cs has been refactored to...

The current implementation of the **AddSwaggerEndPoints** method in **BuilderExtensions.cs** has some areas that can be improved, particularly in terms of argument validation and options management. Below are the identified areas...

### Overview: This PR introduces several key updates related to Consul service discovery and Swagger endpoint handling within the Ocelot setup. ### Changes: 1. **Added `MMLib.ServiceDiscovery.Consul`:** - Introduced a new...

There is a problem with the paths section in the generated Swagger JSON. The paths currently do not include the appropriate service name prefix, causing potential issues with routing and...

I am currently working on implementing Swagger with Ocelot for a production environment using MMLib, but I am facing some challenges that I couldn't resolve. The setup works perfectly in...

Hello there, I suggest adding the [it self gateway first definition] property to ensure that Gateway is the first definition in the list. Full code implementation in the comments, thanks!...