You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff/MemoryOutputDiffGenerator.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,16 @@ public class MemoryOutputDiffGenerator : IDiffGenerator
43
43
/// <summary>
44
44
/// Initializes a new instance of the <see cref="MemoryOutputDiffGenerator"/> class.
45
45
/// </summary>
46
-
/// <param name="log"></param>
47
-
/// <param name="beforeLoader"></param>
48
-
/// <param name="afterLoader"></param>
49
-
/// <param name="beforeAssemblySymbols"></param>
50
-
/// <param name="afterAssemblySymbols"></param>
46
+
/// <param name="log">The logger to use for logging messages.</param>
47
+
/// <param name="beforeLoader">The loader for the "before" assembly symbols.</param>
48
+
/// <param name="afterLoader">The loader for the "after" assembly symbols.</param>
49
+
/// <param name="beforeAssemblySymbols">The dictionary of "before" assembly symbols.</param>
50
+
/// <param name="afterAssemblySymbols">The dictionary of "after" assembly symbols.</param>
51
51
/// <param name="attributesToExclude">An optional list of attributes to avoid showing in the diff. If <see langword="null"/>, the default list of attributes to exclude <see cref="DiffGeneratorFactory.DefaultAttributesToExclude"/> is used. If an empty list, no attributes are excluded.</param>
52
52
/// <param name="apisToExclude">An optional list of APIs to avoid showing in the diff.</param>
0 commit comments