Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

Swagger tools for documenting API's built on ASP.NET Core

Results 332 Swashbuckle.AspNetCore issues
Sort by recently updated
recently updated
newest added

### 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....

bug
help-wanted

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...

dependencies
.NET
version-major

### 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...

bug

# 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...

help-wanted
version-major

### 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...

feature suggestion

### 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....

question

### 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 =...

bug
needs-repro

### 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...

bug

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...

p3
help-wanted