Swagger is nowadays a standard for API Documentation, especially when we work on microServices or simple API.
At this moment, there's no full support, in .Net/.Net Core for Swagger code generation, neither from swagger's editor because of some problem neither from .Net/.Net Core Framework.
The situation is different in Java, where the support for swagger-code generation via a plugin is a very solid reality.
Could we be able to add native Swagger support in the .net core for better working in this microServices age?
Thank you