Skip to content
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

Commits on Aug 18, 2021

  1. Fix Debug.Assert use of string interpolation (dotnet#57668)

    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    github-actions[bot] and stephentoub authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2a28e2f View commit details
    Browse the repository at this point in the history
  2. Throw on invalid payload length in WebSockets (dotnet#57635)

    Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
    github-actions[bot] and CarnaViire authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f2b270c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. 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>
    github-actions[bot] and akoeplinger authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3d39a37 View commit details
    Browse the repository at this point in the history
  2. [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>
    3 people authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3d5987f View commit details
    Browse the repository at this point in the history
  3. [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>
    github-actions[bot] and stephentoub authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ba8967d View commit details
    Browse the repository at this point in the history
  4. [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>
    github-actions[bot] and uweigand authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    fe6bd2d View commit details
    Browse the repository at this point in the history
  5. [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>
    3 people authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b24f1aa View commit details
    Browse the repository at this point in the history
  6. 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>
    github-actions[bot] and ViktorHofer authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    86b25c6 View commit details
    Browse the repository at this point in the history
  7. 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>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    8493829 View commit details
    Browse the repository at this point in the history
  8. Re-disable AsyncMethodsDropsStateMachineAndExecutionContextUponComple…

    …tion test (dotnet#57762)
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    github-actions[bot] and stephentoub authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4a79fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Pack windows implementation assemblies in windowsdesktop transport pa…

    …ckage (dotnet#57796)
    
    Co-authored-by: Eric StJohn <ericstj@microsoft.com>
    github-actions[bot] and ericstj authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e15b35e View commit details
    Browse the repository at this point in the history
  2. 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>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5840e15 View commit details
    Browse the repository at this point in the history
  3. 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>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    27d062a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e6d981 View commit details
    Browse the repository at this point in the history