Derek-R-S/Light-Reflective-Mirror

View on GitHub
ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/ProgramConfigurator.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ConfigureTransport has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private void ConfigureTransport(Assembly asm)
        {
            var transportClass = asm.GetType(conf.TransportClass);
            WriteLogMessage("OK", ConsoleColor.Green);

    There are no issues that match your filters.

    Category
    Status