Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuget.resolveAssetsFiles discovers internal dependencies #10

Open
quasarea opened this issue Feb 17, 2021 · 0 comments
Open

nuget.resolveAssetsFiles discovers internal dependencies #10

quasarea opened this issue Feb 17, 2021 · 0 comments

Comments

@quasarea
Copy link

There is not intended behavior with nuget.resolveAssetsFiles=true configuration parameter.

It scans .\obj\project.assets.json and if any entry listed there is considered by scanner as third-party dependency while some of those are if fact internal dependencies on other projects.

the assets file should be scanned with filter on type, so only "type": "package" is listed and "type": "project" is ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant