.net List<string>.Remove bug Should I submit a MS Connect bug report on this?
- by Dean Lunz
So I was beating my head against a wall for a while before it dawned on me. I have some code that saves a list of names into a text file ala ...
System.IO.File.WriteAllLines(dlg.FileName, this.characterNameMasterList.Distinct().ToArray());
The character names can contain special characters. These names come from the wow armory at…