Skip to content

Merge main to main-vs-deps#55265

Merged
dotnet-bot merged 106 commits intomain-vs-depsfrom
merges/main-to-main-vs-deps
Jul 31, 2021
Merged

Merge main to main-vs-deps#55265
dotnet-bot merged 106 commits intomain-vs-depsfrom
merges/main-to-main-vs-deps

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

This is an automatically generated pull request from main into main-vs-deps.

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

Youssef1313 and others added 30 commits March 17, 2021 15:31
Fix committing completion item and expander in projection scenarios
adds a new column to indicate where an option value is coming from
…ase/dev16.11-vs-deps

Merge release/dev16.11 to release/dev16.11-vs-deps
…se/dev17.0-vs-deps

Merge release/dev17.0 to release/dev17.0-vs-deps
…etion/CompletionSource.cs

Co-authored-by: Allison Chou <allichou@microsoft.com>
…0-822d5ebc38df

Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 1264340
…etion/ItemManager.cs

Co-authored-by: Allison Chou <allichou@microsoft.com>
dotnet-bot and others added 20 commits July 29, 2021 23:02
…se/dev17.0-vs-deps

Merge release/dev17.0 to release/dev17.0-vs-deps
…to-main-vs-deps

Merge release/dev17.0-vs-deps to main-vs-deps
Add accessibility modifier on file creation
Avoid synchronous load of SVsManagedFontAndColorInformation
…to-main-vs-deps

Merge release/dev17.0-vs-deps to main-vs-deps
… 20210729.1 (#55273)

[main] Update dependencies from dotnet/source-build
Fix make static to not drop trivia
…ract_method

Updating features resources with strings that are common between c# and vb
Fix LSP completions when all items have default commit characters
Switch to full ngen for Roslyn binaries
@dotnet-bot dotnet-bot requested a review from a team as a code owner July 30, 2021 22:37
@dotnet-bot dotnet-bot requested a review from a team July 30, 2021 22:37
@allisonchou allisonchou removed the Merge Conflicts There are merge conflicts with the base branch. label Jul 30, 2021
@dotnet-bot dotnet-bot merged commit 7387fbb into main-vs-deps Jul 31, 2021
@ghost ghost added this to the Next milestone Jul 31, 2021
@dibarbet dibarbet modified the milestones: Next, 17.0.P4 Aug 31, 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.