LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs
Method WriteTitle
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
void WriteTitle()
{
string t = @"
_ _____ __ __
| | | __ \ | \/ |
Method MainAsync
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public async Task MainAsync()
{
WriteTitle();
instance = this;
Method AddServer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public async Task AddServer(string serverIP, ushort port, ushort endpointPort, string publicIP, int regionId)