petrsvihlik/WopiHost

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

Summary

Maintainability
A
1 hr
Test Coverage

Method EnumerateChildren has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    [HttpGet("{id}/children")]
    [Produces(MediaTypeNames.Application.Json)]
    public Container EnumerateChildren(string id)
    {
        var container = new Container();
Severity: Minor
Found in src/WopiHost.Core/Controllers/ContainersController.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status