79367651

Date: 2025-01-18 17:35:35
Score: 1
Natty:
Report link

I found... really silly error, not concerning asynchronous stuff. It works with $

  public static void PrintMembers(ref IList<User> ms)
    {
        foreach (var m in ms)
        {
            Console.WriteLine($"{m.FullName}",  m);
        }
        Console.WriteLine();
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: JeeyCi