FxCop 10 is complaining about the following:
using XYZ.Blah; //CA1709 - \"XYZ\" using Xyz.Blah; //No complaint. using XylophoneSuperDuperLongFullName.Blah;
If you were checking names via StyleCop, you could use StyleCop+ (custom rules) which supports configurable abbreviations list.