Abdulatif Rasulov
Abdulatif Rasulov
Move GetInnerMessage method from all controllers to extension method and use it in all controllers
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...