-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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/5.0-rc2' => 'master' #25774
[automated] Merge branch 'release/5.0-rc2' => 'master' #25774
Conversation
[release/5.0-rc2] Update dependencies from dotnet/efcore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving branch merge.
Hello @msftbot[bot]! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 60 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This pull request has been updated. This PR merges commits made on release/5.0-rc2 by the following committers: |
1 similar comment
This pull request has been updated. This PR merges commits made on release/5.0-rc2 by the following committers: |
Changes WiX toolset used to 3.14 to support ARM64 Generates targeting pack from the x86/x64 leg, as it gets produced using a zip that gets generated there. The ARM64 leg now produces all the necessary msi's, exe, and wixlib needed for the installer to generate a bundle.
This pull request has been updated. This PR merges commits made on release/5.0-rc2 by the following committers: |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
1 similar comment
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…otnet#25747) This lets MVC use the defaults as specified by System.Text.Json. Right now, these defaults are identical to the two properties that were removed. However this allows MVC to pick up new S.T.J defaults in 6.0 including when users attempt to use a 6.0 versioned package with 5.0
This ends up building SDK's test assets as part of a regular build which ends up failing in a clean build.
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
Fix MSB4109 error when the Microsoft.Extensions.ApiDescription.Server NuGet package is installed.
…5736) * Update to latest SDK * React to platform compatibility analyzer warnings * React to new warnings * Add platform compatibility attributes * Add SkipAnalyzers=true to component declaration compilation Fixes dotnet#25365 * Update eng/Version.Details.xml * Update Versions.props * Update Version.Details.xml * Update Versions.props * Update Version.Details.xml
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…914.2 (dotnet#25876) [release/5.0-rc2] Update dependencies from dotnet/efcore
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…/5.0-to-release/5.0-rc2 [automated] Merge branch 'release/5.0' => 'release/5.0-rc2'
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
ae739ef
to
aaa2e5f
Compare
Holllllyyy, I just merged latest rc2 into master and this went from 4 commits to ~60? Feels wrong but it seems correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. Lots of nullability, platform compatibility, PublicAPI.txt files, and MVC routing changes which would explain the size of this merge. But they look good!
aaa2e5f
to
5cf95e1
Compare
|
||
namespace Microsoft.AspNetCore.Mvc.Infrastructure | ||
{ | ||
internal class OrderedEndpointsSequenceProvider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@javiercn can you perform the "correct" translation of the changes from the release/5.0-rc2 branch into the master branch? I assume I messed up the merge in some fashion.
…914.4 (dotnet#25886) [release/5.0-rc2] Update dependencies from dotnet/efcore
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…#25840) * Fix chrome/selenium tests (dotnet#25330) * Revert "Disable failing/hanging tests due to Chrome/Selenium issue (dotnet#25323)" This reverts commit 332f150. * Update Selenium to latest * Update API * Try specifying a version * Update Selenium to 4.0.0-beta5 * Disable browser log tests * Fix components e2e tests and disable blazor standalone template test * Disable tests using browser log * Disable template test * Avoid using .NET formatted strings in tests * Annotate BasicTestApp suggesting that it needs the all globalization data * Culture specific formatting relies on the ICU data carried by the OS. This causes issues in our tests if WebAssembly carries a different set than the OS. Instead updating these tests to use hardcoded strings. * Additionally fixing an issue where some projects in the solution were using tasks from the .dotnet SDK rather than the local copy of the SDK. This was causing issues building locally. Co-authored-by: Pranav K <prkrishn@hotmail.com>
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…0914.8 (dotnet#25895) [release/5.0-rc2] Update dependencies from dotnet/runtime
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
…914.7 (dotnet#25896) [release/5.0-rc2] Update dependencies from dotnet/efcore
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0-rc2, but I could not automatically push those to merge/release/5.0-rc2-to-master to update this PR. |
5cf95e1
to
2b6cd9f
Compare
I detected changes in the release/5.0-rc2 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/5.0-rc2 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/5.0-rc2-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.