Ad
  • Default User Avatar

    Linq has been a part of C# since version 3. It is not a separate library. Using linq means you are writing functional code. If you are a beginner, you should try writing loops to understand programming but I would never use a loop to find an item in a collection in production code.

  • Default User Avatar
  • Default User Avatar

    I'm getting this error for the C# solution. Please fix the issue.

    Compilation succeeded - 1 warning(s)

    {"stdout":"","stderr":"/tmp/csharp116429-24-vthy9a/fixture.cs(11,20): warning CS0414: The private field `KataTest.random' is assigned but its value is never used\n","wallTime":0}

  • Default User Avatar

    There are some warnings in the C# solution about unused member fields in the tests which are assigned but not used.

  • Default User Avatar

    This kata has a compilation issue in C#. Please fix it.

    Compilation succeeded - 1 warning(s)

    {"stdout":"","stderr":"/tmp/csharp116421-25-hhdjpk/fixture.cs(26,12): warning CS0219: The variable `val' is assigned but its value is never used\n","wallTime":0}