Changing how ASP.NET generates OpenAPI schema names
Learn how to customize ASP.NET's default OpenAPI schema name generation to resolve naming conflicts between models in different namespaces.
Learn how to customize ASP.NET's default OpenAPI schema name generation to resolve naming conflicts between models in different namespaces.
A tutorial on enabling OpenAPI/Swagger support in .NET Isolated Azure Functions, covering package installation and attribute configuration.
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.
A guide to generating mock APIs with fake data from Swagger/OpenAPI specs using Open API Mock and Swashbuckle for ASP.NET Core.
A tutorial on generating Azure Functions directly from an OpenAPI/Swagger specification using VS Code or the AutoRest tool.
A guide to integrating Swagger UI for documenting REST APIs in Azure Function v2 and v3, covering setup, configuration, and code examples.
A guide on splitting large OpenAPI specification files into multiple, manageable files to improve workflow and maintainability.
A guide on adding ReDoc code examples to Django REST Framework API documentation using the drf-yasg package and custom schema generation.
Explains how to hide specific controllers or actions from Swagger/OpenAPI documentation in ASP.NET Core using conventions.
Explains the purpose and benefits of the ActionResult<T> type in ASP.NET Core 2.1 for improving API action return types and documentation.
A tutorial on integrating Swagger UI documentation into a .NET Core Web API project using Swashbuckle.
How to filter out RavenDB's internal API endpoints from your Swagger documentation using a custom Document Filter in Swashbuckle.