Class | Description | |
---|---|---|
![]() | CSharpBaseException | Check to ensure that a base exception is not thrown |
![]() | CSharpCyclomaticComplexity | Calculate the Cyclomatic Complexity for the C# language |
![]() | CSharpGoTo | Ensure that the goto keyword is not used |
![]() | CSharpLockThis | Ensure lock(this) does not exist |
![]() | CSharpNotImplemented | Ensure NotImplementedException is not thrown |
![]() | CSharpRethrow | Ensure there are no rethrown exceptions without any other logic in the catch |