1. 20 4月, 2021 12 次提交
  2. 19 4月, 2021 5 次提交
  3. 18 4月, 2021 5 次提交
    • D
      [main] Update dependencies from dotnet/arcade dotnet/icu dotnet/xharness... · ccc25a90
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets (#51307)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210414.5
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageValidation , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21212.6 -> To Version 6.0.0-beta.21214.5
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210415.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21214.1 -> To Version 1.0.0-prerelease.21215.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210415.5
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageValidation , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21212.6 -> To Version 6.0.0-beta.21215.5
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210415.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 6.0.0-beta.21212.1 -> To Version 6.0.0-beta.21215.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210416.2
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageValidation , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21212.6 -> To Version 6.0.0-beta.21216.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20210416.2
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-preview.4.21212.2 -> To Version 6.0.0-preview.5.21216.2
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210416.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21214.1 -> To Version 1.0.0-prerelease.21216.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210416.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 6.0.0-beta.21212.1 -> To Version 6.0.0-beta.21216.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      ccc25a90
    • G
      Rework request retry logic to be based on retry count limit (#48758) · 288bfa00
      Geoff Kizer 提交于
      * rework request retry logic to be based off a fixed retry limit (MaxConnectionFailureRetries) instead of isNewConnection logic
      
      * be more conservative about request retries -- only allow on receiving EOF or GOAWAY from the server
      Co-authored-by: NGeoffrey Kizer <geoffrek@windows.microsoft.com>
      288bfa00
    • G
      add Task-based DisconnectAsync and refactor APM methods on top of it (#51213) · 8093c52a
      Geoff Kizer 提交于
      * add Task-based DisconnectAsync and refactor APM methods on top of it
      
      * fix BeginDisconnect to throw synchronously and add relevant tests
      
      * remove #region stuff in Socket.cs and add link to github issue
      Co-authored-by: NGeoffrey Kizer <geoffrek@windows.microsoft.com>
      8093c52a
    • M
      MacOS single-file diagnostic support changes (#51425) · d2daf0b9
      Mike McLaughlin 提交于
      * MacOS single-file support changes
      
      Use dysymtab_command to just load the extern/export symbols. Don't read
      the whole symbol string table; read the symbol name a char at a time.
      
      https://github.com/dotnet/runtime/issues/38901
      
      * Don't add null to symbol name
      
      * Code review feedback
      
      * Code review feedback
      
      * Code review feedback fix
      d2daf0b9
    • D
      Update dependencies from https://github.com/mono/linker build 20210417.1 (#51435) · b3e5c4fa
      dotnet-maestro[bot] 提交于
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.100-preview.2.21215.2 -> To Version 6.0.100-preview.2.21217.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      b3e5c4fa
  4. 17 4月, 2021 18 次提交