-
Notifications
You must be signed in to change notification settings - Fork 844
[automated] Merge branch 'release/3.0' => 'master' #2155
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
[automated] Merge branch 'release/3.0' => 'master' #2155
Conversation
…807.5 (dotnet#2152) - Microsoft.Net.Compilers.Toolset - 3.3.0-beta3-19407-05
* Use Utf8JsonReader in DotNetDispatcher Fixes dotnet/aspnetcore#10988
|
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
|
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
dotnet#2160) * Update dependencies from https://github.com/dotnet/core-setup build 20190807.10 - Microsoft.NETCore.App.Ref - 3.0.0-preview9-19407-10 - NETStandard.Library.Ref - 2.1.0-preview9-19407-10 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19407-10 Dependency coherency updates - Microsoft.Win32.Registry - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.ComponentModel.Annotations - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Diagnostics.DiagnosticSource - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Diagnostics.EventLog - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.IO.Pipelines - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Reflection.Metadata - 1.7.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Runtime.CompilerServices.Unsafe - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Security.Cryptography.Cng - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Security.Cryptography.Xml - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.ServiceProcess.ServiceController - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Json - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.Platforms - 3.0.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/roslyn build 20190807.12 - Microsoft.Net.Compilers.Toolset - 3.3.0-beta2-19407-12
|
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
dotnet#2159) * Update dependencies from https://github.com/dotnet/core-setup build 20190807.10 - Microsoft.NETCore.App.Ref - 3.0.0-preview9-19407-10 - NETStandard.Library.Ref - 2.1.0-preview9-19407-10 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview9-19407-10 Dependency coherency updates - Microsoft.Win32.Registry - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.ComponentModel.Annotations - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Diagnostics.DiagnosticSource - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Diagnostics.EventLog - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.IO.Pipelines - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Reflection.Metadata - 1.7.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Runtime.CompilerServices.Unsafe - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Security.Cryptography.Cng - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Security.Cryptography.Xml - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.ServiceProcess.ServiceController - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Json - 4.6.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.Platforms - 3.0.0-preview9.19407.4 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/roslyn build 20190807.12 - Microsoft.Net.Compilers.Toolset - 3.3.0-beta2-19407-12
* Set DotNetValidationArtifactsCategory * Remove DotNetValidationArtifactsCategory
|
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
@pranavkm I think related to your change? CC @JunTaoLuo |
|
This is a case of the missing API that I was referring to yesterday. I thought it was due to roll forward but looks like we need the same fix as in EntityFrameworkCore. |
|
Hmm that wasn't it. @pranavkm 's change should have worked since it was reacting to new APIs. The fact it worked in release/3.0 and not in master led me to believe we are not getting the latest bits. We need to take a closer look. |
|
@JunTaoLuo are we now waiting for new bits from core-setup with a fix for the bug we were talking about yesterday? Or, is an existing dependency PR that's blocking progress here? |
bffe794 to
6fc17ec
Compare
|
So it looks like this might get a little hairier than I originally thought. The problem is as follows:
I've updated the tfm in the projects to netcoreapp5.0 but I don't know if that's the correct approach. The apps targeting netcoreapp3.0 will now fall back to netstandard2.0 implementations for example. If we want to multi-target for netcoreapp3.0 and netcoreapp5.0 simultaneously, we'll need to have dependency flow update both the 3.0 and 5.0 ref pack versions. |
|
Hmm Microsoft.Extensions.Hosting.Tests is hanging. |
No. Of the netcoreapp TFMs, target only netcoreapp5.0 and do the needful (perhaps as @wtgodbe is doing in dotnet/aspnetcore#12977 if not everything is done here). If that needs to be part of a dependency update, get the latest in before fixing up this PR. |
|
❌ 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. |
3 similar comments
|
❌ 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. |
|
❌ 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. |
|
❌ 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. |
|
❌ 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. |
|
❌ 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. |
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master'\n\nCommit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master'\n\nCommit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master' Commit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master' Commit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master' Commit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master' Commit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master' Commit migrated from dotnet/extensions@3f8ee55
…ge/release/3.0-to-master [automated] Merge branch 'release/3.0' => 'master'\n\nCommit migrated from dotnet/extensions@3f8ee55
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.
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.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
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.
or if you are using SSH
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.