-
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
dotnet migrate should raise transitive framework assemblies from project referenes #7616
Comments
Yeap. We were actually doing that in the past, but I didn't realize that one SDK implemented transitive dependencies that this was not included there as well. I will bring back that feature. |
@livarcocc @333fred will this require keeping around project.jsons of P2Ps and cause all the ordering problems we were having for partial migrations and such? |
Sri, that's what I was thinking about. This would bring back those problems and affect VS migration.
I am not sure why NuGet decided not to honor this in the MSBuild world. But I feel like none of the options above are ideal for the stage we are in the cycle. cc @piotrpMSFT @DustinCampbell |
We're not going to be able to address this for 1.0.0. We need to take time to determine if this fix belongs in CLI, NuGet, or a combination of the two. |
This issue was moved to dotnet/cli-migrate#28 |
Trying to utilize a transitive project references framework assembly results in build errors.
Note: This used to work in project.json land (built the repro in project.json then migrated).
After discussion here the decision was to raise these framework assembly refs at the dotnet migrate level.
The text was updated successfully, but these errors were encountered: