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

Project References that are not listed in assets file aren't included in deps.json #28891

Open
wrall opened this issue Nov 3, 2022 · 0 comments
Labels
Area-WebSDK untriaged Request triage from a team member

Comments

@wrall
Copy link
Contributor

wrall commented Nov 3, 2022

Describe the bug

When there is a reference to a project that is not included in the project.assets.json file for some reason (e.g. it has opted out of nuget restore), it does not get included into deps.json.

To Reproduce

<ProjectReference Include="ProjectA.csproj" />, and opt ProjectA out of using NuGet (e.g. force _IsProjectRestoreSupported target to return nothing).

Exceptions (if any)

None.

Further technical details

Happens on all versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-WebSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant