ionide / ionide-analyzers

http://ionide.io/ionide-analyzers/
MIT License
6 stars 7 forks source link

StringComparison based analyzers #41

Closed sheridanchris closed 9 months ago

sheridanchris commented 9 months ago

Analyzers for functions that have an overload with a StringComparison parameter like String.Equals(...), String.StartsWith(...), and many others. It is recommended here that you should specify these parameters explicitly.

sheridanchris commented 9 months ago

This is already implemented in G-Research/fsharp-analyzers. Closing.