I'd like to add DoNotThrowInClassEquals and DoNotThrowInStructEquals rules. These would fire if the method uses a cast that throws and has no catch block (allowing exceptions to propagate is bad per <http://msdn.microsoft.com/en-us/library/ms173147(vs.80).aspx >). I'm thinking two rules because the good example code would differ between the two.
-- Jesse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gendarme" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gendarme?hl=en -~----------~----~----~----~------~----~------~--~---

