Alex
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...
## 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...
NET-2002 Add rule issuing warning for non-serializable fields for types marked with [Serializable]
### 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...