이름 |
설명 |
BrokenEqualityHint |
|
DelegateShouldHaveBeenInvokedEqualsHint |
|
EnumComparisonShowValuesHint |
Because enums get erased into ints by the compiler, this helps show what the original values were |
EnumerableEqualsHint |
This hint triggers when you've compared two enumerables with object.Equals(object) but theyy would have compared equal if you had used Enumerable.SequenceEqual{TSource}(System.Collections.Generic.IEnumerable{TSource},System.Collections.Generic.IEnumerable{TSource}). |
EnumerableOperatorEqualsHint |
|
FloatEqualityHint |
|
MethodEqualsInsteadOfOperatorEqualsHint |
|
MultiHint |
|
OperatorEqualsHintBase |
|
SequenceEqualHint |
|
StringEqualsHint |
|
StringOperatorEqualsHint |
|