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/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.Build/ProjectBuilder.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ public static IEnumerable<FileInfo> Build(
98
98
// retrieve %(InnerOutput.Identity) / for in case of building with multiple target frameworks
Copy file name to clipboardExpand all lines: src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public class RootCommandImplementation {
31
31
#else
32
32
description:"Path to an assembly file to generate the API list.",
Copy file name to clipboardExpand all lines: src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/VerbosityOption.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public static class VerbosityOption {
14
14
internalstaticreadonlyOption<string>Option=new(
15
15
aliases:new[]{"-v","--verbosity"},
16
16
description:"Verbosity of output. The value must be one of q[uiet], m[inimal], n[ormal], d[etailed], or diag[nostic].",
0 commit comments