Anapher/Strive

View on GitHub
src/Services/Identity/Identity.API/Program.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Main has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static int Main(string[] args)
        {
            Log.Logger = new LoggerConfiguration()
                .MinimumLevel.Debug()
                .MinimumLevel.Override("Microsoft", LogEventLevel.Warning)
Severity: Minor
Found in src/Services/Identity/Identity.API/Program.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status