Ad
  • Default User Avatar

    You don't even get something like "Expected", "Got"? Only errors as you reported above? When I tried a few solutions of the guys who passed in C# I used two solutions where there was a use of TimeSpan and they passed like a charm. Nevertheless their solutions were at least twice as long as solutions without TimeSpan. Good luck and tell me when you succeed!

  • Default User Avatar

    Before posting an issue be sure of your code:-)
    Many guys passed the C# kata with no problems. I just tried a few solutions and I got no problems at all. There is nothing wrong with the random tests or fixed tests. You got:

    String was not recognized as a valid TimeSpan.

    The problem seems coming for your use of TimeSpan on a string which can't be submit to your use of TimeSpan. Furthermore the kata can be passed easily without TimeSpan... Be simple, don't use big guns for a small bird:-) You are speaking of random test cases but do you pass "Run Tests"?

  • Default User Avatar

    Did you read the reference?