dolittle/DotNET.SDK

View on GitHub
Source/Events.Processing/Internal/EventProcessor.cs

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public async Task<TResponse> Handle(TRequest request, ExecutionContext executionContext, IServiceProvider serviceProvider, CancellationToken cancellation)
    {
        using var activity = request is HandleEventRequest ? null : executionContext
            .StartChildActivity("Handle " + request.GetType().Name)
            ?.SetTag("kind",Kind.Value);
Severity: Minor
Found in Source/Events.Processing/Internal/EventProcessor.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status