Stravaig-Projects / Stravaig.Extensions.Core

A set of small extensions to make life a little easier.
MIT License
0 stars 0 forks source link

Add Analyser & Code Fix for string.Compare --> IsBefore/After etc. #56

Closed colinangusmackay closed 1 year ago

colinangusmackay commented 1 year ago

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 with IsBefore, etc.