ASP.NET Core 2.2 introduces some new cool features to support Swagger in web API project. This post outlines the new core 2.2 features API Conventions and API Analyzers . Download ASP.NET Core 2.2 to test this feature. The code described in this post can be downloaded from here What is swagger? Swagger also known as Open API is a specification for describing REST APIs. It helps your web api...