Results 3 issues of Alex

## Summary 1. Add option `checkAsyncFor` to configure which effect hooks should be checked for async callbacks 2. Fix position/index of `dependencies` parameter in hooks. Dependencies are usually the last...

CLA Signed

## Description Add `useConstraintMessages` option parameter to ValidationError.toString function to use constraint messages instead of constraint names in the string representation for an error. ## Checklist - [x] the pull...

### Description Add a rule similar to rule S3925 that works on types marked with [Serializable] and which issues warnings for non-serializable fields not marked with [NonSerialized], e.g. readonly fields...

Rule Idea