0x00000FF/PEngine

View on GitHub
Sources/PEngine.Web/Controllers/FileController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method Upload has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

[HttpPost]
[Authorize]
public async Task<IActionResult> Upload(List<IFormFile> files)
{
var succeeded = new List<UploadResultVM>();
Severity: Minor
Found in Sources/PEngine.Web/Controllers/FileController.cs - About 1 hr to fix
    Category
    Status