Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8093c52a9a4abde623c1bf8b74334f11030847f2
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b364cf02c4a715c5eebba794766fc982960eeef
Choose a head ref
  • 4 commits
  • 300 files changed
  • 7 contributors

Commits on Apr 18, 2021

  1. Rework request retry logic to be based on retry count limit (#48758)

    * 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: Geoffrey Kizer <geoffrek@windows.microsoft.com>
    geoffkizer and Geoffrey Kizer authored Apr 18, 2021
    Copy the full SHA
    288bfa0 View commit details
  2. [main] Update dependencies from dotnet/arcade dotnet/icu dotnet/xharn…

    …ess 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: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
    3 people authored Apr 18, 2021
    Copy the full SHA
    ccc25a9 View commit details

Commits on Apr 19, 2021

  1. Add JSON source generator (#51300)

    * Add JSON source generator
    
    * Address review feedback
    
    * Address review feedback
    
    * Align project structure with src-gen conventions
    
    * Fix enum (de)serialization
    layomia authored Apr 19, 2021
    1
    Copy the full SHA
    e98d043 View commit details
  2. Simplify trimming non significant digits in JsonUtf8Writer (#51367)

    * simplify trimming non significant digits
    
    * PR feedback
    
    * fixed formatting
    devsko authored Apr 19, 2021
    Copy the full SHA
    9b364cf View commit details
Loading