-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Should highlight violations when:
- NRE or StackoverflowException or OutOfMemoryException is thrown (only the runtime should throw this).
- Exception's Message or StackTrace proerties are used (they would miss exception type, recommend
ex.ToString()instead). - If
raiseis not inside atry/withblock, maybe recommend using Result type? (this should probably be a separate rule; or maybe each of the items in this list should be a different rule)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels