dolittle/DotNET.SDK

View on GitHub
Source/Projections/Store/Log.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GettingOneProjectionState has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    internal static partial void GettingOneProjectionState(this ILogger logger, Key key, ProjectionId projection, Type projectionType, ScopeId scope);
Severity: Minor
Found in Source/Projections/Store/Log.cs - About 35 mins to fix

    Method GettingOneProjection has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        internal static partial void GettingOneProjection(this ILogger logger, Key key, ProjectionId projection, Type projectionType, ScopeId scope);
    Severity: Minor
    Found in Source/Projections/Store/Log.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status