-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Bradley Grainger edited this page Feb 16, 2019
·
15 revisions
Faithlife.Analyzers contains the C# Roslyn analyzers used at Faithlife.
-
FL0001
AsyncWorkItem.Current
must only be used in methods that returnIEnumerable
-
FL0002 Optional
StringComparison
arguments must always be specified -
FL0003
UntilCanceled()
may only be used in methods that returnIEnumerable<AsyncAction>
-
FL0004 Use
operator==
or a non-ordinalStringComparison
-
FL0005 Avoid
ToReadOnlyCollection
in constructors -
FL0006 Optional
IComparer<string>
arguments must always be specified -
FL0007 Avoid
$
in interpolated strings