I di a search and found several posts about enforcing prefix's on controls.
I am trying to get this to work but I am failing to do something right.
I am using the Use Prefix For Return Types with the following settings.
Prefix To Check = cbo
TypeName = System.Windows.Forms.ComboBox
I enabled every scope and target option that was available.
I have disabled Exclude *.designer files in the options and in the test application I dropped a combobox control on the form and left the default ComboBox1 control name.
Running the analysis still does not find the violation and also results in a lot of extra violations for the designer generated code that I would like to not include in the report.
So, what am I doing wrong to get it to flag the control name and how do I get it to ignore all the designer code?
Thanks
Brian