Skip to content
Bradley Grainger edited this page Dec 29, 2018 · 15 revisions

Faithlife.Analyzers contains the C# Roslyn analyzers used at Faithlife.

Currently available analyzers

  • FL0001 AsyncWorkItem.Current must only be used in methods that return IEnumerable
  • FL0002 Optional StringComparison arguments must always be specified
  • FL0003 UntilCanceled() may only be used in methods that return IEnumerable<AsyncAction>
  • FL0004 Use operator== or a non-ordinal StringComparison
Clone this wiki locally