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

Port fix to Cookie test from 6.0 #1

Closed
wants to merge 6,764 commits into from
Closed

Port fix to Cookie test from 6.0 #1

wants to merge 6,764 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 2, 2019

  1. Update dependencies from https://github.com/dotnet/coreclr build 2019…

    …1128.1 (dotnet#42753)
    
    - Microsoft.NET.Sdk.IL - 3.1.0-servicing.19578.1
    - Microsoft.NETCore.ILAsm - 3.1.0-servicing.19578.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.0-servicing.19578.1
    dotnet-maestro[bot] authored and mmitche committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6687129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b072c26 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    9137edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013a3e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    f978810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e53f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Update dependencies from https://github.com/dotnet/coreclr build 2019…

    …1202.2 (dotnet#42760)
    
    - Microsoft.NET.Sdk.IL - 3.1.1-servicing.19602.2
    - Microsoft.NETCore.ILAsm - 3.1.1-servicing.19602.2
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.19602.2
    dotnet-maestro[bot] authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    825b3d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c79ce View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. [release/3.1] Switch to using 3.1100 SDK to build 3.1 (dotnet#42757)

    * Switch to using 3.1100 SDK to build 3.1
    
    Required for upstack components, so this is for consistency.
    
    * Fix version
    
    * Fix restore of netcoreapp when not downloading any packages
    mmitche authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    464c03b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd387c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Update dependencies from https://github.com/dotnet/coreclr build 2019…

    …1207.1 (dotnet#42762)
    
    - Microsoft.NET.Sdk.IL - 3.1.1-servicing.19607.1
    - Microsoft.NETCore.ILAsm - 3.1.1-servicing.19607.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.19607.1
    dotnet-maestro[bot] authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    1730016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d36793d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. update branding to 3.1.2 (dotnet#42803)

    * update branding to 3.1.2
    
    * not turning off the stable flag
    Anipik authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    13c917e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf209d View commit details
    Browse the repository at this point in the history
  3. [release/3.1] Make PathAssemblyResolver handle Retargetable (dotnet#4…

    …2768)
    
    * Allow PathAssemblyResolver to use an assembly with different PublicKeyToken if reference is Retargetable (dotnet#40581)
    
    * Bump version of MetataLoadContext and build it
    
    * Make package testing work with 3.1 SDK
    
    Co-authored-by: Steve Harter <steveharter@users.noreply.github.com>
    2 people authored and Anipik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e021226 View commit details
    Browse the repository at this point in the history
  4. Fix 3.0->3.1 regression in JSON serializing nested concurrent diction…

    …aries (dotnet#42772)
    
    * Improve (de)serialization support for nested dictionaries
    
    * Document test cases and add test for polymorphic element types
    
    * Add note about test depth
    layomia authored and Anipik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b855121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb8dfb6 View commit details
    Browse the repository at this point in the history
  6. [release/3.1] Fix driver behavior of sending Attention signal for suc…

    …cessful Bulk Copy operation (dotnet#42617)
    cheenamalhotra authored and Anipik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    1ba6a19 View commit details
    Browse the repository at this point in the history
  7. [release/3.1] Revert async changes in SqlClient to fix deadlock issues (

    dotnet#42776)
    
    * Revert async changes in SqlClient to fix deadlock issues
    
    * Add missing method
    cheenamalhotra authored and Anipik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a9bb325 View commit details
    Browse the repository at this point in the history
  8. port fix for for 42634 (dotnet#42800)

    wfurt authored and Anipik committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2723066 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61a34d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17ce53c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. updating assembly versions, packageversions and publishing the packag…

    …es (dotnet#42823)
    
    * updating assembly versions, packageversions and publishing the packages
    
    * correct inbox assembly Version
    
    * adding 4.6.2 ti system.drawing.common
    Anipik authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    bbcc0a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da3248 View commit details
    Browse the repository at this point in the history
  3. [release/3.1] Always build the OpenSSL shim in portable mode on macOS. (

    dotnet#42801)
    
    * Always build the OpenSSL shim in portable mode on macOS.
    
    * Remove conditionally compiled library load debugging
    bartonjs authored and Anipik committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8fc9be2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2d588 View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0115.1 (dotnet#42828)
    
    - Microsoft.NET.Sdk.IL - 3.1.1-servicing.20065.1
    - Microsoft.NETCore.ILAsm - 3.1.1-servicing.20065.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.20065.1
    dotnet-maestro[bot] authored and wtgodbe committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    fdb315c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ead5446 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0115.3 (dotnet#42830)
    
    - Microsoft.NET.Sdk.IL - 3.1.2-servicing.20065.3
    - Microsoft.NETCore.ILAsm - 3.1.2-servicing.20065.3
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.2-servicing.20065.3
    dotnet-maestro[bot] authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    07080ce View commit details
    Browse the repository at this point in the history
  2. [release/3.1] Update dependencies from dotnet/coreclr (dotnet#42832)

    * Update dependencies from https://github.com/dotnet/coreclr build 20200115.4
    
    - Microsoft.NET.Sdk.IL - 3.1.2-servicing.20065.4
    - Microsoft.NETCore.ILAsm - 3.1.2-servicing.20065.4
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.2-servicing.20065.4
    
    * Revert changes to EncoderNLS/DecoderNLS.Convert unit tests
    
    Co-authored-by: Levi Broderick <GrabYourPitchforks@users.noreply.github.com>
    2 people authored and wtgodbe committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    d658fef View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0116.2 (dotnet#42834)
    
    - Microsoft.NET.Sdk.IL - 3.1.2-servicing.20066.2
    - Microsoft.NETCore.ILAsm - 3.1.2-servicing.20066.2
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.2-servicing.20066.2
    dotnet-maestro[bot] authored and wtgodbe committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e946ceb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    a0059c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0725df9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Update dependencies from https://github.com/dotnet/arcade build 20200…

    …213.5 (dotnet#42856)
    
    - Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.20113.5
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.20113.5
    - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.20113.5
    - Microsoft.DotNet.ApiCompat - 1.0.0-beta.20113.5
    - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20113.5
    - Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.20113.5
    - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.20113.5
    - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.20113.5
    - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.20113.5
    - Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.20113.5
    - Microsoft.DotNet.GenAPI - 1.0.0-beta.20113.5
    - Microsoft.DotNet.GenFacades - 1.0.0-beta.20113.5
    - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.20113.5
    - Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.20113.5
    dotnet-maestro[bot] authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    cb12421 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0213.3 (dotnet#42857)
    
    - Microsoft.NET.Sdk.IL - 3.1.3-servicing.20113.3
    - Microsoft.NETCore.ILAsm - 3.1.3-servicing.20113.3
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.3-servicing.20113.3
    dotnet-maestro[bot] authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    4f6d424 View commit details
    Browse the repository at this point in the history
  3. disable tests (dotnet#42858)

    Anipik authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    3d275c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Fix AppDomain.SetPrincipalPolicy bug for new threads (dotnet#32104) (d…

    …otnet#42860)
    
    * fix principal policy for new threads
    
    Fixes #31717
    
    Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>
    eiriktsarpalis and MarcoRossignoli authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    909897f View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0218.1 (dotnet#42863)
    
    - Microsoft.NET.Sdk.IL - 3.1.3-servicing.20118.1
    - Microsoft.NETCore.ILAsm - 3.1.3-servicing.20118.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.3-servicing.20118.1
    dotnet-maestro[bot] authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    5f672de View commit details
    Browse the repository at this point in the history
  3. Adding netfx configuration to System.Runtime.CompilerServices.Unsafe (d…

    …otnet#42859)
    
    * Adding netfx configuration to System.Runtime.CompilerServices.Unsafe
    
    * Adding versionless configurtions to fix build
    
    * Fix indenting issue
    joperezr authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    7aaf058 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0218.2 (dotnet#42864)
    
    - Microsoft.NET.Sdk.IL - 3.1.3-servicing.20118.2
    - Microsoft.NETCore.ILAsm - 3.1.3-servicing.20118.2
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.3-servicing.20118.2
    dotnet-maestro[bot] authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    7b46939 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0218.3 (dotnet#42865)
    
    - Microsoft.NET.Sdk.IL - 3.1.3-servicing.20118.3
    - Microsoft.NETCore.ILAsm - 3.1.3-servicing.20118.3
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.3-servicing.20118.3
    dotnet-maestro[bot] authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    29a6367 View commit details
    Browse the repository at this point in the history
  2. [3.1] Don't call AdvanceTo(default) in PipeReader.CopyToAsync (dotnet…

    …#42837)
    
    * Don't call AdvanceTo(default) in PipeReader.CopyToAsync
    
    * Version changes
    
    * Undo Pipelines.csproj change
    halter73 authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    6bb1dce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcfd3d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Fixing regression caused by servicing of System.Data.SqlClient package (

    dotnet#42868)
    
    * Fixing regression caused by servicing of System.Data.SqlClient package
    
    * Fixing test build break
    joperezr authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8a3ffed View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    de94683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5251f9c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    68a30c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047eee0 View commit details
    Browse the repository at this point in the history
  3. [release/3.1] Remove local header compressed/uncompressed length vali…

    …dations (dotnet#42870)
    
    * Remove local header compressed/uncompressed length validations
    
    * Addressing feedback
    buyaa-n authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    75995a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee84ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a5bc0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    041f40a View commit details
    Browse the repository at this point in the history
  7. Added two unittests that test whether or not opaque is an empty strin…

    …g, the qop value is read to incorporate the correct hash algorithm for the digest challenge. Also adjusted the conditional in the challenge parse function to allow the opaque value to be an empty string (dotnet#42877)
    microkatz authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e4c1979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    806f5e5 View commit details
    Browse the repository at this point in the history
  9. Porting OleDb transaction API failure fix (dotnet#42878)

    * Porting OleDb transaction changes
    
    * Add missing using
    
    Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
    saurabh500 and Anipik authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d290666 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0325.1 (dotnet#42891)
    
    - Microsoft.NET.Sdk.IL - 3.1.4-servicing.20175.1
    - Microsoft.NETCore.ILAsm - 3.1.4-servicing.20175.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20175.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    18b892f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Add Fedora 33 runtime ids (dotnet#42871)

    Fedora 32 is gearing up for release[1], and in-development version of
    Fedora has been offically labelled as being Fedora 33:
    
        $ podman run -it fedora:33 cat /etc/os-release
        NAME=Fedora
        VERSION="33 (Container Image)"
        ID=fedora
        VERSION_ID=33
        VERSION_CODENAME=""
        PLATFORM_ID="platform:f33"
        PRETTY_NAME="Fedora 33 (Container Image)"
        ANSI_COLOR="0;34"
        LOGO=fedora-logo-icon
        CPE_NAME="cpe:/o:fedoraproject:fedora:33"
        HOME_URL="https://fedoraproject.org/"
        DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/"
        SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
        BUG_REPORT_URL="https://bugzilla.redhat.com/"
        REDHAT_BUGZILLA_PRODUCT="Fedora"
        REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide
        REDHAT_SUPPORT_PRODUCT="Fedora"
        REDHAT_SUPPORT_PRODUCT_VERSION=rawhide
        PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
        VARIANT="Container Image"
        VARIANT_ID=container
    
    [1] https://fedorapeople.org/groups/schedule/f-32/f-32-key-tasks.html
    
    Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
    omajid and Anipik authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ef1643c View commit details
    Browse the repository at this point in the history
  2. Add new System.Net.Http.Json project/namespace (dotnet#42889)

    * Add new System.Net.Http.Json project/namespace
    
    * Address PR Feedback
    
    * Fixing Functional test project
    
    * Removing ref from package and adding netfx configuration
    
    * Addressing PR Feedback
    
    Co-authored-by: David Cantu <dacantu@microsoft.com>
    joperezr and jozkee authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    57f547c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab8292 View commit details
    Browse the repository at this point in the history
  4. Update test OS matrix for release/3.1 (dotnet#42848)

    * Update test OS matrix for release/3.1
    
    * Run servicing PRs as fullMatrix: true
    * Refresh all docker images to their latest tag
    * + Alpine.311 (amd64)
    * +Fedora.30
    * - Ubuntu.1904
    * + Ubuntu.1910
    * + OSX.1015
    
    * Disable flaky portion of a test
    
    * Port Windows SSL3 detection from runtime/master
    
    Commit 860099e867563f4f1ea09bacc287d00821bd5826 in dotnet/runtime.
    
    * Port Windows Kana-based comparison changes from runtime/master
    
    Commit cb1e7be56ea86817000b61b0c0d7d0b73f5c1049 in dotnet/runtime
    
    * Leave 10.15 off until the machine pool gets fixed
    bartonjs authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7a91663 View commit details
    Browse the repository at this point in the history
  5. [release/3.1] Update dependencies from dotnet/coreclr (dotnet#42893)

    * Update dependencies from https://github.com/dotnet/coreclr build 20200325.2
    
    - Microsoft.NET.Sdk.IL - 3.1.4-servicing.20175.2
    - Microsoft.NETCore.ILAsm - 3.1.4-servicing.20175.2
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20175.2
    
    * Update dependencies from https://github.com/dotnet/coreclr build 20200325.3
    
    - Microsoft.NET.Sdk.IL - 3.1.4-servicing.20175.3
    - Microsoft.NETCore.ILAsm - 3.1.4-servicing.20175.3
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20175.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    c5f41f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e6f621 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0326.1 (dotnet#42896)
    
    - Microsoft.NET.Sdk.IL - 3.1.4-servicing.20176.1
    - Microsoft.NETCore.ILAsm - 3.1.4-servicing.20176.1
    - Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20176.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    78ef388 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. rev up assembly and package versions and add package to package builds (

    dotnet#42890)
    
    * rev up assembly and package versions and add package to package builds
    
    * update package index.json
    
    * reverting the inbox change in packageindex.json
    
    * fixing the inbox version to 4.0.1.0
    Anipik authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    7d32f99 View commit details
    Browse the repository at this point in the history
  2. Addressing feedback, Documenting TranscodingWriteStream.MaxbyteBuffer…

    …Size and Replacing MediaTypeHeaderValue.Parse with .ctor since it performs better (dotnet#42894)
    
    Co-authored-by: David Cantu <dacantu@microsoft.com>
    joperezr and jozkee authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b3f1f8f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    282d5b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    aa650a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merged PR 7037: [internal/release/3.1] Update dependencies from dncen…

    …g/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20200402.1
    - **Date Produced**: 4/2/2020 11:40 PM
    - **Commit**: 05e3582c126663120b82a2eec8fd12dcb6929064
    - **Branch**: refs/heads/internal/release/3.1
    - **Updates**:
      - **Microsoft.NET.Sdk.IL** -> 3.1.4-servicing.20202.1
      - **Microsoft.NETCore.ILAsm** -> 3.1.4-servicing.20202.1
      - **Microsoft.NETCore.Runtime.CoreCLR** -> 3.1.4-servicing.20202.1
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    95bb231 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    cb45052 View commit details
    Browse the repository at this point in the history
  2. Merged PR 7126: Setup internal creds in pre-publish

    Setup internal creds in pre-publish
    wtgodbe committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d14f55b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    1e72b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f354d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557f293 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Adding .NET Framework configurations to OOB packages so that t… (dotn…

    …et#42901)
    
    * WIP Adding netfx configs to packages that need it
    
    * Fix netfx test build given MEF2 doesn't have ref projects
    
    * Adding .NET Framework configuration to OpenSsl package
    
    * ReSpin builds of all packages that need an updated package references
    
    * Addressing PR Feedback
    
    * Removing unnecesary DefineConstants and use Built-in instead
    
    * Removing one extra DefineConstants to use defaults instead
    
    * Fix incorrect package version bumps
    joperezr authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    76dff3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7971bc View commit details
    Browse the repository at this point in the history
  3. Cap allocation size in XmlBufferReader.TryEnsureBytes

    Do not allow the untrusted payload to dictate the initial capacity of the read buffer.
    GrabYourPitchforks committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b1319e7 View commit details
    Browse the repository at this point in the history
  4. [release/3.1] Update dependencies from dotnet/arcade (dotnet#42904)

    * Update dependencies from https://github.com/dotnet/arcade build 20200413.4
    
    - Microsoft.DotNet.XUnitExtensions: 2.4.1-beta.20113.5 -> 2.4.1-beta.20213.4
    - Microsoft.DotNet.XUnitConsoleRunner: 2.5.1-beta.20113.5 -> 2.5.1-beta.20213.4
    - Microsoft.DotNet.VersionTools.Tasks: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.ApiCompat: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.Arcade.Sdk: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.Build.Tasks.Configuration: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.Build.Tasks.Feed: 2.2.0-beta.20113.5 -> 2.2.0-beta.20213.4
    - Microsoft.DotNet.Build.Tasks.Packaging: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.CodeAnalysis: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.CoreFxTesting: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.GenAPI: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.GenFacades: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    - Microsoft.DotNet.Helix.Sdk: 2.0.0-beta.20113.5 -> 2.0.0-beta.20213.4
    - Microsoft.DotNet.RemoteExecutor: 1.0.0-beta.20113.5 -> 1.0.0-beta.20213.4
    
    * Fix whitespace
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Will Godbe <wigodbe@microsoft.com>
    3 people authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    60ffc71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c416492 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Update branding to rc (dotnet#42905)

    * Update branding to rc
    
    * Use rc1 instead of rc
    ericstj authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    da37279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935c865 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    c07c791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059a4a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    4b30bea View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    66409e3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    f9dc858 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Update branding for 3.1.5 (dotnet#42920)

    * Skip tests on UAP
    
    * Merged PR 7037: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20200402.1
    - **Date Produced**: 4/2/2020 11:40 PM
    - **Commit**: 05e3582c126663120b82a2eec8fd12dcb6929064
    - **Branch**: refs/heads/internal/release/3.1
    - **Updates**:
      - **Microsoft.NET.Sdk.IL** -> 3.1.4-servicing.20202.1
      - **Microsoft.NETCore.ILAsm** -> 3.1.4-servicing.20202.1
      - **Microsoft.NETCore.Runtime.CoreCLR** -> 3.1.4-servicing.20202.1
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    
    * Merged PR 7062: Add validation for custom feeds
    
    * Merged PR 7126: Setup internal creds in pre-publish
    
    Setup internal creds in pre-publish
    
    * Cap allocation size in XmlBufferReader.TryEnsureBytes
    
    Do not allow the untrusted payload to dictate the initial capacity of the read buffer.
    
    * update branding
    
    * update packageIndex with stable versions
    
    Co-authored-by: carlossanlop <calope@microsoft.com>
    Co-authored-by: dotnet-bot <dotnet-bot@microsoft.com>
    Co-authored-by: DotNet Bot <dn-bot@microsoft.com>
    Co-authored-by: Will Godbe <wigodbe@microsoft.com>
    Co-authored-by: Levi Broderick <levib@microsoft.com>
    6 people authored May 13, 2020
    Configuration menu
    Copy the full SHA
    7571ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    343a662 View commit details
    Browse the repository at this point in the history
  3. [release/3.1] Handle additional chain statuses for X509Chain on macOS (

    …dotnet#42914)
    
    * Handle more basic constraints chain statuses on macOS
    
    macOS can return additional chain status strings for a certificate that
    was issued by a certificate that violated its basic constraints.
    
    If a leaf certificate is issued from a certificate with CA:FALSE,
    the strings BasicConstraintsCA and BasicConstraintsPathLen are
    reported. We map these the same for BasicConstraints.
    
    * Handle additional X509 chain statuses for macOS
    
    MacOS returns a different status string for certificates that are in a special
    database that are explicitly distrusted. Windows has similar behavior, which
    reports the certificates as PAL_X509ChainExplicitDistrust. This makes macOS
    do the same instead of throwing an exception.
    
    Linux does not appear to have any special distrusting for these
    certificates.
    
    * Handle CriticalExtensions and WeakSignature on 509Chain for macOS
    
    * Support unknown critical extensions on macOS.
    
    If a certificate contains an unprocessable critical extension
    in a certificate, map the "CriticalExtensions" status to
    HasNotSupportedCriticalExtension instead of throwing an exception.
    
    * Ignore WeakSignature chain status on macOS.
    
    X509Chain on Windows will not check for modern signatures, so we
    will let macOS do the same thing.
    vcsjones authored May 13, 2020
    Configuration menu
    Copy the full SHA
    6f169fc View commit details
    Browse the repository at this point in the history
  4. Fix corefx to build on clang 10 (dotnet#42900)

    Clang 10 adds/enables new warnings, some of which is affecting the
    corefx code. Disable them.
    
    This is a "backport" of dotnet/runtime#33734 to corefx.
    
    After this commit, I can build all of corefx with Clang 10.
    omajid authored May 13, 2020
    Configuration menu
    Copy the full SHA
    8428a00 View commit details
    Browse the repository at this point in the history
  5. [Test-only change]Enable running VerifyReferenceClousre for netfx OOB…

    … packages (dotnet#42909)
    
    * Enable running VerifyReferenceClousre for netfx OOB packages
    
    * Sorting IgonredReferences
    joperezr authored May 13, 2020
    Configuration menu
    Copy the full SHA
    148adfc View commit details
    Browse the repository at this point in the history
  6. Merge pull request dotnet#42915 from joperezr/MergingBlazorBranch

    Merging Blazor feature branch into release/3.1
    Anipik authored May 13, 2020
    Configuration menu
    Copy the full SHA
    46786ca View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Ensuring WinHttpHandler will reference TargetingPack assembly version…

    …s for netfx builds (dotnet#42910)
    
    * Ensuring WinHttpHandler will reference TargetingPack assembly versions for netfx builds
    
    * Only changing targeting pack for net461 build
    joperezr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    87ed789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bc2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88330f7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0513.2 (dotnet#42923)
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.4-servicing.20202.1 -> To Version 3.1.4-servicing.20263.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored May 15, 2020
    Configuration menu
    Copy the full SHA
    f3582b2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    6ddac85 View commit details
    Browse the repository at this point in the history
  2. Merged PR 8010: Porting commits from public into msrc branch

    Anirudh Agnihotry committed May 20, 2020
    Configuration menu
    Copy the full SHA
    7167a78 View commit details
    Browse the repository at this point in the history
  3. Merged PR 8019: [internal/release/3.1] Update dependencies from dncen…

    …g/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20200519.1
    - **Date Produced**: 5/20/2020 2:52 AM
    - **Commit**: 018cfd06dceb19b6eb1e9217a500fb1071946fcd
    - **Branch**: refs/heads/internal/release/3.1
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: from 3.1.4-servicing.20263.2 to 3.1.4-servicing.20269.1
      - **Microsoft.NETCore.ILAsm**: from 3.1.4-servicing.20263.2 to 3.1.4-servicing.20269.1
      - **Microsoft.NETCore.Runtime.CoreCLR**: from 3.1.4-servicing.20263.2 to 3.1.4-servicing.20269.1
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed May 20, 2020
    Configuration menu
    Copy the full SHA
    620cea9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    34acb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf14d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    2187253 View commit details
    Browse the repository at this point in the history
  2. branding commit

    Anipik committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5a90a5c View commit details
    Browse the repository at this point in the history
  3. update packageindex.json

    Anipik committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    b62f873 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#42930 from Anipik/branding

    Branding for 3.1.6
    Anipik authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c68bc27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f05a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge pull request 8546 from darc-internal/release/3.1-aa2423b1-4543-…

    …42e8-a478-84f848966f4c into internal/release/3.1
    dotnet-bot committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ad717a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merged PR 8541: Disallow unrestricted polymorphic deserialization in …

    …DataSet
    
    - Includes opt-in switch to re-enable behavior
    - Code paths are hooked up through Serialization Guard
    GrabYourPitchforks committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    73aa947 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. [release/3.1] Fix Path.EndsInDirectorySeparator recursive call (dotne…

    …t#42939)
    
    * [release/3.1] Fix Path.EndsInDirectorySeparator recursive call
    
    * Update package version
    carlossanlop authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    53111cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0192aeb View commit details
    Browse the repository at this point in the history
  3. Build the platforms package for shipping (dotnet#42940)

    * build platforms package
    
    * update package index
    
    * add closing tag
    Anipik authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    730e2f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2266222 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    ca08d24 View commit details
    Browse the repository at this point in the history
  2. update branding

    Anipik committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    57cb857 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#42948 from Anipik/branding

    Update Branding to 3.1.7
    Anipik authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3705179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f1f03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a97732 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1026289 View commit details
    Browse the repository at this point in the history
  7. [Release/3.1] Address MARS TDS header contained errors (dotnet#42907)

    * [Release/3.1] Address MARS TDS header contained errors
    
    * New line EOF
    
    * Fix changes
    cheenamalhotra authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    aad9fbc View commit details
    Browse the repository at this point in the history
  8. Ignore 0-byte responses from AIA fetch. (dotnet#42942)

    When fetching a certificate with AIA, we should ignore responses that
    are zero bytes in length. A zero-byte value passed to X509Certificate2
    will create a default certificate with a null PAL. This was being
    passed in to the OpenSSL chain builder, and would pass in a null handle
    for the certificate.
    vcsjones authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ef33d08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a914fc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0714.2
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.4-servicing.20315.1 -> To Version 3.1.4-servicing.20364.2
    dotnet-bot committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    fdd1401 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. add packaging for system.data.sqlclient (dotnet#42952)

    * add packaging for system.data.sqlclient
    
    * correcting the path
    
    * publishing windows compat pack as well
    
    * update sqlclient version
    
    * correcting service model version
    Anipik authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ad72601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3592b73 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0716.2
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.4-servicing.20315.1 -> To Version 3.1.4-servicing.20366.2
    dotnet-bot committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f447a7c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Merged PR 9103: [internal/release/3.1] Update dependencies from dncen…

    …g/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20200716.2
    - **Date Produced**: 7/16/2020 7:03 PM
    - **Commit**: e8b17841cb5ce923aec48a1b0c12042d445d508f
    - **Branch**: refs/heads/internal/release/3.1
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: from 3.1.4-servicing.20315.1 to 3.1.4-servicing.20366.2
      - **Microsoft.NETCore.ILAsm**: from 3.1.4-servicing.20315.1 to 3.1.4-servicing.20366.2
      - **Microsoft.NETCore.Runtime.CoreCLR**: from 3.1.4-servicing.20315.1 to 3.1.4-servicing.20366.2
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    36b8b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. update branding

    Anipik committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c43db29 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Merge pull request dotnet#42962 from Anipik/branding

    Update Branding to 3.1.8
    Anipik authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9dc2b1e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. [release/3.1] Update dependencies from dotnet/coreclr (dotnet#42964)

    * Update dependencies from https://github.com/dotnet/coreclr build 20200811.1
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.4-servicing.20366.2 -> To Version 3.1.8-servicing.20411.1
    
    * Update dependencies from https://github.com/dotnet/coreclr build 20200811.5
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.4-servicing.20366.2 -> To Version 3.1.8-servicing.20411.5
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    23db30b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. release/3.1 add macOS11 to RID graph (dotnet#42968)

    * add macOS11
    
    * merge macOS 10 & 11 together
    
    * remove 11 and leave 11.0
    
    * remove 11 and leave 11.0
    wfurt authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d1252eb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    d6302a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    21acab0 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0908.2 (dotnet#42983)
    
    [release/3.1] Update dependencies from dotnet/coreclr
    - Updates:
      - Microsoft.NET.Sdk.IL: from 3.1.8-servicing.20411.5 to 3.1.9-servicing.20458.2
      - Microsoft.NETCore.ILAsm: from 3.1.8-servicing.20411.5 to 3.1.9-servicing.20458.2
      - Microsoft.NETCore.Runtime.CoreCLR: from 3.1.8-servicing.20411.5 to 3.1.9-servicing.20458.2
    dotnet-maestro[bot] authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6f8e17e View commit details
    Browse the repository at this point in the history
  3. Adding dotnet3.1/dotnet-eng packages sources (dotnet#42976)

    In order to remove dependencies on sleet from release branches,
    it is neccessary to preemptively add these sources so that mehanisms
    will be able to restore these packages.
    
    Sleet must be removed because of it's strong dependency on spcific
    nuget.packaging versions, which are not stable between 3.0 and 3.1
    causing method load exceptions.
    ChadNedzlek authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    0dc7e16 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Add Fedora 34 RID (dotnet#42975)

    Fedora 34 is currently in development. Building .NET Core 3.1 there (via
    source-build) fails because the runtime id `fedora.34` is unknown:
    
        error NETSDK1083: The specified RuntimeIdentifier 'fedora.34-x64' is not recognized.
    
    This is a partial backport of
    dotnet/runtime#34088
    omajid authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fe18c49 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update dependencies from https://github.com/dotnet/core-setup build 2…

    …0200909.3 (dotnet#42986)
    
    [release/3.1] Update dependencies from dotnet/core-setup
    dotnet-maestro[bot] authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    55ee014 View commit details
    Browse the repository at this point in the history
  2. [release/3.1] Update dependencies from dotnet/coreclr (dotnet#42984)

    * Update dependencies from https://github.com/dotnet/coreclr build 20200909.1
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.9-servicing.20458.2 -> To Version 3.1.9-servicing.20459.1
    
    * Update dependencies from https://github.com/dotnet/coreclr build 20200911.1
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.9-servicing.20458.2 -> To Version 3.1.9-servicing.20461.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fb84180 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. SocketsHttpHandler: Add a switch to allow non-ascii headers (dotnet#4…

    …2978)
    
    * Implement AllowNonAsciiHeaders option + tests
    
    * add comments
    
    * Move AllowNonAsciiHeaders to new class to fix build
    
    * fix tests + cover non- ISO-8859 cases
    
    * validate for 0xFF when AllowNonAsciiHeaders is true
    
    * MultipartContentTest.ReadAsStreamAsync_CanEncodeLatin1
    
    * remove commented lines
    
    * rename switches
    
    * fix Http2 tests
    
    * naming
    
    * try fixing CI builds
    
    * address review findings
    
    * remove Lazy<bool>
    
    * add shared Latin1Encoding field to HttpHeaderData
    
    * changed foreach loop for consistency
    antonfirsov authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6b06e7f View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0916.1 (dotnet#42987)
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.9-servicing.20461.1 -> To Version 3.1.9-servicing.20466.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    43ac4e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    f1af119 View commit details
    Browse the repository at this point in the history
  2. [Backport][Pipelines] Noop Writes when Reader completed (dotnet#42981)

    * [Backport][Pipelines] Noop Writes when Reader completed
    
    * assembly version
    
    * fb
    
    * fb
    BrennanConroy authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    2fb6472 View commit details
    Browse the repository at this point in the history
  3. [release/3.1] Fix Windows AccessViolationException in FileSystemWatch…

    …er when monitoring network share for changes (dotnet#42989)
    
    * Fix FileSystemWatcher crash due to malformed data coming from Windows.
    
    * Address PR suggestions.
    
    Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
    carlossanlop and carlossanlop authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    86a6fec View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. [release/3.1] Update dependencies from dotnet/coreclr (dotnet#42990)

    [release/3.1] Update dependencies from dotnet/coreclr
    
    
     - fix the package validation
    dotnet-maestro[bot] authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2470c2a View commit details
    Browse the repository at this point in the history
  2. [release/3.1] [corefx] Fix FileStream.Dispose silently fails on Dispo…

    …se when disk has run out of space (dotnet#42988)
    
    * [release/3.1] Fix FileStream.Dispose silently fails on Dispose when disk has run out of space.
    
    * Solution file changes.
    
    Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
    carlossanlop and carlossanlop authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    fc44974 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …0922.1 (dotnet#42992)
    
    [release/3.1] Update dependencies from dotnet/coreclr
    dotnet-maestro[bot] authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3009a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    76c085c View commit details
    Browse the repository at this point in the history
  2. [release/3.1] Ensure Image.Save can handle non readable / seekable St…

    …reams (dotnet#42994)
    
    * Ensure Image.Save can handle non readable / seekable Streams
    
    Port of dotnet/runtime@00685a7
    
    Fix Image.Save on Unix for write only non-seekable stream and remove
    test which uses bogus handle value.
    
    * Version System.Drawing.Common in servicing
    
    Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
    ericstj and Anipik authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a8bc235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1545e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    4b4c6e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update dependencies from https://github.com/dotnet/coreclr build 2020…

    …1016.1 (dotnet#43001)
    
    Microsoft.NET.Sdk.IL , Microsoft.NETCore.ILAsm , Microsoft.NETCore.Runtime.CoreCLR
     From Version 3.1.9-servicing.20472.1 -> To Version 3.1.10-servicing.20516.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1b5b5f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. update branding to 3.1.10 (dotnet#43005)

    Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com>
    Jan Jahoda and Jan Jahoda authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    46c33fd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Merged PR 11279: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20201111.1
    - **Date Produced**: 11/11/2020 7:55 PM
    - **Commit**: 8c45b64747f07d9f554d0be4e50e94328ff4db52
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
    
    [1]: dotnet/coreclr@d989459...8c45b64
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3635fd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Fixing HashCode Seed Initialization on BCL package (dotnet#43004)

    * Fixing HashCode Seed Initialization on BCL package
    
    * Adding Branding and building of HashCode package
    
    * Addressing PR Feedback
    
    * Adding Unit Test
    
    * Address PR feedback
    
    * Adding test for appcontext switch too
    
    * Disable EnsureSeedReturnsEqualValuesWhenAppContextSwitchIsSet on netcoreapp
    
    * Adding retry helper in case the test fails in Linux due to timing
    
    Co-authored-by: Eric StJohn <ericstj@microsoft.com>
    joperezr and ericstj authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    fed0fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ac7e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. [Backport] Throw when reader is completed with an exception (dotnet#4…

    …3002)
    
    * [Backport] Throw when reader is completed with an exception
    
    * fb
    BrennanConroy authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2147270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81796aa View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Move some unit tests to outerloop to get clean CI (dotnet#43007)

    Prashanth Govindarajan authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    aae1eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e868c5 View commit details
    Browse the repository at this point in the history
  3. Merged PR 11351: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20201116.2
    - **Date Produced**: 11/16/2020 5:36 PM
    - **Commit**: 9fb9458bed5f812b88a69a02f795b738a5a8f167
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
    
    [1]: dotnet/coreclr@8c45b64...9fb9458
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    59d2f36 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Update branding to 3.1.12 (dotnet#43013)

    * Merged PR 11279: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20201111.1
    - **Date Produced**: 11/11/2020 7:55 PM
    - **Commit**: 8c45b64747f07d9f554d0be4e50e94328ff4db52
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.10-servicing.20516.1 to 3.1.11-servicing.20561.1][1]
    
    [1]: dotnet/coreclr@d989459...8c45b64
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    
    * Merged PR 11351: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20201116.2
    - **Date Produced**: 11/16/2020 5:36 PM
    - **Commit**: 9fb9458bed5f812b88a69a02f795b738a5a8f167
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.11-servicing.20561.1 to 3.1.11-servicing.20566.2][1]
    
    [1]: dotnet/coreclr@8c45b64...9fb9458
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    
    * Update branding to 3.1.12
    
    * Update package index
    
    Co-authored-by: DotNet Bot <dn-bot@microsoft.com>
    Co-authored-by: dotnet-bot <dotnet-bot@microsoft.com>
    Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com>
    4 people authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8ba56e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d78b827 View commit details
    Browse the repository at this point in the history
  3. Add RHEL 9 RID (dotnet#43009)

    Trying to build .NET Core 3.1 (via source-build) on a recent Fedora
    version with /etc/os-release patched to report "rhel.9" results in a
    build failure.
    
    This should, hopefully, fix that error.
    
    This is a partial backport of dotnet/runtime#34088.
    omajid authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1ce0536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd66d34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7716b47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95c412f View commit details
    Browse the repository at this point in the history
  7. [release/3.1] Update dependencies from dotnet/arcade (dotnet#43012)

    * Update dependencies from https://github.com/dotnet/arcade build 20201221.2
    
    Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 2.4.1-beta.20213.4 -> To Version 2.4.1-beta.20621.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20210113.4
    
    Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 2.4.1-beta.20213.4 -> To Version 2.4.1-beta.21063.4
    
    * Fix VSTS version
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Will Godbe <wigodbe@microsoft.com>
    3 people authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    484feaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    982e810 View commit details
    Browse the repository at this point in the history
  9. Merge commit '59d2f36ec02c494eec50940c7993257a807f9531' into merge2

    Anirudh authored and Anirudh committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    aa4dfdb View commit details
    Browse the repository at this point in the history
  10. Merge pull request dotnet#43016 from Anipik/merge2

    Port Merge Internal Commits
    Anipik authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f25b490 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    015fade View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merged PR 11922: [3.1 msrc] Allow only HTTP requests during X509 chai…

    …n building
    
    Allow only HTTP requests during X509 chain building
    
    Fixes dotnet/runtime#45010
    MSRC 62587
    krwq committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f571fb3 View commit details
    Browse the repository at this point in the history
  2. Fix package index (dotnet#43018)

    Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com>
    Jan Jahoda and Jan Jahoda authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    380a110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    889544a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merged PR 12019: [internal/release/3.1] Feed update

    Feed update
    mmitche committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1e80113 View commit details
    Browse the repository at this point in the history
  2. Merged PR 12208: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20210115.4
    - **Date Produced**: 1/16/2021 3:57 AM
    - **Commit**: fa682a7bd0a7a1eb5f80904c10b88301eb33150c
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.11-servicing.20566.2 to 3.1.12-servicing.21065.4][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.11-servicing.20566.2 to 3.1.12-servicing.21065.4][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.11-servicing.20566.2 to 3.1.12-servicing.21065.4][1]
    
    [1]: dotnet/coreclr@9fb9458...fa682a7
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    14aba64 View commit details
    Browse the repository at this point in the history
  3. Merged PR 12206: Port graphics metafile refcount fix to avoid disposi…

    …ng the native image multiple times
    
    Ports: dotnet/runtime@7939172
    
    ## Summary
    
    Due to libgdiplus behavior we were disposing metafiles twice causing the app to crash. This adds a ref count to avoid disposing a metafile when a graphics instance still has a reference to it.
    
    ## Customer Impact
    
    Detected via tests.
    
    ## Regression?
    
    No.
    
    ## Testing
    
    Unit tests.
    
    ## Risk
    
    Low-medium.  The fix just adds a ref count to the metafile and avoids disposing it if it is still referenced by a graphics object.
    safern authored and Anirudh Agnihotry committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    50a99d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. update the branding to 3.1.13

    Anipik committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    bf5071f View commit details
    Browse the repository at this point in the history
  2. remove internal feed

    Anipik committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6fffd73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#43029 from Anipik/branding314

    update branding to 3.1.13
    Anipik authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c796032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4f26a View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …122.7 (dotnet#43030)
    
    Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 2.4.1-beta.21063.4 -> To Version 2.4.1-beta.21072.7
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f168bc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. [release/3.1] add Alpine 3.13 RID (dotnet#43023)

    * add Alpine 3.13 RID
    
    * LN
    
    * LN
    
    * update the baseline version to 3.1.5
    
    Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
    wfurt and Anipik authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b611a4a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merged PR 12803: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20210211.2
    - **Date Produced**: 2/11/2021 10:10 PM
    - **Commit**: c531bbb17fd887eaf7073f7159db43477d557ae3
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.12-servicing.21065.4 to 3.1.13-servicing.21111.2][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.12-servicing.21065.4 to 3.1.13-servicing.21111.2][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.12-servicing.21065.4 to 3.1.13-servicing.21111.2][1]
    
    [1]: dotnet/coreclr@fa682a7...c531bbb
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    1515c29 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …210.10 (dotnet#43034)
    
    Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 2.4.1-beta.21072.7 -> To Version 2.4.1-beta.21110.10
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6682475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055deb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Tighten bounds checks around TextEncoder logic

    - Replaces unsafe code with safe code where possible
    - Fixes some surrogate pairs being misinterpreted
    - Fixes dotnet/runtime#45994
    - Ref: MSRC 62749 (CVE-2021-26701)
    GrabYourPitchforks authored and wtgodbe committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9299d90 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    0fcd90b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12876b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merged PR 13274: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20210226.1
    - **Date Produced**: 2/26/2021 5:50 PM
    - **Commit**: 867aa5e1141c8801796a80171a3749d944c6b9af
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.13-servicing.21111.2 to 3.1.13-servicing.21126.1][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.13-servicing.21111.2 to 3.1.13-servicing.21126.1][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.13-servicing.21111.2 to 3.1.13-servicing.21126.1][1]
    
    [1]: dotnet/coreclr@c531bbb...867aa5e
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9f21c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    e60e5af View commit details
    Browse the repository at this point in the history
  2. Remove deps from packages.builds

    Jan Jahoda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8865c03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#43047 from aik-jahoda/jajahoda/merge3.1.13

    Merge 3.1.13 internal
    Jan Jahoda authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a13ecdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    789ec7b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Credentials fixes (dotnet#43045)

    * Credentials fixes
    
    * Get pwd from env variable as in runtime repo
    Jan Jahoda authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5e7fb3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce633b View commit details
    Browse the repository at this point in the history
  3. Disable failing DNS tests on SLES (dotnet#43043)

    * Disabling failing networking tests
    
    * add the missing cherry-pick
    Anipik authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    49c5cee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f893179 View commit details
    Browse the repository at this point in the history
  5. Remove RedHat 6 from CI (dotnet#43039)

    * Remove redhat6
    
    * Add 7
    
    * remove ws
    
    * fix indent
    
    * conditionally publish tests
    danmoseley authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    14bc593 View commit details
    Browse the repository at this point in the history
  6. remove feed (dotnet#43048)

    Anipik authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9b05cb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a06596 View commit details
    Browse the repository at this point in the history
  8. test dotnet/runtime#46057 (dotnet#43010)

    Port of the test case
    Prashanth Govindarajan authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    097bfa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0421fb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecdbd7a View commit details
    Browse the repository at this point in the history
  11. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …308.9 (dotnet#43050)
    
    [release/3.1] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3f10890 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3893afd View commit details
    Browse the repository at this point in the history
  13. Backport removing dead pwd code (dotnet#43037)

    * Backport removing dead pwd code
    
    * Use older API
    
    * Remove SQL dead pwds
    
    Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
    danmoseley and Anipik authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    244b98f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f4a653 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add Fedora 35 RID (dotnet#43032)

    Fedora rawhide now uses the fedora.35-x64 RID:
    
        $ podman run -it registry.fedoraproject.org/fedora:rawhide /bin/bash -c 'cat /etc/os-release'
        NAME=Fedora
        VERSION="35 (Container Image Prerelease)"
        ID=fedora
        VERSION_ID=35
        VERSION_CODENAME=""
        PLATFORM_ID="platform:f35"
        PRETTY_NAME="Fedora 35 (Container Image Prerelease)"
        ANSI_COLOR="0;38;2;60;110;180"
        LOGO=fedora-logo-icon
        CPE_NAME="cpe:/o:fedoraproject:fedora:35"
        HOME_URL="https://fedoraproject.org/"
        DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/"
        SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
        BUG_REPORT_URL="https://bugzilla.redhat.com/"
        REDHAT_BUGZILLA_PRODUCT="Fedora"
        REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide
        REDHAT_SUPPORT_PRODUCT="Fedora"
        REDHAT_SUPPORT_PRODUCT_VERSION=rawhide
        PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
        VARIANT="Container Image"
        VARIANT_ID=container
    
    This is a backport of dotnet/runtime#48200.
    omajid authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    15bb0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbc6c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    e9b109e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d84fcd View commit details
    Browse the repository at this point in the history
  3. Merged PR 13537: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20210311.1
    - **Date Produced**: 3/11/2021 11:27 PM
    - **Commit**: 1d4fd4a28baca3e42782d1ea7bf1b9cfbd588106
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.13-servicing.21160.3 to 3.1.13-servicing.21161.1][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.13-servicing.21160.3 to 3.1.13-servicing.21161.1][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.13-servicing.21160.3 to 3.1.13-servicing.21161.1][1]
    
    [1]: dotnet/coreclr@3800437...1d4fd4a
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    483c2ab View commit details
    Browse the repository at this point in the history
  4. Merged PR 13585: [internal/release/3.1] Update dependencies from dnce…

    …ng/internal/dotnet-coreclr
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    ## From https://github.com/dotnet/coreclr
    - **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
    - **Build**: 20210312.1
    - **Date Produced**: 3/12/2021 9:19 PM
    - **Commit**: 0897c45fb56b1ddd9fa69cb5329fac1ce700b8eb
    - **Branch**: refs/heads/internal/release/3.1
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.NET.Sdk.IL**: [from 3.1.13-servicing.21161.1 to 3.1.13-servicing.21162.1][1]
      - **Microsoft.NETCore.ILAsm**: [from 3.1.13-servicing.21161.1 to 3.1.13-servicing.21162.1][1]
      - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.13-servicing.21161.1 to 3.1.13-servicing.21162.1][1]
    
    [1]: dotnet/coreclr@1d4fd4a...0897c45
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
    dotnet-bot authored and wtgodbe committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    dc46df8 View commit details
    Browse the repository at this point in the history
  5. Bring back rhel6 build without testing (dotnet#43053)

    * Bring back rhel6 build without testing
    
    * Is full matrix is true in release branches
    safern authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d74ec20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e37696 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. [3.1] Credscan second round (dotnet#43051)

    * Credscan second round
    
    * Update system.net.testdata version
    
    * Remove crypto changes
    
    * fix UriRelativeResolutionTest.cs
    
    * fix UriRelativeResolutionTest.cs
    
    * Add fix for HttpClientHandlerTest.cs
    Jan Jahoda authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b3f5ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5bef1f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. [3.1] Some overlooked credscan fixes (dotnet#43057)

    * more credscan
    
    * Add more fixes
    
    * fix baseline
    
    Co-authored-by: Jan Jahoda <jajahoda@microsoft.com>
    danmoseley and Jan Jahoda authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b238500 View commit details
    Browse the repository at this point in the history
  2. [3.1] Credscan followup (dotnet#43054)

    * Credscan second round
    
    * Update system.net.testdata version
    
    * Remove crypto changes
    
    * fix UriRelativeResolutionTest.cs
    
    * Add suppression messages
    Jan Jahoda authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    8591c91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d43f6 View commit details
    Browse the repository at this point in the history
  4. Last fix for credentials effort (dotnet#43059)

    Jan Jahoda authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1a6df15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85a44ec View commit details
    Browse the repository at this point in the history
  6. Add suppresion for test key data (dotnet#43060)

    Jan Jahoda authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    29cfd61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5539430 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Update branding to 3.1.15 (dotnet#43064)

    Jan Jahoda authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f3a4e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8470997 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Merge commit '6e37696a5420057596d61119614574db9037c652' into janjahod…

    …a/merging3_1_15
    Jan Jahoda committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    26e4bf2 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …311.1 (dotnet#43065)
    
    Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
     From Version 2.4.1-beta.21158.9 -> To Version 2.4.1-beta.21161.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e97982e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a4567 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#43066 from aik-jahoda/janjahoda/merging3_1_15

    merge of 3.1.15 internals
    Jan Jahoda authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8e7ab00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a38ffee View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    585ae47 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update branding to 3.1.16 (dotnet#43073)

    Jan Jahoda authored May 4, 2021
    Configuration menu
    Copy the full SHA
    ee15b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04cbebc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Add CentOS 9 RID and make CentOS 8 arm64 as well (dotnet#43068)

    This is the only part of dotnet/runtime#34088
    that wasn't already backported to release/3.1.
    
    https://www.redhat.com/en/blog/faq-centos-stream-updates says:
    
    > There will not be a CentOS Linux 9.
    >
    > CentOS Stream 9 will launch in Q2 2021 as part of the RHEL 9
    > development process.
    
    The last part also means that the current parent-child relationship that
    we use for RHEL->CentOS in our RID graph will flip starting in 9. I dont
    see any immediate impact, so I think we can leave it alone for now.
    
    I got a (currently internal) build of CentOS Stream 9 and
    /etc/os-release looks like this:
    
        $ cat /etc/os-release
        NAME="CentOS Stream"
        VERSION="9"
        ID="centos"
        ID_LIKE="rhel fedora"
        VERSION_ID="9"
        PLATFORM_ID="platform:el9"
        PRETTY_NAME="CentOS Stream 9"
        ANSI_COLOR="0;31"
        CPE_NAME="cpe:/o:centos:centos:9"
        HOME_URL="https://centos.org/"
        BUG_REPORT_URL="https://bugzilla.redhat.com/"
        REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9"
        REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
    omajid authored May 5, 2021
    Configuration menu
    Copy the full SHA
    05a7575 View commit details
    Browse the repository at this point in the history
  2. Port regex timeout fix (test only change) (dotnet#43071)

    * Port regex timeout fix
    
    * add Is64BitProcess
    danmoseley authored May 5, 2021
    Configuration menu
    Copy the full SHA
    23e15f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4838922 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. [Release/3.1] Fix wrong data blended with transactions in .NET Core (d…

    …otnet#43069)
    
    * [Release/3.1] Fix wrong data blended with transactions in .NET Core
    
    * Update src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDataReader.cs
    
    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    
    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    cheenamalhotra and DavoudEshtehari authored May 6, 2021
    Configuration menu
    Copy the full SHA
    fabb36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5162f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d47c71b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge commit '585ae475d8aebdecf310d7509585003721509c5a' into janjahod…

    …a/merging3_1_15
    Jan Jahoda committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e37a4fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#43074 from aik-jahoda/janjahoda/merging3_1_15

    Merge 3.1.15 internals
    wtgodbe authored May 11, 2021
    Configuration menu
    Copy the full SHA
    8b2739b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58a469 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    642ade7 View commit details
    Browse the repository at this point in the history
  2. Update pre-publish.yml

    wtgodbe authored May 12, 2021
    Configuration menu
    Copy the full SHA
    14e8de7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    658544b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update branding to 3.1.17 (dotnet#43077)

    Jan Jahoda authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    0832e4e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Port from 5.0: Fix relro, now, and PIE for Libraries (dotnet#43036)

    * Runtime PR685 Port: Fix relro, now, and PIE for libraries.
    
    * Fixed a policy and PIE settings in Unix Native libraries.
    
    * Backed out add_link_options since it's not supported in this repo's version of CMake.
    
    * Fixed a wrong indentation.
    
    * Added missing CMAKE_SHARED_LINKER_FLAGS clause.
    ivdiazsa authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    b2c78d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    9450157 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#43080 from vseanreesermsft/internal-merge-3…

    ….1-2021-06-08-1057
    
    Merging internal commits for release/3.1
    wtgodbe authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c6f9385 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Fix failing SetCookies_Success test (#53932)

    * Fix failing SetCookies_Success test
    ViktorHofer authored and danmoseley committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a3c480e View commit details
    Browse the repository at this point in the history