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 release/6.x to main #1473

Merged
merged 40 commits into from
Mar 1, 2022
Merged

Merge release/6.x to main #1473

merged 40 commits into from
Mar 1, 2022

Conversation

dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from release/6.x 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/6.x-to-main
git reset --hard upstream/main
git merge upstream/release/6.x
# Fix merge conflicts
git commit
git push upstream merges/release/6.x-to-main --force

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-approve

dotnet-maestro bot and others added 20 commits December 20, 2021 13:18
…219.1

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.21619.1
…220.3

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.21620.3
…103.6

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.22053.6
…103.5

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22053.5
…104.3

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22054.3
…112.1

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22062.1
…119.6

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22069.6
…127.13

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22077.13
…202.3

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22102.3
…204.4

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22104.4
…207.6

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.22107.6
…207.2

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22107.2
…209.2

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22109.2
…210.3

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.22110.3
dotnet-maestro bot and others added 8 commits February 15, 2022 13:44
…214.6

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.22114.6
…214.1

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22114.1
…216.5

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.21573.5 -> To Version 4.0.1-1.22116.5
…216.15

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22116.15
…222.7

Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21614.2 -> To Version 6.0.0-beta.22122.7
…ba9-b265-a87d52217742

[release/6.x] Update dependencies from dotnet/roslyn
…86b-bae0-b15426dafaec

[release/6.x] Update dependencies from dotnet/arcade
@JoeRobich JoeRobich force-pushed the merges/release/6.x-to-main branch from 920050e to c8685d7 Compare February 23, 2022 21:07
dotnet-maestro bot and others added 7 commits February 28, 2022 23:12
…216.13

Microsoft.NETCore.Compilers
 From Version 4.0.1-1.22116.5 -> To Version 4.1.0-5.22116.13
…63a-b841-95a9c55fc8ea

[release/6.x] Update dependencies from dotnet/roslyn
…216.16

Microsoft.NETCore.Compilers
 From Version 4.1.0-5.22116.13 -> To Version 4.2.0-1.22116.16
…885-a825-c1e77342bfc1

[release/6.x] Update dependencies from dotnet/roslyn
@JoeRobich JoeRobich force-pushed the merges/release/6.x-to-main branch from bf8f542 to 0389cec Compare March 1, 2022 00:33
@dotnet-bot dotnet-bot merged commit 3410eb6 into main Mar 1, 2022
@ghost ghost added this to the Next milestone Mar 1, 2022
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.

2 participants