Skip to content

Commit

Permalink
Merge pull request #12902 from Hosch250/master
Browse files Browse the repository at this point in the history
A code fix for a set of Documentation Comment diagnostics returned by the compiler
  • Loading branch information
CyrusNajmabadi authored Aug 6, 2016
2 parents 12cb696 + 1bd65c6 commit 811ddd1
Show file tree
Hide file tree
Showing 14 changed files with 1,906 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<Compile Include="Diagnostics\UseImplicitOrExplicitType\UseExplicitTypeTests_FixAllTests.cs" />
<Compile Include="Diagnostics\UseImplicitOrExplicitType\UseImplicitTypeTests_FixAllTests.cs" />
<Compile Include="Diagnostics\UseImplicitOrExplicitType\UseImplicitTypeTests.cs" />
<Compile Include="DocumentationComments\CodeFixes\RemoveDocCommentNodeCodeFixProviderTests.cs" />
<Compile Include="GoToAdjacentMember\CSharpGoToAdjacentMemberTests.cs" />
<Compile Include="Diagnostics\AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest.cs" />
<Compile Include="Diagnostics\AddUsing\AddUsingTests.cs" />
Expand Down
Loading

0 comments on commit 811ddd1

Please sign in to comment.