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

Thanks for contributing to Swashbuckle.AspNetCore! As per the [contributing guidelines](CONTRIBUTING.md), please adhere to the following rules of thumb before submitting your issue: 1. If it's not a bug report, feature...

stale
needs-repro

In startup.cs I add filter for all Error response, bcs I return own error object (ErrorResponse) by throw exception and in middleware I return this code in response. But these...

stale
needs-repro

v6.1.5 Model: ` [BindNever] [JsonIgnore] public List? Attachments { get {return _attachments;} } `

stale
needs-repro

I have a .NET 6 minimal api application. When I use method with int type parameter like ``` app.MapGet("/calc/{sum1}", (int sum1) => { var msg = String.Format($"Hey {sum1}"); Log.Information("/calc/{0} response:...

stale

I'm trying trying to create a merged swagger json out of various microservices that we have, as per the suggestions in #2043 but have found a bit of a stumbling...

needs investigation
stale

### What are you wanting to achieve? I have an endpoint like this: ```C# public async Task GetExaminationRegisterPayments([FromQuery] List filterModel){ //do something } ``` ```C# public class FilterItem { public...

question

![image](https://user-images.githubusercontent.com/26525599/148911137-526e199b-f94d-47c6-bb14-878088985117.png) If you delete fromform, you can have comments. I don't know why? I want post to receive two parameters. If fromform is not written, the parameters are received by...

stale
needs-repro

**Version**: `6.2.3` **Issue**: Corrupt file is being downloaded with HTTP response `400` **Description**: API is returning the binary data with HTTP response `400`. Swagger UI is showing the `Download File`...

stale
needs-repro

Hi, I have the following complex type which I would like to bind to as a query parameter. According to the ASP.NET docs complex types get flattened, however if I...

needs investigation
stale

Hi, I have an endpoint (same path) which must support a byte[]=application/octet-stream or a json=application/json. The reason is that clients can eventually use compression for their payload. Both definition I...

stale
needs-repro