wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

[BUG]: Package names are not case-insensitive #117

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

Description of the bug

In a recent project that got analyzed I saw that liz recognized both NUnit and nunit as separate packages, which is not correct, as the package names are all case-insensitive and should be treated that way by liz as well.

Steps to reproduce

  1. Add NUnit to a project
  2. Add nunit to a project reference with the same version
  3. Run liz on project from 1.
  4. Observe that NUnit and nunit are both recognized

Additional Information

No response