Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from release/dev17.5 into main.

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯

Troubleshooting conflicts

Identify authors of changes which introduced merge conflicts

Scroll to the bottom, then for each file containing conflicts copy its path into the following searches:

Usually the most recent change to a file between the two branches is considered to have introduced the conflicts, but sometimes it will be necessary to look for the conflicting lines and check the blame in each branch. Generally the author whose change introduced the conflicts should pull down this PR, fix the conflicts locally, then push up a commit resolving the conflicts.

Resolve merge conflicts using your local repo

Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

git fetch --all
git checkout -t upstream/merges/release/dev17.5-to-main
git reset --hard upstream/main
git merge upstream/release/dev17.5
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.5-to-main --force

dotnet-bot and others added 30 commits October 7, 2022 16:59
Co-authored-by: Vlad Zarytovskii <[email protected]>
Co-authored-by: Don Syme <[email protected]>
Co-authored-by: Tomas Grosup <[email protected]>
Co-authored-by: Edgar Gonzalez <[email protected]>
Co-authored-by: Eugene Auduchinok <[email protected]>
Co-authored-by: Chet Husk <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Florian Verdonck <[email protected]>
Co-authored-by: Petr <[email protected]>
Co-authored-by: Petr Pokorny <[email protected]>
Co-authored-by: Theodore Tsirpanis <[email protected]>
I believe a bad merge happened, this line is not in main.  And the file does not exist in either branch.
…se/dev17.5

Merge release/dev17.4 to release/dev17.5
…se/dev17.5

Merge release/dev17.4 to release/dev17.5
…se/dev17.4

Merge release/dev17.3 to release/dev17.4
…c-11f95e9bab80

Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2016907
KevinRansom and others added 18 commits January 3, 2023 10:06
…sharp into release/dev17.5"

This reverts commit 4d222de, reversing
changes made to 2e92791.
Co-authored-by: Petr <[email protected]>
Co-authored-by: Vlad Zarytovskii <[email protected]>
auto-merge was automatically disabled January 10, 2023 16:51

Pull request was closed

@vzarytovskii vzarytovskii reopened this Jan 10, 2023
@vzarytovskii vzarytovskii merged commit f1ec7d7 into main Jan 11, 2023
@vzarytovskii vzarytovskii deleted the merges/release/dev17.5-to-main branch January 11, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

8 participants