misternobousi
misternobousi
ItemNameCombinatorTests.cs if (int.TryParse(entry.Replace("s", ""), out fixIndex)) change to if (int.TryParse(entry.Replace("s", "").Replace("\r", ""), out fixIndex)) fix it.
I'm really sorry! The code I just wrote didn't fix it! The fix was probably a bug, just a coincidence! (I hit the language switch button too many times.) The...
It's a very dirty code and I don't want you to imitate it, but this is what I mean. foreach (var entry in entries) { int fixIndex; // NaN specifies...