I ran FxCop against my code and am wondering what the rest of you suggest regarding the message below.
So how does everyone name/categorize/organize their Forms (and other components)? For example, for Forms (frmSomeSample) or UserControls (ucSample)?
Thanks for any advice!
So how does everyone name/categorize/organize their Forms (and other components)? For example, for Forms (frmSomeSample) or UserControls (ucSample)?
Thanks for any advice!
Code:
Error, Certainty 85, for LiteralsShouldBeSpelledCorrectly
{
Target : InitializeComponent():System.Void (IntrospectionTargetMethodBase)
Id : frm (String)
Location : file:///C:/Documents%2520and%2520Settings/xxx/My%2520Documents/Visual%2520Studio%25202005/Projects/xxx/frmSomeProfile.Designer.cs<33> (String)
Resolution : "Correct the spelling of the unrecognized token
'frm' in the literal 'frmSomeProfile'."
Help : [URL unfurl="true"]http://www.gotdotnet.com/team/fxcop/docs/rules.aspx?version=1.35&url=/Usage/LiteralsShouldBeSpelledCorrectly.html[/URL] (String)
Category : Microsoft.Usage (String)
CheckId : CA2204 (String)
RuleFile : Usage Rules (String)
Info : "Literals should consist of correctly spelled words."
Created : 6/20/2007 5:03:41 PM (DateTime)
LastSeen : 6/22/2007 11:59:52 PM (DateTime)
Status : Active (MessageStatus)
Fix Category : NonBreaking (FixCategories)