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

Commit dc7409c

Browse files
committed
Merge pull request #109 from ChadNedzlek/readonly-field-submit
Readonly field formatter
2 parents eee50a9 + e1fe896 commit dc7409c

File tree

8 files changed

+978
-9
lines changed

8 files changed

+978
-9
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<SpecificVersion>False</SpecificVersion>
6969
<HintPath>..\packages\System.Collections.Immutable.1.1.33-beta\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
7070
</Reference>
71+
<Reference Include="System.ComponentModel.Composition" />
7172
<Reference Include="System.Composition.AttributedModel, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7273
<SpecificVersion>False</SpecificVersion>
7374
<HintPath>..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath>
@@ -113,6 +114,7 @@
113114
<Compile Include="Rules\NewLineAboveRuleTests.cs" />
114115
<Compile Include="Rules\PrivateFieldNamingRuleTests.cs" />
115116
<Compile Include="Rules\NonAsciiCharactersAreEscapedInLiteralsRuleTests.cs" />
117+
<Compile Include="Rules\MarkReadonlyFieldTests.cs" />
116118
<Compile Include="Rules\UsingLocationRuleTests.cs" />
117119
</ItemGroup>
118120
<ItemGroup>

0 commit comments

Comments
 (0)