-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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/6.0-rc2' => 'release/6.0' #36657
[automated] Merge branch 'release/6.0-rc2' => 'release/6.0' #36657
Conversation
[release/6.0-rc2] Update dependencies from dotnet/efcore
…tnet#36627) * Handle JsonExceptions like InvalidDataExceptions in RequestDelegateFactory * Don't catch InvalidDataExceptions when reading JSON
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.
…re (dotnet#36651) [release/6.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
…#36618) Co-authored-by: Safia Abdalla <[email protected]>
…917.6 (dotnet#36667) [release/6.0-rc2] Update dependencies from dotnet/efcore
Co-authored-by: Chris R <[email protected]>
…0917.8 (dotnet#36675) [release/6.0-rc2] Update dependencies from dotnet/runtime
) * Backport of dotnet#36628 to release/6.0-rc2 * Throw for invalid TryParse and BindAsync * nit * use TypeNameHelper * nit Co-authored-by: Brennan <[email protected]>
…917.8 (dotnet#36681) [release/6.0-rc2] Update dependencies from dotnet/efcore
* Revert Enforce WebSockets Transport for Blazor (changes introduced in dotnet#34644) * Updated Release JS Files
…re (dotnet#36687) [release/6.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
…0917.25 (dotnet#36699) [release/6.0-rc2] Update dependencies from dotnet/runtime
…917.18 (dotnet#36701) [release/6.0-rc2] Update dependencies from dotnet/efcore
…me (dotnet#36706) [release/6.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
* Out of proc delegation tests * Troubleshoot IsFeatureSupported * Fix test * Fix formatting * Seperate tests * Cleanup * Fix SLN
…918.7 (dotnet#36715) [release/6.0-rc2] Update dependencies from dotnet/efcore
Co-authored-by: Brennan <[email protected]>
…otnet#36695) * Retarget DOTNETHOME when installing x64 on ARM64 * Make platform comparison case insenstive * Address feedback * Install x64 registry keys to different path on ARM64 machine Co-authored-by: Eric StJohn <[email protected]>
* Pin analyzers that ship in the SDK (dotnet#36690) * Pin analyzers that ship in the SDK ASP.NET Core produces a few analyzer assemblies that are shipped as part of the .NET SDK. These analyzers are added to web projects targeting 3.1 and newer. In 6.0, we (unintentionally) bumped the version of Microsoft.CodeAnalysis that these projects referenced to a 4.0 version. This causes warnings when opening a 3.1 or 5.0 app in VS 2019 as it does not support these versions. Additionally update the version of Microsoft.CodeAnalysis.* packages used in tests, Razor, and framework analyzers that are only expected to run with VS 2020 to a more recent build. This is largely book-keeping, but allows us to write a test for file scoped namespaces. Fixes dotnet#36552 * Apply suggestions from code review
…t#36753) - backport of dotnet#36752 to release/6.0-rc2 Co-authored-by: DamianEdwards <[email protected]>
…me (dotnet#36769) [release/6.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
…920.20 (dotnet#36778) [release/6.0-rc2] Update dependencies from dotnet/efcore
@halter73 Your most recent commit dd92f78 seems to be where the build for this PR starts failing with this:
It is a bit strange that it says the problem is with I notice in this PR, all the package dependencies' branding changes from @dougbu Do you have any knowledge of why the API baselines would be complaining even though it doesn't seem like we did change a |
|
I detected changes in the release/6.0-rc2 branch which have not been merged yet to release/6.0. I'm a robot and am configured to help you automatically keep release/6.0 up to date, so I've opened this PR.
This PR merges commits made on release/6.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/6.0-rc2-to-release/6.0'. 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.