File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff
test/Microsoft.DotNet.ApiDiff.Tests Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,6 @@ public async Task RunAsync(CancellationToken cancellationToken)
155
155
_log . LogMessage ( $ "Wrote '{ filePath } '.") ;
156
156
}
157
157
158
- tableOfContents . AppendLine ( ) ;
159
-
160
158
string tableOfContentsFilePath = Path . Combine ( _outputFolderPath , $ "{ _tableOfContentsTitle } .md") ;
161
159
162
160
if ( _writeToDisk )
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Lines preceded by a '+' are additions and a '-' indicates removal.
25
25
26
26
* [{ DefaultAssemblyName } ]({ DefaultTableOfContentsTitle } _{ DefaultAssemblyName } .md)
27
27
28
-
29
28
""" ;
30
29
31
30
private const string ExpectedEmptyTableOfContents = $ """
@@ -35,7 +34,6 @@ API listing follows standard diff formatting.
35
34
Lines preceded by a '+' are additions and a '-' indicates removal.
36
35
37
36
38
-
39
37
""" ;
40
38
41
39
private const string BeforeCode = """
@@ -239,7 +237,6 @@ Lines preceded by a '+' are additions and a '-' indicates removal.
239
237
240
238
* [Assembly1]({ DefaultTableOfContentsTitle } _Assembly1.md)
241
239
* [Assembly2]({ DefaultTableOfContentsTitle } _Assembly2.md)
242
-
243
240
" ;
244
241
245
242
using TempDirectory inputFolderPath = new ( ) ;
You can’t perform that action at this time.
0 commit comments