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

- Add a simple common README file for all NuGet packages. - Cherry-pick changes from #2715 to update README links from HTTP to HTTPS.

documentation

Update redoc to the latest 2.1.3 release and enable dependabot updates.

dependencies
javascript

Sort system usings first, rather than strict alphabetical. See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768#issuecomment-2053936433.

Add an explicit check for supported HTTP methods. Resolves #2740.

bug fix

Fix properties not being copied during clone. I looked into testing the method directly, but that involved what I thought was too much complication to get `[InternalsVisibleTo]` working. Instead I've...

bug fix

Fix the build badge not rendering a status correctly.

Add missing suffix to the prerelease label for previews.

Add security policy to resolve https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/code-scanning/6. @domaindrivendev if this isn't turned on in the repo settings, could you do so?

## Background We have an API which publishes it's contract as on OpenAPI doc using Swashbuckle 6.5.0. One route on that API publishes a dynamic javascript hash object which we...

help-wanted

Hello, i've got an issue or i really don't understand something. I would like to have 2 different controller's actions returning the **same type**. in one : ``` [HttpGet("{key}")] public...