DotNetKoans icon indicating copy to clipboard operation
DotNetKoans copied to clipboard

How to get started?

Open gprasant opened this issue 12 years ago • 2 comments

Hi. This is the first koan I am trying. How should I get started with it? I loaded it up in VS 2012 and hit F5. But it stops saying index array out of bounds exception

gprasant avatar Oct 07 '12 13:10 gprasant

I have not tried this yet, but I believe the idea is that these projects are broken, and that it is in fixing them that we are taught the lessons.

steveruddell avatar Dec 14 '12 21:12 steveruddell

gprasant, if your windows is not in English, you will have problem. The runner searches for "at" literal coming from exception trace and the word is not "at" at other languages. Search following line: int end = Array.FindIndex(lines, start, l => l.TrimStart().StartsWith("at")) ;

darsen avatar Nov 03 '13 01:11 darsen