dolittle/DotNET.SDK

View on GitHub
Source/Extensions.AspNet/TenantScopedServiceProviderMiddleware.cs

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method InvokeAsync has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public async Task InvokeAsync(HttpContext context)
    {
        if (_client is not { IsConnected: true })
        {
            DolittleClientNotReady();
Severity: Minor
Found in Source/Extensions.AspNet/TenantScopedServiceProviderMiddleware.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status