RCS1256: Invalid argument null check
Properties
Property | Value |
---|
Default Severity | Info |
Minimum language version | - |
Summary
This analyzer reports null checks of arguments that are:
- annotated as nullable reference type.
- optional and its default value is
null
.
Applies to