dolittle/DotNET.SDK

View on GitHub
Source/SDK/Proto/ProtoInternalsLoggerFactoryProxy.cs

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

        public void Log(LogLevel logLevel, int eventId, object state,
            Exception exception, Func<object, Exception?, string> formatter)
Severity: Minor
Found in Source/SDK/Proto/ProtoInternalsLoggerFactoryProxy.cs - About 35 mins to fix

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

            public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter) =>
    Severity: Minor
    Found in Source/SDK/Proto/ProtoInternalsLoggerFactoryProxy.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status