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
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
doesn't. I'm not sure if nuget is case sensitive but intellisense for package matching should use something like case insensitive Levenshein distance metrics. It's easy to forget the exact name of a package and even remembering the exact prefix of a package can be easy to get wrong. Then you have to go hit google to find the right name.
Steps to recreate
(1) edit a csproj file.
(2) insert a package reference
(3) start typing the name of the package but with spelling mistakes and case errors
(4) visual studio should still suggest close matches.
Current behavior
Expected behavior
//cc @bradphelan as the original creator @mlorbetske as he suggested that this request be opened here.