guibranco/CrispyWaffle

View on GitHub
Src/CrispyWaffle.Eventlog/Log/Adapters/EventLogAdapter.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ConfigureSource has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private static void ConfigureSource(EventLog log, string source)
        {
            var sourceData = new EventSourceCreationData(source, log.Log)
            {
                MachineName = log.MachineName
Severity: Minor
Found in Src/CrispyWaffle.Eventlog/Log/Adapters/EventLogAdapter.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status