Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Stopped doing hoisting of transitive project dependencies and references #5174

Merged

Conversation

livarcocc
Copy link

Stopped doing hoisting of transitive project dependencies and references. We also don't validate if a dependency exist, since migration strictly speaking does not need it. We move the project.json and the csproj will fail to build just like the project.json would.

Fixes https://github.com/dotnet/cli/issues/4959.

@piotrpMSFT @jgoshi @jonsequitur @krwq

…ces. We also don't validate if a dependency exist, since migration strictly speaking does not need it. We move the project.json and the csproj will fail to build just like the project.json would.
@livarcocc
Copy link
Author

FYI @333fred

Copy link
Collaborator

@jgoshi jgoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't tell through the GitHub UI but did you also delete the .noautobuild files? The GitHub UI makes it look like you didn't delete them though it seems like you are removing the now unused test asset.

);
projects.AddRange(dependencies);

This comment was marked as spam.

This comment was marked as spam.

@livarcocc
Copy link
Author

@srivatsn

@livarcocc livarcocc merged commit a1a30e3 into dotnet:rel/1.0.0 Dec 29, 2016
@livarcocc livarcocc deleted the no_transitive_dependency_migration branch December 29, 2016 04:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants