dolittle/DotNET.SDK

View on GitHub
Source/EventHorizon/Log.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method SuccessfullySubscribedTo has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        this ILogger logger,
        MicroserviceId producerMicroservice,
        TenantId producerTenant,
        StreamId producerStream,
        PartitionId producerPartition,
Severity: Major
Found in Source/EventHorizon/Log.cs - About 1 hr to fix

    Method FailedToSubscribeTo has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            this ILogger logger,
            MicroserviceId producerMicroservice,
            TenantId producerTenant,
            StreamId producerStream,
            PartitionId producerPartition,
    Severity: Major
    Found in Source/EventHorizon/Log.cs - About 1 hr to fix

      Method SubscribingTo has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              this ILogger logger,
              MicroserviceId producerMicroservice,
              TenantId producerTenant,
              StreamId producerStream,
              PartitionId producerPartition,
      Severity: Major
      Found in Source/EventHorizon/Log.cs - About 50 mins to fix

        There are no issues that match your filters.

        Category
        Status