Derek-R-S/Light-Reflective-Mirror

View on GitHub
LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method WriteTitle has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        void WriteTitle()
        {
            string t = @"  
  _        _____    __  __                                                
 | |      |  __ \  |  \/  |                                               

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

            public async Task MainAsync()
            {
                WriteTitle();
    
                instance = this;

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

              public async Task AddServer(string serverIP, ushort port, ushort endpointPort, string publicIP, int regionId)

        There are no issues that match your filters.

        Category
        Status