-
Notifications
You must be signed in to change notification settings - Fork 4.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
Update corefx assemblies to .NET 5.0 generation #49789
Conversation
e4dc872
to
fbf8bda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't speak to the wisdom of upgrading these packages, but the PR itself seems fine. 😄
I'm going to try and test insert this to VS (probably on top of the changes in Andrew's PR to VS) and verify the best I can that everything works together before merging here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am ok with this change as long as a test insertion passes
@RikkiGibson can you share a link to your test PR so I can watch as well? |
https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/292063 We still may want to merge your dev branch into this to fully validate things. Feel free to do so if you have some time. |
As expected, that insertion PR failed to build. I've merged my branch into it and expect better things soon. :) |
The test insertion passed. |
@RikkiGibson did you want to validate anything beyond the PR checks? |
Nope, I think we are ready to merge here. Would it be acceptable for me to squash merge this PR? My plan for this is:
Does that work for you? |
BTW, we seem to be experiencing a publishing issue with our official builds today, so the official build for this may be delayed. /cc @dibarbet |
@RikkiGibson squash merge of this PR is fine. I definitely want to merge the PR going into VS though as those commits are carefully curated. I'd rather merge my PR into VS right away and have your insertion follow-up and succeed on its own. Since your insertion will appear to 'downgrade' the nuget packages that you optimize, the bot that resolves conflicts will pick the wrong one and I have to manually fix it. But if my PR goes in first (or your insertion PR targets my PR's source branch instead of main) I believe the right thing will happen. |
I don't think I see a problem with merging your PR to VS standalone, but would like to double check with @tmat as he expressed interest in ensuring that we insert Roslyn at the same time as your change. |
In the meantime, shall we complete this PR? |
Sounds good to me. Note @dibarbet that if we need to try and insert a version from before this was merged for some reason, we can just look through the master-vs-deps PR history to find the suitable commit we want to build. |
See also VS PR: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/291258