DORSETRIGS
Home

swashbuckle.aspnetcore (8 post)


posts by category not found!

How to resolve Swashbuckle/Swagger -UI model naming issue for generics?

Taming the Wild Generics Resolving Swashbuckle Swagger UI Model Naming Issues Problem When using generics in your ASP NET Core API with Swashbuckle Swagger UI y

2 min read 05-10-2024 51
How to resolve Swashbuckle/Swagger -UI model naming issue for generics?
How to resolve Swashbuckle/Swagger -UI model naming issue for generics?

How to hide a property just in post request description of swagger using swashbuckle?

Hiding Properties in Swagger Post Request Descriptions with Swashbuckle When developing APIs using ASP NET Core and Swagger you might encounter a situation wher

2 min read 05-09-2024 52
How to hide a property just in post request description of swagger using swashbuckle?
How to hide a property just in post request description of swagger using swashbuckle?

Enable CORs for Swashbuckle swagger.json in .NET Lambda API

Enabling CORS for Swashbuckle Swagger json in NET Lambda API This article explores how to enable Cross Origin Resource Sharing CORS for your Swashbuckle Swagger

2 min read 05-09-2024 51
Enable CORs for Swashbuckle swagger.json in .NET Lambda API
Enable CORs for Swashbuckle swagger.json in .NET Lambda API

Hide complex read only property from Swagger UI

Hiding Complex Read Only Properties from Swagger UI in NET 5 Swagger UI is a powerful tool for documenting and interacting with your APIs However sometimes you

2 min read 04-09-2024 52
Hide complex read only property from Swagger UI
Hide complex read only property from Swagger UI

Cannot publish ASP.NET Web API to Azure App Service (with SwashBuckle)

Conquering the Cannot Publish ASP NET Web API to Azure App Service with Swashbuckle Error Publishing your ASP NET Web API application to Azure App Service can b

2 min read 04-09-2024 52
Cannot publish ASP.NET Web API to Azure App Service (with SwashBuckle)
Cannot publish ASP.NET Web API to Azure App Service (with SwashBuckle)

How to get enum documentation in Swagger

Getting Enum Documentation in Swagger A Practical Guide When building APIs clear documentation is essential Swagger helps you achieve this but capturing detaile

2 min read 31-08-2024 51
How to get enum documentation in Swagger
How to get enum documentation in Swagger

How to configure Newtonsoft JSON.NET serializer settings for Swagger example classes?

Customizing JSON NET Serializer Settings for Swagger Examples in ASP NET Core When developing REST APIs in ASP NET Core its common to use JSON NET for object se

2 min read 30-08-2024 55
How to configure Newtonsoft JSON.NET serializer settings for Swagger example classes?
How to configure Newtonsoft JSON.NET serializer settings for Swagger example classes?

How to show description in Swagger of an IFormFile

Displaying Descriptions for I Form File in Swagger A Comprehensive Guide Swagger is a powerful tool for documenting and testing APIs It automatically generates

2 min read 28-08-2024 49
How to show description in Swagger of an IFormFile
How to show description in Swagger of an IFormFile