onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Application.SharedKernel/QueryHandlers/ListHandler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Handle has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public virtual async Task<PagedList<TResultDto>> Handle(
        TQuery query,
        CancellationToken cancellationToken)
    {
        EnsureArg.IsNotNull(query, nameof(query));

    There are no issues that match your filters.

    Category
    Status