-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ResolvePackageDependencies produces incorrect Resolved paths for project references #479
Comments
Also see #1435 (duplicate) for an example of invalid data. @natidea could you please update the issue description to include what the actual content of |
Usages of
On first glance I couldn't see any file-path sanity checks so I guesstimate it's true that |
Fixed by #1442 |
ResolvePackageDependencies resolves paths for project references were computed based on the project root, which was originally based on the location of the project lock file. This needs to be updated or removed since the assets file has moved, and the assets file may contain more appropriate root folder information.
The resolved path for project references is not actually used anywhere currently, so this bug does not cause any problems, but should be fixed anyway.
The text was updated successfully, but these errors were encountered: