Adding Swagger Generation Support in Asp.Net Core 3.0 #8908
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Swagger is nowadays a standard for Api Documentation, expecially 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 ( like this 7945 and so on) neither from .Net/.Net Core Framework.
The situation is different in Java, where the support for swagger-code generation via plugin is a very solid reality.
Could we be able to add a native Swagger support in .net core for better working in this microServices age?
Thank you
The text was updated successfully, but these errors were encountered: