I wanted to do a spell check for all message lines used in my project. How can I do this using fxCop v 1.3.6 ?? Or do you recommend any other Microsoft tool (not a third-party tool), as our company does not agree that
Pls help ... Sample code that I'm testing with FxCop v1.3.6
// comment with invvvvls spellsig private void Form1_Load(object sender, EventArgs e) { MessageBox.Show("This is incorret spelling"); }
SSK
source share