-
Notifications
You must be signed in to change notification settings - Fork 265
Description
NuGet Product Used
Visual Studio Package Management UI
Product Version
VS Main\11128.256 + NuGet Client Dev\7.1.0.43
Worked before?
It is not a regression since it reproes on 17.14.17 with NuGet 6.14.1.1.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Notes:
- The repro rate is 100%.
- It is not a regression since it reproes on 17.14.17 with NuGet 6.14.1.1.
Repro Steps:
1.Create a C# Console App (.NET Framework 4.8.1) in VS.
2.Right-Click the project in the Solution Explorer window and select ‘Manage NuGet Packages…’.
3.Select the source “nuget.org” in the “Package source:” drop-down list and go to “Browse” tab.
4.Click a package (e.g. ‘log4net’), choose a version in the "Version" drop-down box on the right panel and click ‘Install’ button.
5.Observe the ‘Choose NuGet package manager format’ dialog.
Expected Result:
The string ‘NuGet package manager format’ in ‘Choose NuGet package manager format’ dialog should be ‘NuGet package management format’. Same with the Options->NuGet Package Manager->General page as the screenshot below.
#### Actual Result:
The string is ‘NuGet package manager format’ in ‘Choose NuGet package manager format’ dialog as the screenshot below. It is easy to misunderstand as “choosing a manager format” instead of “choosing a management format”.