I maintain a managed code wrapper for one of the internal test tools and I've spent the past few days updating it.
I found a few issues in my code when I put the following line at the beginning of static void Main(): Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("de-DE");
I usually like "low-hanging fruit" like this, and there are other areas too: UTF-8 comes to mind, as does Assembly.Location versus Environment.CurrentDirectory issues. Plus, I haven't even tried to find any NullReferenceException's.
"I found a lot of bugs." "That's good." "It's on code I wrote." "That's bad."
5:55:55 AM
|