Skip to content

Merge main to features/caller-argument-expression#54901

Merged
dotnet-bot merged 162 commits intofeatures/caller-argument-expressionfrom
merges/main-to-features/caller-argument-expression
Jul 18, 2021
Merged

Merge main to features/caller-argument-expression#54901
dotnet-bot merged 162 commits intofeatures/caller-argument-expressionfrom
merges/main-to-features/caller-argument-expression

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

This is an automatically generated pull request from main into features/caller-argument-expression.

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 merges/main-to-features/caller-argument-expression
git reset --hard upstream/features/caller-argument-expression
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-features/caller-argument-expression --force

Andrew Hall and others added 20 commits July 15, 2021 12:05
Update value tracking to fix a number of UI issues.

Details pane no longer showing on click
Did not support dark theme
Switching themes does not update the highlight brush
Selection highlight wasn't working for single character items
Update FAR engine to be able to work without having access to all projects at the same time.
Bump Roslyn version for VS 16.11 preview 4 release
Avoid computing unused values in lsif
…ase/dev17.0

Merge release/dev16.11 to release/dev17.0
Ensure option persisters are available before taking a lock
[main] Update dependencies from dotnet/source-build
Add async modifier on await completion
… 20210716.1 (#54895)

[main] Update dependencies from dotnet/source-build
@dotnet-bot dotnet-bot requested review from a team as code owners July 18, 2021 00:03
@dotnet-bot dotnet-bot enabled auto-merge July 18, 2021 00:03
@dotnet-bot dotnet-bot merged commit e1de079 into features/caller-argument-expression Jul 18, 2021
Copy link
Copy Markdown

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@JoeRobich JoeRobich deleted the merges/main-to-features/caller-argument-expression branch April 6, 2022 19:36
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.