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
10
stars
0
forks
source link
[BUG]: Packages from an old-style project are not being included when starting from an sdk-style project #116
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
create an sdk-style project
create an old-style project
reference the old-style project from the sdk-style project
add some packages to the old-style project
run liz on the sdk-style project including transitive dependencies
observe that the packages of the old-style project are not included
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
liz
on the sdk-style project including transitive dependenciesAdditional Information
No response