-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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-rc1' => 'release/6.0' #57740
[automated] Merge branch 'release/6.0-rc1' => 'release/6.0' #57740
Commits on Aug 18, 2021
-
Fix Debug.Assert use of string interpolation (dotnet#57668)
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2a28e2f - Browse repository at this point
Copy the full SHA 2a28e2fView commit details -
Throw on invalid payload length in WebSockets (dotnet#57635)
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f2b270c - Browse repository at this point
Copy the full SHA f2b270cView commit details
Commits on Aug 19, 2021
-
Bump timeout for workloads build job (dotnet#57721)
We're seeing it sometimes timing out on official builds. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3d39a37 - Browse repository at this point
Copy the full SHA 3d39a37View commit details -
[release/6.0-rc1] JIT: don't clone loops where init or limit is a cas…
…t local (dotnet#57690) * JIT: don't clone loops where init or limit is a cast local The loop cloner assumes all computations it introduces are compatible with TYP_INT, so don't allow cloning when the initial or final value are variables with incompatible types. Fixes dotnet#57535. * Apply suggestions from code review Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com> Co-authored-by: Andy Ayers <andya@microsoft.com> Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d5987f - Browse repository at this point
Copy the full SHA 3d5987fView commit details -
[release/6.0-rc1] Update pinned compiler version (dotnet#57730)
* Update pinned compiler version The version that flows in automatically appears to still be old. We need to fix that, but in the meantime, we're a month out of date on the compiler. * Suppress CS8969 warnings * Change several dynamic tests to use typeof(object[]) Co-authored-by: Stephen Toub <stoub@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ba8967d - Browse repository at this point
Copy the full SHA ba8967dView commit details -
[mono] Fix crash in common_call_trampoline due to inconsistent rgctx …
…mode (dotnet#57677) * Assume MRGCTX mode if mini_method_is_default_method is true * Fixes dotnet#57664 Co-authored-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fe6bd2d - Browse repository at this point
Copy the full SHA fe6bd2dView commit details -
[release/6.0-rc1] Update dependencies from dotnet/arcade (dotnet#57628)
* Update dependencies from https://github.com/dotnet/arcade build 20210817.1 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21413.4 -> To Version 6.0.0-beta.21417.1 * Unpin compiler version * Update source-index-stage1.yml * Update dependencies from https://github.com/dotnet/arcade build 20210818.12 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21413.4 -> To Version 6.0.0-beta.21418.12 * Partial cherry pick from a169ca9 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b24f1aa - Browse repository at this point
Copy the full SHA b24f1aaView commit details -
Fix Microsoft.NETCore.Platforms builds on Unix (dotnet#57757)
The casing of the SDK imported via the Sdk attribute was wrong which lead to: Microsoft.NETCore.Platforms.csproj : error MSB4236: The SDK 'Microsoft.NET.SDK' specified could not be found. Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 86b25c6 - Browse repository at this point
Copy the full SHA 86b25c6View commit details -
Update dependencies from https://github.com/dotnet/emsdk build 202108…
…19.1 (dotnet#57759) Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 From Version 6.0.0-rc.1.21416.1 -> To Version 6.0.0-rc.1.21419.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8493829 - Browse repository at this point
Copy the full SHA 8493829View commit details -
Re-disable AsyncMethodsDropsStateMachineAndExecutionContextUponComple…
…tion test (dotnet#57762) Co-authored-by: Stephen Toub <stoub@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4a79fcb - Browse repository at this point
Copy the full SHA 4a79fcbView commit details
Commits on Aug 20, 2021
-
Pack windows implementation assemblies in windowsdesktop transport pa…
…ckage (dotnet#57796) Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for e15b35e - Browse repository at this point
Copy the full SHA e15b35eView commit details -
Update dependencies from https://github.com/mono/linker build 2021081…
…9.1 (dotnet#57777) Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21419.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5840e15 - Browse repository at this point
Copy the full SHA 5840e15View commit details -
Update dependencies from https://github.com/dotnet/icu build 20210819…
….1 (dotnet#57763) Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-rc.1.21416.1 -> To Version 6.0.0-rc.1.21419.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27d062a - Browse repository at this point
Copy the full SHA 27d062aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6d981 - Browse repository at this point
Copy the full SHA 4e6d981View commit details