Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 65deca7

Browse files
committed
Remove simplification rule
This rule was not currently running due to the performance implications and unexpected churn. Additionally it was attempting to simplify all constructs vs. just those which are called out in the coding guidelines. Remove it in favor of going forward with ExplicitThisRule which is essentially a targetted version of this rule.
1 parent 56176b4 commit 65deca7

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

src/Microsoft.DotNet.CodeFormatting/Microsoft.DotNet.CodeFormatting.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<Compile Include="Rules\PrivateFieldNamingRule.cs" />
9797
<Compile Include="Rules\HasUsingsOutsideOfNamespaceFormattingRule.cs" />
9898
<Compile Include="Rules\FormatDocumentFormattingRule.cs" />
99-
<Compile Include="Rules\IsSimplifiedFormattingRule.cs" />
10099
<Compile Include="Rules\NonAsciiCharactersAreEscapedInLiteralsRule.cs" />
101100
<Compile Include="Rules\ExplicitThisRule.cs" />
102101
<Compile Include="Rules\RuleOrder.cs" />

src/Microsoft.DotNet.CodeFormatting/Rules/IsSimplifiedFormattingRule.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)