dotnet add package command should add the id with the same casing as the package #5952
Labels
Category:Quality Week
Issues that should be considered for quality week
Functionality:Install
The install command in VS/nuget.exe
good first issue
Issues identified as good for first-time contributors
help wanted
Considered good issues for community contributions.
Priority:2
Issues for the current backlog.
Product:dotnet.exe
SeQuality
Type:Bug
Milestone
Details about Problem
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): dotnet.exe
Detailed repro steps so we can see the same problem
dotnet new console
dotnet add package nUgeT.VerSioIng
Expected
A reference to
NuGet.Versioning
is added.Actual
A reference to
nUgeT.VerSionIng
is added. The casing is preserved from the user input.The text was updated successfully, but these errors were encountered: