services/app/apps/runner/dockers/csharp/check/Checker.cs
Method Test
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void Test(bool success)
{
TextWriter oldOut = Console.Out;
StringBuilder sb = new StringBuilder();
TextWriter newOut = new StringWriter(sb);
Method AssertSolution
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
static bool AssertSolution(object result, object expected, IList<object> args, string output, double executionTime, IList<AssertResult> executionResults, CompareLogic compareLogic, bool success)