Wrong order of arguments in logs for centralized package version (string Info_AddPkgCPM
)
#13155
Labels
Area:RestoreCPM
Central package management
Category:Quality Week
Issues that should be considered for quality week
Functionality:Restore
Priority:2
Issues for the current backlog.
Type:Bug
NuGet Product Used
dotnet.exe, NuGet.exe
Product Version
NuGet Command Line 6.8.0.122 (via dotnet CLI)
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
The string template
Info_AddPkgCPM
in https://github.com/dotnet/dotnet/blob/002d01eeae9f40bc6d021971cac07501928de3fc/src/nuget-client/src/NuGet.Core/NuGet.CommandLine.XPlat/Strings.resx#L764-L767Renders to:
shouldn't it instead be:
The arguments
{1}
and{2}
should be swapped.Verbose Logs
No response
The text was updated successfully, but these errors were encountered: