File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ public void TestMethod() { }
311311 /// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
312312 [ Fact ]
313313 [ WorkItem ( 3291 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291" ) ]
314+ [ WorkItem ( 3291 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291" ) ]
314315 public async Task TestIncorrectDocumentedDelegateInheritDocAsync ( )
315316 {
316317 var testCode = @"
@@ -337,6 +338,7 @@ public class TestClass
337338 /// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
338339 [ Fact ]
339340 [ WorkItem ( 3291 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291" ) ]
341+ [ WorkItem ( 3291 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291" ) ]
340342 public async Task TestIncorrectDelegateInheritDocAsync ( )
341343 {
342344 var testCode = @"
You can’t perform that action at this time.
0 commit comments