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]: Packages from an old-style project are not being included when starting from an sdk-style project #116

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

Description of the bug

When analyzing the licenses starting from an sdk-style project, which has a project-reference on an old-style project, the packages defined in the old-style project (in the packages.config file) are not being included.

Steps to reproduce

  1. create an sdk-style project
  2. create an old-style project
  3. reference the old-style project from the sdk-style project
  4. add some packages to the old-style project
  5. run liz on the sdk-style project including transitive dependencies
  6. observe that the packages of the old-style project are not included

Additional Information

No response