domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
C#MIT
Issues
- 2
[Bug]: Breaking change in 6.6.1; It now requires you to have the `Regex` Route Constraint even if you don't use it
#2951 opened by KennethHoff - 2
- 3
[Feature request]: Add parameter support to CLI tool
#2983 opened by remcolam - 10
[Bug]: Operation parameter with [FromForm] should not be used to describe a request body if more than one such parameter
#3038 opened by martincostello - 5
[Question]: Ensuring the Correct Order of Operation and Schema Filters in Swashbuckle.AspNetCore
#2993 opened by gokayokutucu - 2
[Bug]: In the `Apply` method of the `IOperationFilter` interface, all schemas in `operation.RequestBody.Content` are either `null` or have a `Count` of `0`.
#3017 opened by MuQuanyu - 1
[Question]: How to use markNonNullableTypeAsRequired
#3034 opened by lunatiqqc - 3
[Bug]: Breaking change with Dictionary of Enum, when Enum has multiple values with same ordinal
#2956 opened by MSACATS - 0
- 8
[Feature request]: EditorConfig
#3019 opened by codecooper - 7
[Question]: WithOpenApi and ParameterFilters
#3037 opened by jgarciadelanoceda - 1
- 2
[Bug]: RegEx example data includes characters that are not allowed.
#3057 opened by richard-collette-precisely - 1
[Bug]: [FromForm(Name = "file")] parameter
#3055 opened by Lean365 - 0
- 10
[Bug]: Exception in SwaggerGen for IQueryable<T> result (OData) upgrading v6.7.2 to v6.7.3
#3051 opened by AndreaCuneo - 1
[Bug]: Swashbuckle hangs generating swagger.json for certain public Controller functions not intended as endpoints
#3047 opened by wizofaus - 2
[Bug]: SupportNonNullableReferenceTypes does not support nonnullables in nested types after the 2nd level of nesting
#3040 opened by SaebAmini - 1
Can I use default post instead of specifying post or get?
#3045 opened by bbhxwl - 4
[Bug]: Swashbuckle.AspNetCore.Cli v.6.7.0 doesn't generate format of the property
#3005 opened by AndriiBlandov - 21
[Bug]: The annotation of the field parameter using FromForm in the interface is not displayed
#3018 opened by qcjxberin - 1
[Bug]: Topbar wrapper changed from img to svg
#3033 opened by pawan-atl - 2
Scope checkbox no longer added after upgrade
#3032 opened by xinramh - 5
[Bug]: A nullable struct property results in an invalid generated schema.
#3013 opened by igor-korolyov - 4
Missing Authorization Header in Swagger UI After Upgrading Swashbuckle.AspNetCore from 6.5.0 to 6.6.1
#3024 opened by PAVITHRA2999 - 1
- 0
[Bug]: Nullability problems with dictionaries
#3022 opened by ozziepeeps - 11
- 4
[Bug]: String in json format as input for [FromForm] is not recognized in UI
#3014 opened by KillerBoogie - 0
- 0
- 1
- 5
[Bug]: Using SetCurrentDirectory in combination with AfterTargets does not work while publishing
#3000 opened by AlanMcInally - 1
- 6
[Bug]: Example value in XML comment doesn't work when using source generation for JSON serialization
#2985 opened by hackerzhuli - 1
[Feature request]: Attributes to delegate custom OpenApiSchemas for specific types
#2990 opened by Barbiero - 0
- 2
- 4
[Bug]: Exception thrown: 'Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException' in System.Private.CoreLib.dll with version 6.6.x
#2989 opened by fhurta - 4
[Bug]: Record nullable property (reference type) not marked as nullable in generated open api specification
#2987 opened by panky98 - 4
[Bug]: attributes are moved to allOf instead of in the root of an object after updating from 6.5.0 to 6.6.2
#2964 opened by DerGary - 1
- 1
[Bug]: CSS related operationId name is breaking line
#2978 opened by WKnak - 0
[Question]: How to tell SwaggerUI using "Standard Query Parameters" instead of "JSON-encoded Query Parameters" with GET method?
#2970 opened by nighttiger1990 - 0
- 0
- 2
[Bug]: Breaking: Writes default values for exclusiveMaximum/exclusiveMinimum to openapi.json
#2959 opened by bkoelman - 2
- 4
- 1
[Bug]: Command dotnet tool install Swashbuckle.AspNetCore.Cli returns 401 for .NET 8
#2949 opened by CezaryCezary1234