Skip to content
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

Merge main to features/list-patterns #55321

Merged
merged 1,251 commits into from
Sep 1, 2021

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from main into features/list-patterns.

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

@dotnet-bot dotnet-bot requested review from a team as code owners August 1, 2021 00:02
@dotnet-bot dotnet-bot added Area-Infrastructure auto-merge Merge Conflicts There are merge conflicts with the base branch. labels Aug 1, 2021
@dotnet-bot
Copy link
Collaborator Author

⚠ This PR has merge conflicts. @333fred @jcouv

Copy link

@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

genlu and others added 19 commits August 19, 2021 16:20
…#55713)

Co-authored-by: Sam Harwell <Sam.Harwell@microsoft.com>
Have inheritance-margin hold onto data that does *not* point back at Solution instances.
…eBackgroundFix

Change the head of inheritance margin background to InActiveTextBox
[main] Update dependencies from dotnet/source-build
JoeRobich and others added 26 commits August 31, 2021 10:17
…wMargin

Add an option to let user could change the position of Inheritance Margin
* Add generator drive cache to VBCSCompiler:
- Create a new cache type
- Make the compiler optionally take it
- Pass in the cache when running on the server
- Check the cache (if there is one) for a generator driver before creating a new one
- Add feature flag to disable cache
- Disable the cache when there isn't an output file name

Co-authored-by: Charles Stoner <chucks@microsoft.com>
Remove RemoveUnusedReferences command hotkey
…s before the switch expression, which can cause us to "split" the state. (#56031)

Fixes #55227.
Add Import Directives to the VS options search text
Remove experimental suffix for inheritance margin
…-to-release/dev17.0

Merge release/dev16.11-vs-deps to release/dev17.0
Merge main into release/dev17.0
* Track duplicate hintNames as they are added
… 20210831.1 (#56060)

[main] Update dependencies from dotnet/source-build
@dotnet-bot dotnet-bot requested review from a team as code owners September 1, 2021 20:48
@JoeRobich JoeRobich removed the Merge Conflicts There are merge conflicts with the base branch. label Sep 1, 2021
@dotnet-bot dotnet-bot merged commit a26c19b into features/list-patterns Sep 1, 2021
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.