Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Swagger tools for documenting API's built on ASP.NET Core
### Describe the bug As part of #3020 to fix #3018, a change was made to fix XML comments not being used to describe the request body for a form....
Add support for .NET 9 and drop support for out-of-support versions of .NET. Changes: - Add `net9.0` TFMs. - Drop TFMs for all out-of-support versions of .NET. - Bump version...
### Describe the bug In the `Apply` method of the `IOperationFilter` interface, all schemas in `operation.RequestBody.Content` are either `null` or have a `Count` of `0`.I've tested a lot of things...
# Pull Request ## The issue or feature being addressed It is currently not possible to set **Explode** and **Style** on the parameter. ## Details on the issue fix or...
Unfortunately it is a bit hard to search for "3.1" or "3.1.0" in GitHub so I hope I'm not raising a duplicate here. I was wondering what the plans on...
### Is your feature request related to a specific problem? Or an existing feature? When working on the source code for Swashbuckle, I would like Visual Studio and VS Code...
### What are you wanting to achieve? Hello guys, I'm trying to generate the documentation through the Swagger CLI, but my application has a call to the AWS Secret Manager....
### Describe the bug When using the [FromForm(Name = "file")] parameter, the swagger error code is as follows. ```csharp public IActionResult ImportData([FromForm(Name = "file")] IFormFile formFile) { List list =...
### Describe the bug Currently, value types are not required even when non-optional. This applies to `#nullable enabled` and `#nullable disabled` context. ### Expected behavior Value types should always be...
Hi, and thanks for all the great work on this package. [OpenAPI 3.x](https://swagger.io/docs/specification/callbacks/) / [Swagger](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#callbackObject) supports callbacks, but I can't seem to find any docs or code related to that...