domaindrivendev / Swashbuckle.AspNetCore

Swagger tools for documenting API's built on ASP.NET Core
MIT License
5.26k stars 1.32k forks source link

[Bug]: When Content-Type is set to multipart/form-data; version=1.0 If you use a swagger request, the data will be requested in the data format of a JSON object. #3127

Open qcjxberin opened 2 weeks ago

qcjxberin commented 2 weeks ago

Describe the bug

When Content-Type is set to multipart/form-data; version=1.0 If you use a swagger request, the data will be requested in the data format of a JSON object.

image image This version appears when used with Asp.Versioning. In fact, there should be a corresponding treatment image

Expected behavior

No response

Actual behavior

No response

Steps to reproduce

No response

Exception(s) (if any)

No response

Swashbuckle.AspNetCore version

No response

.NET Version

No response

Anything else?

No response

qcjxberin commented 2 weeks ago

Can anyone help with that?