We are beginning to implement FXCop, and are looking to use several custom rules. I've noticed limitations on certain rule testing. Are the following possible to implement as custom rules
Use brackets after if statements
object assignments should occur in Try blocks

Custom rules limitations
Ricardo RWS
Ryn
James' answer is on the mark.
What are you trying to enforce w/your object assignment rule We should probably try to get a rule sample out there that shows how to work w/the current exception handling representation.
Michael Fanning
MikeCampbell
Object assignments should occue in Try blocks: Yes, but torturous.