I have just discovered sylecop and am running it through my projects, I have disabled certain rules such as usings must be within the namespace. However visual studio auto generated event handlers for say a button click are in the form btnOk_Click(....
This as I understand it doesn't conform to stylecop default settings as they should start with an upper case letter as with any method. But it has always appeared to be standard to me in code examples and so on. I am also used to this format for event handlers so is there a way to exclude event handlers from this validation but leave other methods being validated?