Lean365

Results 1 issues of Lean365

### Describe the bug When using the [FromForm(Name = "file")] parameter, the swagger error code is as follows. ```csharp public IActionResult ImportData([FromForm(Name = "file")] IFormFile formFile) { List list =...

bug
needs-repro