Available Analyzers
| ID | Title | Severity | Category |
|---|---|---|---|
RH1000
|
Nullable type assigned to default of underlying type | Warning | Usage |
RH1001
|
Nullable DateTime or DateTimeOffset assigned to default of underlying type | Warning | Usage |
RH1002
|
Caught exception discarded in throw | Warning | Usage |
RH1003
|
Caught exception not captured and discarded in throw | Warning | Usage |
RH1004
|
Constructor argument name differs from property or field being assigned to | Warning | Usage |
RH1005
|
IEnumerable(T) assigned from constructor argument could be materialized | Info | Usage |