File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/LayoutRules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,16 +9,13 @@ namespace StyleCop.Analyzers.Test.CSharp8.LayoutRules
99 using StyleCop . Analyzers . Test . CSharp7 . LayoutRules ;
1010 using Xunit ;
1111 using static StyleCop . Analyzers . Test . Verifiers . StyleCopCodeFixVerifier <
12- StyleCop . Analyzers . LayoutRules . SA1514ElementDocumentationHeaderMustBePrecededByBlankLine ,
13- StyleCop . Analyzers . LayoutRules . SA1514CodeFixProvider > ;
12+ StyleCop . Analyzers . LayoutRules . SA1514ElementDocumentationHeaderMustBePrecededByBlankLine ,
13+ StyleCop . Analyzers . LayoutRules . SA1514CodeFixProvider > ;
1414
1515 public class SA1514CSharp8UnitTests : SA1514CSharp7UnitTests
1616 {
17- /// <summary>
18- /// Verifies that method-like declarations with invalid documentation will produce the expected diagnostics.
19- /// </summary>
20- /// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
2117 [ Fact ]
18+ [ WorkItem ( 3067 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3067" ) ]
2219 public async Task TestValidPropertyDeclarationAsync ( )
2320 {
2421 var testCode = @"namespace TestNamespace
You can’t perform that action at this time.
0 commit comments