Merge changes into release/2.1#30976
Conversation
|
CC @weshaggard is the change to System.Runtime.CompilerServices.Unsafe in packageindex.json expected? I got this by merging in changes from VSTS. |
|
Note to self - don't squash this |
| "4.5.1" | ||
| ], | ||
| "InboxOn": { | ||
| "uap10.0.16300": "4.0.4.0" |
There was a problem hiding this comment.
This was removed as part of #29970 so I don't think it should be added back.
How come? |
|
@stephentoub We want the exact commit we built for 2.1.2 for tagging purposes |
|
Ok. That shouldn't require six additional commits. |
|
@stephentoub do you suggest rebasing & squashing the rest of the commits? I'm not sure how to go about doing that, rebasing this against either version of release/2.1 only gave me 2 commits, neither of which were the one I wanted |
|
You could only squash after the commit you want. |
Right. Thanks. |
|
This is now in the correct state, we need to maintain the commit chain to get the correct commit hashes. |
|
I obviously have a gap in my git knowledge here... what does it mean for the commit that resulted from merging this to be empty? |
|
It means there were no diffs with HEAD of 2.1, but we introduced additional commits into the git tree. |
I believe it was a result of a cherry-pick of the same exact change but a different commit. When merged there were no changes just the merges in order to have a matching sha for what we built from. |
|
Ok, thanks. |
CC @mmitche