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

Swashbuckle.AspNetCore 5.5.1 When `IncludeXmlComments(..., includeControllerXmlComments: true)` is used, but only some controllers have comments, it's unable to change the order of groups with `OrderActionsBy`(the ones with description is always the...

p3
stale

using OpenApiInfo. example ``` c.SwaggerDoc("v1", new OpenApiInfo { Version = "v1", Title = "Innofit testAPI V 0.0.0.1.", Description = "Innofit Backend API Documents.", TermsOfService = new Uri("https://"), License = new...

p3
stale
needs-repro

I have already asked this in [stackoverflow](https://stackoverflow.com/questions/66438535/enabled-authusepkce-for-swaggerui-but-the-server-returns-pkce-missing-challenge), but did not get any response. I am using version v5.0.0 of Swashbuckle in my asp net core 3.1 app : ``` options.AddSecurityDefinition("OAuth2",...

stale
needs-repro

Version 6.0 and above can get the Summary comment of Action, but cannot get the content in the parameter comment param of Action

stale
needs-repro

Can we generate swagger definition for endpoint routing? ``` public static IEndpointConventionBuilder MapState(this IEndpointRouteBuilder endpoints, string pattern) { var pipeline = endpoints.CreateApplicationBuilder() .UseMiddleware() .Build(); return endpoints.Map(pattern, pipeline); } ```

stale

Hi I am using version 6.1.3 with .net core 5.0 web api project. I keep getting "no operations defined in spec" although my controllers are correctly constructed. So generator doesn't...

stale
needs-repro

I was redirected from: https://github.com/swagger-api/swagger-ui/issues/7237 Please see attached minimal repro Visual Studio .Net Web Api project using ApiVersioning. There are 2 controllers: WeatherForecastV1Controller & WeatherForecastV2Controller. Both controllers have the ApiVersion...

needs investigation
stale

I've come across [this usecase](https://stackoverflow.com/questions/68101038/custom-operation-ids-for-single-document-and-not-the-other/68176836#68176836) where I wanted to serve the same OpenAPI document twice with two different sets of operation IDs. It would have been easier if I could...

needs investigation
stale

I'm using v6.1.4. I have noticed in our monitoring platform that we are receiving a large number of `HEAD` requests to the API Explorer which are being served a 404...

p2
help-wanted

I have a property with the following attribute: [RegularExpression("(?s)^[^\u0000-\u001f\\\\/*?|:\"]+$")] Swashbuckle emits the following JSON: "pattern": "(?s)^[^�-\\\\/*?|:\"]+$", "type": "string" Swagger-UI doesn't like this: ![image](https://user-images.githubusercontent.com/795010/120781020-f08bf580-c528-11eb-8b0e-2ed777d05335.png) I tried NSwag as well, and it...

needs investigation
stale