petrsvihlik/WopiHost

View on GitHub
src/WopiHost.Core/Controllers/WopiBootstrapperController.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method GetRootContainer has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    [HttpPost]
    [Produces(MediaTypeNames.Application.Json)]
    public IActionResult GetRootContainer() //TODO: fix the path
    {
        var authorizationHeader = HttpContext.Request.Headers.Authorization;
Severity: Major
Found in src/WopiHost.Core/Controllers/WopiBootstrapperController.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status