Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

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

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-release/dev17.6
git reset --hard upstream/release/dev17.6
git merge upstream/release/dev17.5
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.5-to-release/dev17.6 --force

vzarytovskii and others added 16 commits December 5, 2022 13:58
* Compiler error when using instance members on static class
* WIP

* WIP

* WIP

* WIP

* WIP: get a .ctor fixup

* WIP: Events are just properties

* WIP: Events are just properties

* WIP

* WIP: Strip generic parameters while searching

* WIP: Add generic params when filtering for entity

* Added operators suport

* Added DUs and Records support

* Small refactoring

* PR suggestions + possible short-circuit in search based on the xmlsig

* wip

* wip

* Added tests
…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]>
@vzarytovskii
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

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 d68b57d into release/dev17.6 Jan 11, 2023
@vzarytovskii vzarytovskii deleted the merges/release/dev17.5-to-release/dev17.6 branch January 11, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants