Closed colinangusmackay closed 1 year ago
Issue #40 introduced extension method to make string.Compare(...) easier by introducing .IsBefore, IsAfter, etc.
.IsBefore
IsAfter
Introduce analysers and code fixes to detect those string.Compare usages and suggest replacing them with IsBefore, etc.
string.Compare
IsBefore
Issue #40 introduced extension method to make string.Compare(...) easier by introducing
.IsBefore
,IsAfter
, etc.Introduce analysers and code fixes to detect those
string.Compare
usages and suggest replacing them withIsBefore
, etc.