Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Updated CodeAnalyzers.CSharp.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Sep 22, 2015
1 parent ef50cc6 commit 24a02d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RefactoringEssentials/CodeAnalyzers.CSharp.html
Expand Up @@ -15,7 +15,7 @@
-->
<h2>Supported Code Analyzers</h2>
<p>102 code analyzers for C#</p>
<p>101 code analyzers for C#</p>
<ul>
<li>Suggests using the class declaring a static function when calling it (AccessToStaticMemberViaDerivedTypeAnalyzer)</li>
<li>When initializing explicitly typed local variable or array type, array creation expression can be replaced with array initializer. (ArrayCreationCanBeReplacedWithArrayInitializerAnalyzer)</li>
Expand Down Expand Up @@ -108,7 +108,6 @@ <h2>Supported Code Analyzers</h2>
<li>Redundant Where() call with predicate followed by LongCount() (ReplaceWithSingleCallToLongCountAnalyzer)</li>
<li>Redundant Where() call with predicate followed by Single() (ReplaceWithSingleCallToSingleAnalyzer)</li>
<li>Redundant Where() call with predicate followed by SingleOrDefault() (ReplaceWithSingleCallToSingleOrDefaultAnalyzer)</li>
<li>Convert 'if...return' to 'return' (RewriteIfReturnToReturnAnalyzer)</li>
<li>'sealed' modifier is redundant in sealed classes (SealedMemberInSealedClassAnalyzer)</li>
<li>Conditional expression can be simplified (SimplifyConditionalTernaryExpressionAnalyzer)</li>
<li>Warns when a culture-aware 'string.CompareTo' call is used by default (StringCompareToIsCultureSpecificAnalyzer)</li>
Expand Down

0 comments on commit 24a02d5

Please sign in to comment.