DotNetKoans
DotNetKoans copied to clipboard
How to get started?
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
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.
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")) ;