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: test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetSourcesTests.cs
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1201,8 +1201,9 @@ public void List_Sources_LocalizatedPackagesourceKeys_ConsideredDiffererent()
1201
1201
/// <summary>
1202
1202
/// Verify non-zero status code and proper messages
1203
1203
/// </summary>
1204
-
/// <remarks>Checks invalid arguments message in stderr, check help message in stdout</remarks>
1205
-
/// <param name="commandName">The nuget.exe command name to verify, without "nuget.exe" at the beginning</param>
1204
+
/// <remarks>Checks invalid arguments message in stderr or stdout (System.CommandLine may write parse errors to stderr), check help message in stdout</remarks>
1205
+
/// <param name="command">The nuget.exe command name to verify, without "nuget.exe" at the beginning</param>
1206
+
/// <param name="badCommandIndex">Index of the bad argument in the space-split command string</param>
0 commit comments