Skip to content

[automated] Merge branch 'release/3.0' => 'master' #2185

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

Merged

Conversation

dotnet-maestro-bot
Copy link
Contributor

I detected changes in the release/3.0 branch which have not been merged yet to master. I'm a robot and am configured to help you automatically keep master up to date, so I've opened this PR.

This PR merges commits made on release/3.0 by the following committers:

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/3.0
git pull --ff-only
git checkout master
git pull --ff-only
git merge --no-ff release/3.0

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/Common HEAD:merge/release/3.0-to-master
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/Common HEAD:merge/release/3.0-to-master

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/3.0-to-master'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/3.0-to-master master
git pull https://github.com/dotnet-maestro-bot/Common merge/release/3.0-to-master
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/Common merge/release/3.0-to-master
or if you are using SSH
git checkout -b merge/release/3.0-to-master master
git pull [email protected]:dotnet-maestro-bot/Common merge/release/3.0-to-master
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet-maestro-bot/Common merge/release/3.0-to-master

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dougbu and others added 7 commits August 11, 2019 14:12
- blocking dotnet/aspnetcore#1293 dependency update PR
- commit 3ec8c35 lost `AssemblyName` substitution
  - tasks assembly in package incorrectly named ".Manifest.Task.dll"
dotnet#2164)

* Update dependencies from https://github.com/dotnet/core-setup build 20190808.09

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19408-09
- NETStandard.Library.Ref - 2.1.0-preview9-19408-09
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19408-09

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.7.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.6.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.0.0-preview9.19408.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/roslyn build 20190809.4

- Microsoft.Net.Compilers.Toolset - 3.3.0-beta3-19409-04

* Update dependencies from https://github.com/dotnet/core-setup build 20190810.01

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19410-01
- NETStandard.Library.Ref - 2.1.0-preview9-19410-01
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19410-01

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.7.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.0.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/roslyn build 20190809.5

- Microsoft.Net.Compilers.Toolset - 3.3.0-beta3-19409-05

* Update dependencies from https://github.com/dotnet/core-setup build 20190810.12

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19410-12
- NETStandard.Library.Ref - 2.1.0-preview9-19410-12
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19410-12

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.7.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.6.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.0.0-preview9.19409.17 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* fix test
…811.1 (dotnet#2172)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19411.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19411.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19411.1
…0190811.11 (dotnet#2173)

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19411-11
- NETStandard.Library.Ref - 2.1.0-preview9-19411-11
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19411-11
dotnet#2178)

* Update dependencies from https://github.com/dotnet/core-setup build 20190812.05

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19412-05
- NETStandard.Library.Ref - 2.1.0-preview9-19412-05
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19412-05

* Update dependencies from https://github.com/dotnet/roslyn build 20190813.6

- Microsoft.Net.Compilers.Toolset - 3.3.0-beta3-19413-06
* Update dependencies from https://github.com/dotnet/roslyn build 20190813.8

- Microsoft.Net.Compilers.Toolset - 3.3.0-beta3-19413-08

* Update dependencies from https://github.com/dotnet/core-setup build 20190813.05

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19413-05
- NETStandard.Library.Ref - 2.1.0-preview9-19413-05
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19413-05

* Update dependencies from https://github.com/dotnet/arcade build 20190812.7

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.7
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19412.7
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19412.7
…0190814.02 (dotnet#2184)

- Microsoft.NETCore.App.Ref - 3.0.0-preview9-19414-02
- NETStandard.Library.Ref - 2.1.0-preview9-19414-02
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19414-02
@dotnet-maestro-bot dotnet-maestro-bot requested review from dougbu and a team as code owners August 14, 2019 13:45
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

1 similar comment
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

1 similar comment
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dougbu
Copy link

dougbu commented Aug 15, 2019

@BrennanConroy could you please have a look at EventSourceLoggerTest in 'master'? It appears we either don't have changes we need from CoreFx or those tests are just busted in general.

@BrennanConroy
Copy link
Member

Ok, so we need this to go in to get updated deps (#2171 (comment))

And we need that to go in so that this can go in 😆

How would you like to proceed?

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

1 similar comment
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dougbu
Copy link

dougbu commented Aug 16, 2019

How would you like to proceed?

If #2171 is doomed, suggest cherry-picking from that bot's branch into this one. It'll make it look like the dependency updates happened in 'release/3.0' but that's minor. And, going in that direction will avoid the bot squashing the commits in #2171 (eradicating the merge).

BrennanConroy and others added 2 commits August 16, 2019 08:01
…0190811.12

- Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19411.12
- NETStandard.Library.Ref - 2.1.0-alpha1.19411.12
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19411.12

Dependency coherency updates

- Microsoft.Win32.Registry - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.DiagnosticSource - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 5.0.0-alpha1.19409.9 (parent: Microsoft.NETCore.App.Runtime.win-x64)
@BrennanConroy
Copy link
Member

@dougbu I think I did it correctly

Copy link

@dougbu dougbu left a comment

Choose a reason for hiding this comment

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

Looks good @BrennanConroy

Much appreciated❕

@BrennanConroy
Copy link
Member

/azp run Extensions-ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BrennanConroy BrennanConroy merged commit 65707ff into dotnet:master Aug 16, 2019
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Feb 12, 2020
…ge/release/3.0-to-master

[automated] Merge branch 'release/3.0' => 'master'\n\nCommit migrated from dotnet/extensions@65707ff
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Feb 15, 2020
…ge/release/3.0-to-master

[automated] Merge branch 'release/3.0' => 'master'\n\nCommit migrated from dotnet/extensions@65707ff
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Feb 28, 2020
…ge/release/3.0-to-master

[automated] Merge branch 'release/3.0' => 'master'


Commit migrated from dotnet/extensions@65707ff
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 2, 2020
…ge/release/3.0-to-master

[automated] Merge branch 'release/3.0' => 'master'


Commit migrated from dotnet/extensions@65707ff
@ghost ghost locked as resolved and limited conversation to collaborators May 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants