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

[master] Update dependencies from dotnet/core-setup #11

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 25, 2019

  1. [master] Update dependencies from dotnet/core-setup dotnet/corefx dot…

    …net/standard (#42115)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19524.4
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha1.19524.4
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha1.19524.4
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191024.14
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19524.14
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14
    
    * Update dependencies from https://github.com/dotnet/standard build 20191024.1
    
    - NETStandard.Library - 2.2.0-prerelease.19524.1
    dotnet-maestro[bot] committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e8eae47 View commit details
    Browse the repository at this point in the history
  2. Annotate System.Linq.Parallel for nullable ref types (#41533)

    * Nullable annotation for System.Linq.Parallel
    buyaa-n committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    4a863a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed525ba View commit details
    Browse the repository at this point in the history
  4. Use half-fences for volatile loads/stores on Windows ARM64 (#27384)

    * Use half-fences for volatile load/stores on Windows ARM64
    
    * Updated Volatile.h in gc/env as well.
    unified on type names and warning suppression.
    VSadov authored and jkotas committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c128dba View commit details
    Browse the repository at this point in the history
  5. Fix block store local address containment on ARM (#27338)

    When the source/destination address was local, genCodeForCpBlkUnroll was folding the local offset into the address mode of the generated load/store instructions as if the local address was contained. But lowering didn't actually contain the address so useless ADD instructions were still being generated.
    mikedn authored and Sergey Andreenko committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    4d6fae3 View commit details
    Browse the repository at this point in the history
  6. Remove ILLinkTrim.xml from System.Text.Json (#42118)

    * Remove ILLinkTrim.xml from System.Text.Json
    
    Instead use PreserveDependencyAttribute.
    
    * Address PR feedback
    stephentoub committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    567241a View commit details
    Browse the repository at this point in the history
  7. [master] Update dependencies from dotnet/coreclr (#8662)

    * Update dependencies from https://github.com/dotnet/coreclr build 20191024.2
    
    - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19524.2
    
    * Update dependencies from https://github.com/dotnet/coreclr build 20191025.1
    
    - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19525.1
    dotnet-maestro[bot] committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    3574b2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d162452 View commit details
    Browse the repository at this point in the history
  9. Add support to produce WebAssembly runtime assets (#41777)

    * Add support to produce WebAssembly runtime assets
    
    * Add support to build in OSX and address PR feedback
    
    * Change AND -> and in Directory.Build.props change region
    
    * PR Feedback: run build in rolling CI builds as well
    
    * Add TODO comment for WebAssembly OSGroup
    safern committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c57cba7 View commit details
    Browse the repository at this point in the history
  10. Annotate System.Reflection.DispatchProxy for nullable (#41904)

    * Nullable annotation for System.IO.Compression
    
    * Revert "Nullable annotation for System.IO.Compression"
    
    * Annotate System.Reflection.DispatchProxy for nullable
    
    * Applying feedback
    
    * Applying feedback
    
    * Banging some null assertions causing error on CI
    
    * Banging some more to clean CI build
    buyaa-n authored and safern committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    720e74a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28e55c8 View commit details
    Browse the repository at this point in the history
  12. Match HasLayoutMetadata to CoreCLR (#27438)

    This caught my attention because I was messing with `IsBlittableType`.
    
    The condition `type.BaseType.IsValueType` is never true because one can never have a type whose base type is a valuetype.
    
    I was trying to find out where this code is coming from so I can fix it only to realize it was silently deleted in #23015.
    MichalStrehovsky committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    510dd30 View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …025.2 (#8668)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19525.2
    - System.CodeDom - 5.0.0-alpha.1.19525.2
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.2
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.2
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.2
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.2
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.2
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.2
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.2
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.2
    - System.Security.AccessControl - 5.0.0-alpha.1.19525.2
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.2
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.2
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.2
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.2
    - System.Security.Permissions - 5.0.0-alpha.1.19525.2
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.2
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.2
    - System.Text.Json - 5.0.0-alpha.1.19525.2
    - System.Threading.AccessControl - 5.0.0-alpha.1.19525.2
    - System.Resources.Extensions - 5.0.0-alpha.1.19525.2
    - System.DirectoryServices - 5.0.0-alpha.1.19525.2
    - System.Drawing.Common - 5.0.0-alpha.1.19525.2
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.2
    - System.IO.Packaging - 5.0.0-alpha.1.19525.2
    dotnet-maestro[bot] committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6e790fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76cfbcf View commit details
    Browse the repository at this point in the history
  15. Merge pull request #42122 from yukiwongky/readonlycol

    Fix getting readonly column metadata
    yukiwongky committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c78b718 View commit details
    Browse the repository at this point in the history
  16. Use global packages cache for local builds by default in CoreC… (#27373)

    * Get the product build to use the global package cache only.
    
    * Move external.csproj out to the tests folder. Fix restore location so external.csproj correctly resolves its nuget-generated props/targets files.
    
    * Fix typo.
    
    * Fix expected failure case on platforms that don't support PGO/IBC.
    
    * Don't error out if optimization data is not supported for the current platform.
    
    * Fix casing that was causing the Linux x64 build to fail to find the pgo/ibc packages.
    
    * Fix condition.
    
    * Pass OS-Arch-Config to external test package restore.
    
    * The platform-specific version of Microsoft.NETCore.CoreDisTools is an older version for non-Windows, so hardcode that version in stress_dependencies.csproj
    jkoritzinsky committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f0887c4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8c9959 View commit details
    Browse the repository at this point in the history
  18. Packaging for crossgen2 as a framework dependent application. (#27296)

    * Packaging for crossgen2 as a framework dependent application.
    
    This requires us to manually emit a runtimeconfig json for now, since the build produces a self-contained version of crossgen2.
    
    Also includes some minor cleanups to the way we build crossgen2:
    - Removed from build.proj since we explicitly build it as a self-contained application from build.cmd/build.sh
    - Removed the output path property from the csproj files. We use an explicit -o argument when publishing to specify the output folder
    Fadi Hanna committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    02169de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d374f8c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    457449f View commit details
    Browse the repository at this point in the history
  21. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …025.3 (#8671)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19525.3
    - System.CodeDom - 5.0.0-alpha.1.19525.3
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.3
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.3
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.3
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.3
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.3
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3
    - System.Security.AccessControl - 5.0.0-alpha.1.19525.3
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.3
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.3
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3
    - System.Security.Permissions - 5.0.0-alpha.1.19525.3
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.3
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3
    - System.Text.Json - 5.0.0-alpha.1.19525.3
    - System.Threading.AccessControl - 5.0.0-alpha.1.19525.3
    - System.Resources.Extensions - 5.0.0-alpha.1.19525.3
    - System.DirectoryServices - 5.0.0-alpha.1.19525.3
    - System.Drawing.Common - 5.0.0-alpha.1.19525.3
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.3
    - System.IO.Packaging - 5.0.0-alpha.1.19525.3
    dotnet-maestro[bot] committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a24982d View commit details
    Browse the repository at this point in the history
  22. Switch R2RDump over to the new command line parser (#27440)

    This change modifies R2RDump to use the new
    System.CommandLine.Experimental module instead of the obsoleted
    System.CommandLine parser we were using before. Apart from general
    hygiene w.r.t. using up-to-date components one practical reason
    for this switch-over is that the old parser is only available on
    the unreliable myget.org nuget feed we plan to drop as part of
    our planned repo consolidation.
    
    During debugging of the change I noticed a bug in the implementation
    of the "--verbose" option - it shouldn't be setting EntryPoints,
    otherwise we actually end up with a super-terse output including
    just the entry points. I have anecdotally verified that, after fixing
    this in both the "new" and "old" R2RDump both produce identical output.
    
    Thanks
    
    Tomas
    trylek committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a0d0327 View commit details
    Browse the repository at this point in the history
  23. Fix build break

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    jkotas committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5861d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Faster conversions (#23548)

    Improved performance of complex casts by caching results of cast analysis.
    
    * Easy out for same types.
    * Introduce cast cache
    * Use managed heap for the cache
    * Fixes. Get rid of a fake array typedesc.
    * TypeDesc conversions caching
    * Removed NoGC helpers
    * Cache typedesc conversions
    * Renamed remaining trivial NoGC casting helpers
    * Some cleanups. Comments, redundant code.
    * PR feedback.
    VSadov committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    a55a7eb View commit details
    Browse the repository at this point in the history
  2. [master] Update dependencies from dotnet/coreclr (#42121)

    * Update dependencies from https://github.com/dotnet/coreclr build 20191025.1
    
    - Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19525.1
    - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19525.1
    - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19525.1
    
    * remove Stopwatch.*.cs from System.Runtime.Extensions build
    
    * Disable tests against CoreCLR bug
    dotnet-maestro[bot] committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    8245ee1 View commit details
    Browse the repository at this point in the history
  3. Remove class declarator (#27456)

    franksinankaya authored and VSadov committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    6fe1637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2969452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    373a7b2 View commit details
    Browse the repository at this point in the history
  6. Cleanup SELECTANY (#27459)

    franksinankaya authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    7e11363 View commit details
    Browse the repository at this point in the history
  7. Remove extra qualifier (#27455)

    franksinankaya authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    a2f10df View commit details
    Browse the repository at this point in the history
  8. Use ValueStringBuilder instead of StringBuidler{Cache} in multiple pl…

    …aces
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    ea46cd6 View commit details
    Browse the repository at this point in the history
  9. Avoid unnecessary allocations in Exception.ToString

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    b123ba4 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …025.2 (#8673)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19525.2
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19525.2
    dotnet-maestro[bot] committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    e0ca7a5 View commit details
    Browse the repository at this point in the history
  11. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …025.2 (#42137)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19525.2
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19525.2
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19525.2
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19525.2
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19525.2
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19525.2
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19525.2
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19525.2
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19525.2
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19525.2
    dotnet-maestro[bot] committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    191ad0b View commit details
    Browse the repository at this point in the history
  12. Update dependencies from https://github.com/dotnet/standard build 201…

    …91026.1 (#8674)
    
    - NETStandard.Library - 2.2.0-prerelease.19526.1
    dotnet-maestro[bot] committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    73e44b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e532bf6 View commit details
    Browse the repository at this point in the history
  14. Removing unneeded function calls and empty bodies (#27420)

    pi1024e authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    9a60a6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f2791f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc78f93 View commit details
    Browse the repository at this point in the history
  17. Enable building with clang 9 (#27415)

    * Enable building with clang 9
    
    Update the docker images that we use for building.
    
    * Add missing clang9 option to build.sh / build-test.sh
    
    * Fix clang version matching and MUSL build
    
    * Prevent Clang 9 from optimizing out s_gsCookie write
    janvorli authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    33905fb View commit details
    Browse the repository at this point in the history
  18. Can't declare variable and also have extern c (#27457)

    * Can't declare variable and also have extern c
    
    * Remove extern c from variable declartion
    franksinankaya authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    9b832e6 View commit details
    Browse the repository at this point in the history
  19. Avoid mod operator when fast alternative available (dotnet/coreclr#27299

    )
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    benaadams authored and stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    36d9ba1 View commit details
    Browse the repository at this point in the history
  20. Fix build break

    jkotas authored and stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    3e6e68f View commit details
    Browse the repository at this point in the history
  21. Remove ILLinkTrim.xml from System.Net.Http (#42126)

    The file was there to keep anonymous types used by DiagnosticsHandler from having their getters removed.  But a) it was relying on the implementation detail name generated by Roslyn, and b) it was keeping alive other state from other anonymous types in the assembly.  I changed it to use concrete types instead.  This also happens to result in less code, because we don't need the generated Equals/GetHashCode methods generated for anonymous types.
    stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    b8a21f6 View commit details
    Browse the repository at this point in the history
  22. Clean up use of PreserveDependencyAttribute in System.Text.Json (#42146)

    It's not necessary to specify the assembly name when the consumer is in the same assembly.
    stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    e13b93b View commit details
    Browse the repository at this point in the history
  23. [master] Update dependencies from dotnet/corefx (#27431)

    * Update dependencies from https://github.com/dotnet/corefx build 20191024.13
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.13
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191024.14
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.14
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191025.6
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6
    
    * Workaround https://github.com/dotnet/coreclr/issues/27465
    dotnet-maestro[bot] authored and tannergooding committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    cfdec44 View commit details
    Browse the repository at this point in the history
  24. Remove ILLinkTrim.xml from System.Diagnostics.DiagnosticSource (#42124)

    - Use PreserveDependencyAttribute for ctors used via reflection by FetcherForProperty
    - Remove reflection use entirely when looking up Activity events
    stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    a5d7583 View commit details
    Browse the repository at this point in the history
  25. Update dependencies from dotnet/corefx (dotnet/coreclr#27431)

    * Update dependencies from https://github.com/dotnet/corefx build 20191024.13
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.13
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191024.14
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.14
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191025.6
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6
    
    * Workaround https://github.com/dotnet/coreclr/issues/27465
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    dotnet-maestro[bot] authored and stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    0d0336c View commit details
    Browse the repository at this point in the history
  26. Update public-signing.md (#42129)

    @jaredpar Updated this doc based on comments on Twitter discussion with you and @dsplaisted
    jzabroski authored and stephentoub committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    cf28b78 View commit details
    Browse the repository at this point in the history
  27. Fix vs2019 optimization issue take 2 (#27452)

    * Revert "Fix the problem with the VS2019 fix on x86 (#26957)"
    
    This reverts commit 4081d86.
    
    * Revert "Fix issue with locals overlapping out of scope GCFrame (#26763)"
    
    This reverts commit 6059e75.
    
    * Fix VS2019 optimization issue take 2
    
    * Stop using FrameWithCookie for GCFrame
    * Removed call to SetHasPromotedBytes, the function, the field on
    thread and its getter / setter as it is not used for anything.
    * Updated ifdefs on GetGCFrame and GetFrame
    janvorli authored and jkotas committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    d815d21 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Add path to not-absolute-path exception (#27470)

    danmoseley authored and msftbot[bot] committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    4a24657 View commit details
    Browse the repository at this point in the history
  2. Binder utils cleanup (#27475)

    * Binder utils cleanup
    
    * Binder startup cleanup
    vitek-karas authored and jkotas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e4c043d View commit details
    Browse the repository at this point in the history
  3. Removing IsSIMDVectorAssembly and obsoleting isInSIMDModule (#27467)

    * Removing IsSIMDVectorAssembly from the VM layer
    
    * Removing SimdHelper from crossgen2
    
    * Obsoleting isInSIMDModule in the VM layer
    
    * Renaming isInSIMDModule to isIntrinsicType
    
    * Implementing isIntrinsicType for the JIT/EE interface
    
    * Update JITEEVersionIdentifier
    
    * Update crossgen2 JITEEVersionIdentifier
    tannergooding authored and jkotas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    ca6c03e View commit details
    Browse the repository at this point in the history
  4. Remove internal binder flags (#27476)

    Removed flags:
    * Dynamic bind flags were only used for one assert - which is obviously always true (otherwise it would fail)
    * Ignore dynamic bind flag was never used.
    * Bind cache failures flags was on the other hand always used - so hardcode it directly
    * Change the other flags to simple booleans as it makes the code easier to read (and there are now only 2 such flags). Also renamed:
      * cache rerun -> skip failure caching
      * ignore ref/def match -> skip version compatibility check
    
    Minor additional cleanup
    vitek-karas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    7c5a46c View commit details
    Browse the repository at this point in the history
  5. Cleanup unused internal COM interfaces (#27477)

    Regenerated prebuilt *.idl/*_i.cpp
    jkotas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    34c5c62 View commit details
    Browse the repository at this point in the history
  6. Delete unnecessary abstraction from stubbed out SecurityElement (#27474)

    The stubbed out SecurityElement implementation does not support extensibility that ISecurityElementFactory was designed for.
    jkotas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b64c201 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …026.1 (#8676)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19526.1
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19526.1
    dotnet-maestro[bot] committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    bf59e8e View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/standard build 201…

    …91027.1 (#8677)
    
    - NETStandard.Library - 2.2.0-prerelease.19527.1
    dotnet-maestro[bot] committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b374986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26d7b66 View commit details
    Browse the repository at this point in the history
  10. Remove empty lines caused by empty fusion log string (#27471)

    * Remove empty lines caused by empty fusion log string
    
    * Remove fusion log more
    danmoseley authored and msftbot[bot] committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    7cdde63 View commit details
    Browse the repository at this point in the history
  11. Remove ILLinkTrim.xml from System.Net.Security (#42156)

    * Fix NetEventSource in System.Net.Security to properly delegate to events
    
    Two events were set up in correctly, resulting in them getting trimmed away.  The ILLinkTrim.xml was then putting a bandaid on the problem.
    
    * Fix System.Net.Mail.Unit.Tests to not use System.Net.Security internals
    
    The unit tests are currently set up to test internals, and to do so by compiling in the product source.  My thoughts on this aside, it's currently incomplete as it's compiling in some code but then depending on other code via reflection to a completely different assembly.  We shouldn't be combining such approaches.  Delete the reflection code from the unit tests, and update the tests .csproj to include the additional files necessary (we should later revisit this whole scheme).
    
    That lets us delete the ILLinkTrim.xml for the production System.Net.Security assembly.
    stephentoub committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f98b0d9 View commit details
    Browse the repository at this point in the history
  12. Update illink.targets to keep PreserveDependencyAttribute (#42157)

    * Update illink.targets to keep PreserveDependencyAttribute
    
    * Update illink.targets
    stephentoub committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    2db6db4 View commit details
    Browse the repository at this point in the history
  13. Annotate System.Reflection.TypeExtensions for nullable references (#4…

    …2159)
    
    * merge
    
    * CR
    
    * typo
    
    * msbuild /t:GenerateReferenceSource
    danmoseley authored and stephentoub committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    1597b89 View commit details
    Browse the repository at this point in the history
  14. Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464

    )
    
    ReadAsyncInternal is correctly passing its token into the two call sites where it delegates directly to the underlying stream, but in one place it calls through ReadBufferAsync, which is currently not defined to take a token.  Fix that, and pass the token through.
    stephentoub committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    5d0be15 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    822cdff View commit details
    Browse the repository at this point in the history
  16. Fix GCRefMap generation in crossgen2 (#27484)

    There was a bug in the index table - it was pointing to the last
    GCRefMap in the previous stride instead of the first one in the new
    stride.
    
    I've modified R2RDump too to use the index table when loading GCRefMaps.
    While it was not incorrect, the fact that it was not using the index
    table has hidden this issue. Now it uses the same algorithm as the
    runtime.
    janvorli committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    7f7f0e5 View commit details
    Browse the repository at this point in the history
  17. Use named nested anonymous types (#27485)

    am11 authored and jkotas committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b46c857 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    f55bc3a View commit details
    Browse the repository at this point in the history
  2. Consolidate .netcoreapp.cs test files in System.Runtime (#42100)

    * Consolidate .netcoreapp.cs files because System.Runtime project is no longer cross-compiled
    Marusyk authored and jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d6dac9e View commit details
    Browse the repository at this point in the history
  3. Avoid referencing LightCompiler if only Compile() is used (#42163)

    Invert the dependency between Compile() and Compile(bool) to avoid rooting the LightCompiler if only Compile() is used.
    stephentoub authored and jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    bb725e4 View commit details
    Browse the repository at this point in the history
  4. Log path in a particular BIFE (#27469)

    danmoseley authored and jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    68e07f1 View commit details
    Browse the repository at this point in the history
  5. Delete ILLinkTrim.xml (and associated dead code) from System.Text.Enc…

    …odings.Web (#42166)
    
    This is all stale/dead code from before the relevant functionality was made public.
    stephentoub authored and jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    17c14aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8517021 View commit details
    Browse the repository at this point in the history
  7. Put GCSimulatorTest tests into a separate pipeline. (#27192)

    * GcSimulator pipeline and tests
    
    * Disable GC-sim tests on Linux x64 for now until OOMs are resolved.
    VSadov committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a4da38a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffb94ad View commit details
    Browse the repository at this point in the history
  9. Streamline default ctor path in reflection on custom attributes (#27451)

    Saves some allocations and removes a few FCalls/QCalls
    jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0a62070 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …027.3 (#8679)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19527.3
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19527.3
    dotnet-maestro[bot] committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9f2c2bf View commit details
    Browse the repository at this point in the history
  11. Remove ILLinkTrim.xml from System.Linq.Expressions (#42158)

    * Remove ILLinkTrim.xml from System.Linq.Expressions
    
    * Address PR feedback
    stephentoub committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    80ec55f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65d1d6c View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/standard build 201…

    …91028.1 (#8680)
    
    - NETStandard.Library - 2.2.0-prerelease.19528.1
    dotnet-maestro[bot] committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    138d7d2 View commit details
    Browse the repository at this point in the history
  14. [master] Update dependencies from dotnet/core-setup (#27158)

    * Update dependencies from https://github.com/dotnet/core-setup build 20191011.7
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19511.7
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191013.1
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19513.1
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191014.1
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19514.1
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191015.17
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19515.17
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191016.19
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19516.19
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191018.1
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19518.1
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191018.11
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19518.11
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191019.8
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19519.8
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191021.2
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19521.2
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191021.12
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19521.12
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191022.10
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19522.10
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191023.10
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19523.10
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19524.4
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191025.8
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19525.8
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191026.2
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19526.2
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191027.2
    
    - Microsoft.NETCore.App - 5.0.0-alpha1.19527.2
    dotnet-maestro[bot] committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    239dcca View commit details
    Browse the repository at this point in the history
  15. [master] Update dependencies from dotnet/corefx (#27479)

    * Update dependencies from https://github.com/dotnet/corefx build 20191026.6
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.6
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.5
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.5
    dotnet-maestro[bot] committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    eb9275a View commit details
    Browse the repository at this point in the history
  16. Switch Crossgen2 over to the new command-line parser (#27489)

    With this change, Crossgen2 passes basic validation. If possible,
    I would love to be able to merge this in ASAP as it's of paramount
    importance for our repo consolidation efforts. I'll be happy to
    follow up cleaning this change as necessary.
    
    1) Update to a newer version of the System.CommandLine.Experimental
    package enabling more general binding syntax needed for unambiguous
    binding of multi-value arguments vs. options.
    
    2) Explicitly specify arity for multi-value options as for whatever
    reason the default maximum is 255 (lower than the number of reference
    assemblies in Core_Root, for instance).
    
    3) Reference paths cannot be bound to FileInfo[] as their syntax
    supports wildcards.
    
    Thanks
    
    Tomas
    trylek committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    627fb42 View commit details
    Browse the repository at this point in the history
  17. Preparatory changes for EH WriteThru (#26863)

    * Preparatory changes for EH WriteThru
    
    - Add a method on BasicBlock to determine EH flow in or out
    CarolEidt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5075054 View commit details
    Browse the repository at this point in the history
  18. Switch to label.N form for pre-release label (#8661)

    * Switch to label.N form for pre-release label
    In order to facilitate better preview sorting, switch to label.N form for the pre-release label.
    mmitche committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6c6a130 View commit details
    Browse the repository at this point in the history
  19. Move PreserveDependencyAttribute to shared (#42174)

    We need to use it in corelib, too.
    stephentoub committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    51f11ec View commit details
    Browse the repository at this point in the history
  20. Cleanup (#27502)

    * Delete empty FireCustomerDebugProbe FCall
    
    * Delete duplicate C++ compiler command line options
    jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8460516 View commit details
    Browse the repository at this point in the history
  21. Add support to produce WebAssembly runtime assets (#42128)

    * Add support to produce WebAssembly runtime assets
    
    * Add support to build in OSX and address PR feedback
    
    * Change AND -> and in Directory.Build.props change region
    
    * PR Feedback: run build in rolling CI builds as well
    
    * Add TODO comment for WebAssembly OSGroup
    
    * Fix indentation.
    
    * Fix wrong #include as apis defined in that include are used outside of ETHTOOL_H #if-def
    safern committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1790133 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9c8245c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f706c65 View commit details
    Browse the repository at this point in the history
  24. Fix build break

    stephentoub committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    be5f981 View commit details
    Browse the repository at this point in the history
  25. CoreCLR pipeline optimizations (#27059)

    Today, R2R compilation of test MSIL using Crossgen happens during
    test execution in Helix. This means that the managed artifacts for a
    given OS / architecture / config combo are identical for a R2R /
    non-R2R job. Additionally, we need very few artifacts for running
    the CoreFX tests. In practice it turns out we only need to build the
    test host. We can exploit these facts to further reduce the number
    of test build jobs in CoreCLR pipelines.
    
    Thanks
    
    Tomas
    trylek committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    446c6fe View commit details
    Browse the repository at this point in the history
  26. Fix GCStress C issue with the fix to VS2019 optimization (#27507)

    * Fix GCStress C issue with the fix to VS2019 optimization
    
    There is a place in the runtime that we hit during GCStress C and that
    was creating uninitialized GCFrame and initializing it only
    conditionally. In the GCFrame destructor, we always try to pop the
    GCFrame out of the per-thread linked list and this was breaking it.
    
    The fix is to always initialize the GCFrame. In the problematic place,
    it was not being initialized / pushed on the linked list when number of
    GC slots it was to protect was 0. But the logic in GCFrame works just
    fine even in that case, so I've made the initialization over there
    unconditional.
    
    I've also made a couple of methods in the GCFrame private as they are
    never supposed to be called from the outside, removed the default
    GCFrame constructor so that noone can create uninitialized GCFrame
    anymore and also removed placement new from GCFrame that doesn't seem to
    have any purpose.
    
    * Reflect more feedback
    
    * Folded the Pop and Push functions into their callers
    * Folded the Initialize to the constructor
    janvorli committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    eb5d634 View commit details
    Browse the repository at this point in the history
  27. Move required _Unwind_* definitions to src/vm/exceptionhandling.cpp; …

    …Remove src/pal/inc/pal_unwind.h (#27509)
    
    Fixes #27503
    k15tfu authored and jkotas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2773be5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Add a destructor for MethodCallSummarizer (#24088)

    The destructor cleans up resources allocated by MethodCallSummarizer
    during its normal lifetime.
    omajid authored and Sergey Andreenko committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    caaed1b View commit details
    Browse the repository at this point in the history
  2. Consolidate .netcoreapp.cs test files in System.Runtime.Extensions (#…

    …42184)
    
    * Consolidate .netcoreapp.cs files because System.Runtime.Extensions project is no longer cross-compiled
    
    * Fix AppDomainTests
    Marusyk authored and jkotas committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    15e1ea0 View commit details
    Browse the repository at this point in the history
  3. Support large EventSource filter args (#27500)

    1. Fix NullReferenceException. When the filter args exceeded the
    hard-coded size limit GetDataFromController would return data = null.
    The code previously asserted that data was not null and triggered NRE
    when it was. The fix correctly null checks the value instead of
    asserting and uses an empty args dictionary in this case, the same as if
    filter args had been empty to begin with.
    
    2. ETW has always limited filter args to 1024 bytes but EventPipe has no
    such restriction. When using DiagnosticSourceEventSource it can be
    useful to specify a larger filter arg blob. I can't do anything about
    ETW's restriction but there is no need for the runtime to force
    EventPipe to be equally limited. The larger size also reduces the chance
    that we need to hit the fallback path above causing filter args to be
    ignored.
    noahfalk committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    857797d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eae780c View commit details
    Browse the repository at this point in the history
  5. Prepare corefx for repo consolidation (#42175)

    * Prepare corefx for repo consolidation into runtime
    ViktorHofer committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e160dd9 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …028.5 (#8684)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19528.5
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19528.5
    dotnet-maestro[bot] committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c1416c8 View commit details
    Browse the repository at this point in the history
  7. Fix resolving IBCMerge's path in build.cmd (#27513)

    * Resolve IBCMerge's path via NuGetPackageRoot since we never actually restore ibcmerge.csproj directly.
    
    * Additional fixes to get IBCMerge working again.
    
    * Update src/.nuget/optdata/ibcmerge.csproj
    
    Co-Authored-By: Elinor Fung <47805090+elinor-fung@users.noreply.github.com>
    jkoritzinsky and elinor-fung committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ff7c12c View commit details
    Browse the repository at this point in the history
  8. Use docker-compose for running stress tests (#42186)

    HttpStress: add docker-compose scenario
    eiriktsarpalis committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    df64852 View commit details
    Browse the repository at this point in the history
  9. Reduce frequency of GC long running tests to twice a week. Make Gc si…

    …mulator tests run nightly, for now. (#27521)
    VSadov committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    564dcc0 View commit details
    Browse the repository at this point in the history
  10. Delete null comparisons of non-null arguments (#27523)

    Remove gcc nonnull-compare suppression and impossible conditions.
    
    > error: nonnull argument 'this' compared to NULL
    > [-Werror=nonnull-compare]
    am11 authored and jkotas committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4afbe3a View commit details
    Browse the repository at this point in the history
  11. Avoid duplicated message in WebException (#42195)

    In a bunch of places, including in HttpClient, when a new exception instance is created to wrap an inner exception, the inner exception's message is then used as the message for the wrapping exception.  WebRequest.CreateCompatibleException is taking such an HttpRequestException and concatenating the outer and inner exception's messages, which means it's often duplicating the exact same message twice.
    
    Since we're including the exception as the inner exception, there's no need for such duplication... we can just follow suit and use the outer exception's message without concatenation.
    stephentoub committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    d7fbeca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a686d1 View commit details
    Browse the repository at this point in the history
  13. Add osGroup parameter to perf call (#27444)

    * Add osGroup parameter to perf call
    
    * Change parameters to match queue schema
    
    * Remove space
    DrewScoggins committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    9cae8fa View commit details
    Browse the repository at this point in the history
  14. Fix simple general warnings found by PVS. (#27283)

    * Delete unused `scAvailable`.
    
    * Delete unused `PhysRegIntervalIterator`.
    
    * Expression is always true.
    
    * Possible overflow.
    
    * Delete unreachable/unused code.
    
    * Two or more case-branches perform the same actions.
    
    * Check self-copying.
    
    * The 'isOnStack' variable is assigned values twice successively.
    
    * The 'then' statement is equivalent to the 'else' statement.
    
    `MAX_COST` is `UCHAR_MAX` so if `unsigned char cost >= MAX_COST` then it is equal to ``MAX_COST`.
    So the code was correct, but confusing.
    
    * Expression 'newPage == nullptr' is always true.
    
    * Expression 'inconsistentProfileData' is always false.
    
    * A part of conditional expression is always false: typ == TYP_BOOL.
    
    * A part of conditional expression is always true: emitFullGCinfo.
    
    We have an early return from this function if `emitFullGCinfo == false`.
    
    * A part of conditional expression is always true: asgNode.
    
    We have an early return if it is nullptr.
    
    * delete an unused function with errors.
    
    There were 3 incorrent printf arguments.
    
    * Delete another unused function without return.
    
    * An excessive check can be simplified. The '(A && B) || (!A && !B)' expression is equivalent to the 'bool(A) == bool(B)' expression,
    
    * The expression is of enum type. It is odd that it is used as an expression of a Boolean-type.
    
    * the usage of '#pragma warning(default: X)' is incorrect in this context. The '#pragma warning(push/pop)' should be used instead.
    
    That function and almost the whole file is unused, do we want to delete it?
    
    * The expression 'eeGetHelperNum(method)' is of enum type. It is odd that it is used as an expression of a Boolean-type.
    
    * `nodeThis` and `nodeOther` are always true.
    
    * 'this == nullptr' expression should be avoided - this expression is always false on newer compilers, because 'this' pointer can never be NULL.
    
    Don't compare `this` with null.
    
    * Variables 'm_Cost', 'm_Size' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'Expr()->GetCostSz()' expression.
    
    * Parameter 'toRefPosition' is not used inside function body.
    
    * Expression 'parentOfArgObj == parentArgx' is always true.
    
    We assigned `parentOfArgObj ` to `parentArgx` and did not change any of them before that check.
    
    * The 'srcCount' variable is assigned values twice successively. Perhaps this is a mistake.
    
    * Response review.
    Sergey Andreenko committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    80867d1 View commit details
    Browse the repository at this point in the history
  15. Handle binary formatted payloads with ResX mangled generic type names (

    …#42102)
    
    * Handle binary formatted payloads with ResX mangled generic type names
    
    ResXSerializationBinder on desktop corrupted type names for generic parameters
    in the binary formatted payload.  It would also undo this in the reader,
    but we don't benefit from that in .NETCore since we don't deserialize
    during build: we just copy the preserialized payload into the resources.
    
    To handle this, we use a serialization binder to un-mangle the type names
    in a way similar to ResXSerializationBinder.  We do it slightly differently
    so that we only do it when needed, since relying on the binder to resolve
    the type bypasses the type cache in BinaryFormatter.
    
    * Respond to feedback.
    ericstj committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    feebf02 View commit details
    Browse the repository at this point in the history
  16. Revert removal of SuppressGCTransition from SystemNative_GetTimestamp…

    …() (#27473)
    
    * Revert removal of SuppressGCTransition from SystemNative_GetTimestamp()
    
    * Insert GC_POLL before statement with unmanaged call.
    
    * JIT test for insertion of GCPoll
    AaronRobinsonMSFT committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    77f64aa View commit details
    Browse the repository at this point in the history
  17. Add file creation method that takes an ACL (#42099)

    Approved API Proposal: #41614
    Related change for directory creation method that takes an ACL: #41834 -merged and ported to 3.1 Prev2
    
    Description
    We have extension methods in System.IO.FileSystem.AclExtensions that let the user get and set ACLs for existing files, but we do not have methods that create files with predefined ACLs.
    .NET ACL (Access Control List) support is Windows specific. This change will reside inside the System.IO.FileSystem.AccessControl assembly.
    
    Customer impact
    Before this change, customers had to create a file or filestream, then set its ACLs. This presents a few problems:
    
    Potential security hole as files can be accessed between creation and modification.
    Porting difficulties as there isn't a 1-1 API replacement
    Stability issues with background processes (file filters) can prevent modifying ACLs right after creation (typically surfaces as a security exception).
    This change addresses those problems by adding a new extension method that allows creating a file and ensuring the provided ACLs are set during creation.
    This change is expected to be backported to 3.1.
    carlossanlop committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    508cbc4 View commit details
    Browse the repository at this point in the history
  18. Enable reuse reg val on ARM32 (#27506)

    mikedn authored and Sergey Andreenko committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    00e89cf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Add path to not-absolute-path exception (dotnet/coreclr#27470)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    danmoseley authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    35966de View commit details
    Browse the repository at this point in the history
  2. Delete unnecessary abstraction from stubbed out SecurityElement (#27474)

    The stubbed out SecurityElement implementation does not support extensibility that ISecurityElementFactory was designed for.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d3b9c5e View commit details
    Browse the repository at this point in the history
  3. Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464

    )
    
    ReadAsyncInternal is correctly passing its token into the two call sites where it delegates directly to the underlying stream, but in one place it calls through ReadBufferAsync, which is currently not defined to take a token.  Fix that, and pass the token through.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a780bff View commit details
    Browse the repository at this point in the history
  4. Basic infrastructure for binder tracing (dotnet/coreclr#27383)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    elinor-fung authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    dd6ee3f View commit details
    Browse the repository at this point in the history
  5. Cleanup (dotnet/coreclr#27502)

    * Delete empty FireCustomerDebugProbe FCall
    
    * Delete duplicate C++ compiler command line options
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    e244382 View commit details
    Browse the repository at this point in the history
  6. Support large EventSource filter args (dotnet/coreclr#27500)

    1. Fix NullReferenceException. When the filter args exceeded the
    hard-coded size limit GetDataFromController would return data = null.
    The code previously asserted that data was not null and triggered NRE
    when it was. The fix correctly null checks the value instead of
    asserting and uses an empty args dictionary in this case, the same as if
    filter args had been empty to begin with.
    
    2. ETW has always limited filter args to 1024 bytes but EventPipe has no
    such restriction. When using DiagnosticSourceEventSource it can be
    useful to specify a larger filter arg blob. I can't do anything about
    ETW's restriction but there is no need for the runtime to force
    EventPipe to be equally limited. The larger size also reduces the chance
    that we need to hit the fallback path above causing filter args to be
    ignored.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    noahfalk authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8f660fc View commit details
    Browse the repository at this point in the history
  7. Fix building portable thread pool on Windows (dotnet/corert#7849)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    filipnavara authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b921ac7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e1d3ff View commit details
    Browse the repository at this point in the history
  9. Fix building portable thread pool on Windows (dotnet/corert#7849)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    filipnavara authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c058fad View commit details
    Browse the repository at this point in the history
  10. Move PreserveDependencyAttribute to shared (dotnet/corefx#42174)

    We need to use it in corelib, too.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    549ba51 View commit details
    Browse the repository at this point in the history
  11. Revert removal of SuppressGCTransition from SystemNative_GetTimestamp…

    …() (#27473)
    
    * Revert removal of SuppressGCTransition from SystemNative_GetTimestamp()
    
    * Insert GC_POLL before statement with unmanaged call.
    
    * JIT test for insertion of GCPoll
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    AaronRobinsonMSFT authored and stephentoub committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8ee61dd View commit details
    Browse the repository at this point in the history
  12. Add file creation method that takes an ACL (dotnet/corefx#42099)

    Approved API Proposal: #41614
    Related change for directory creation method that takes an ACL: #41834 -merged and ported to 3.1 Prev2
    
    Description
    We have extension methods in System.IO.FileSystem.AclExtensions that let the user get and set ACLs for existing files, but we do not have methods that create files with predefined ACLs.
    .NET ACL (Access Control List) support is Windows specific. This change will reside inside the System.IO.FileSystem.AccessControl assembly.
    
    Customer impact
    Before this change, customers had to create a file or filestream, then set its ACLs. This presents a few problems:
    
    Potential security hole as files can be accessed between creation and modification.
    Porting difficulties as there isn't a 1-1 API replacement
    Stability issues with background processes (file filters) can prevent modifying ACLs right after creation (typically surfaces as a security exception).
    This change addresses those problems by adding a new extension method that allows creating a file and ensuring the provided ACLs are set during creation.
    This change is expected to be backported to 3.1.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    carlossanlop authored and jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    be9323f View commit details
    Browse the repository at this point in the history
  13. Move runtime specific methods out of the runtime partition

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    jkotas committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f1ff212 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    139e79c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73a6c7b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9ab3ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    74ec37a View commit details
    Browse the repository at this point in the history
  18. Remove unsigned overloads of LeadingSignCount (dotnet/coreclr#27533)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    echesakov authored and stephentoub committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3cc7545 View commit details
    Browse the repository at this point in the history
  19. Add ComputeCrc32, ComputeCrc32C (dotnet/coreclr#27421)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    echesakov authored and stephentoub committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a66a2b4 View commit details
    Browse the repository at this point in the history
  20. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …029.9 (#8689)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19529.9
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19529.9
    dotnet-maestro[bot] committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1da0565 View commit details
    Browse the repository at this point in the history
  21. Update dependencies from https://github.com/dotnet/standard build 201…

    …91030.1 (#8690)
    
    - NETStandard.Library - 2.2.0-prerelease.19530.1
    dotnet-maestro[bot] committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5a664ed View commit details
    Browse the repository at this point in the history
  22. [master] Update dependencies from dotnet/corefx (#27526)

    * Update dependencies from https://github.com/dotnet/corefx build 20191028.12
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.12
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191029.15
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.15
    dotnet-maestro[bot] committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4795f24 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c233288 View commit details
    Browse the repository at this point in the history
  24. Add BitwiseSelect (#27430)

    echesakov committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a6e54c0 View commit details
    Browse the repository at this point in the history
  25. JIT: add pass to merge common throw helper calls (#27113)

    Look for blocks with single statement noreturn calls, and try to reroute
    flow so there's just one block call that all predecessors target.
    
    Resolves #14770.
    
    Note this impairs debuggability of optimized code a bit, as it can change which
    line of code apparently invokes a throw helper in a backtrace. But since we're
    already commoning jit-inserted throw helpers (like array index OOB) this is not
    breaking any new ground.
    
    We could also handle commoning BBJ_THROW blocks, with some extra effort,
    but prototyping indicates duplicate throws are pretty rare.
    
    This phase runs just before `optOptimizeFlow`, so that we can leverage
    the ref counts and predecessor lists to ensure we make correct flow updates.
    
    It doesn't bother trying to clean out IR, that happens naturally as blocks
    become unreferenced.
    
    In some cases nothrow helpers end up being tail call candidates. We now suppress
    tail calling noreturn methods if there is more than one such call site in the method,
    hoping that instead we can merge the calls.
    AndyAyersMS committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b962c97 View commit details
    Browse the repository at this point in the history
  26. Enable block init unroll on ARM32 (#27450)

    * Enable block init unroll on ARM32
    
    * Small LowerBlockStore cleanup
    mikedn authored and Sergey Andreenko committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    41546b0 View commit details
    Browse the repository at this point in the history
  27. Add tests for custom JavaScriptEncoder to cover the virtual code path…

    …s in TextEncoder, and address previous feedback. (#42064)
    
    * Move using directive within ifdef to make it clear when its used.
    
    * Add more tests for custom text encoder case.
    
    * Fix typo in comment gaurd -> guard
    
    * Fix up the using directives that got removed during merge conflict
    resolution.
    
    * Address feedback - fix 0x7F case, rename vectors to be self-documenting.
    ahsonkhan committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    62e6ccf View commit details
    Browse the repository at this point in the history
  28. Fix System.Net.WebUtility.HtmlDecode issue (#42227)

    Fix WebUtility.HtmlDecode bug
    eiriktsarpalis committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fd45458 View commit details
    Browse the repository at this point in the history
  29. Update dependencies from https://github.com/dotnet/standard build 201…

    …91030.2 (#8700)
    
    - NETStandard.Library - 2.2.0-prerelease.19530.2
    dotnet-maestro[bot] committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    e3da318 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9009ad1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    394c370 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #42242 from wfurt/outerloop_42231

    Move CertificateValidationRemoteServer_EndToEnd_Ok to outerloop
    davidsh committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    ba0e3f7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d2a3440 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Clean up Uri.UnescapeDataString (#42225)

    - Use string.IndexOf rather than an open-coded, unsafe loop.
    - Avoid an unnecessary SequenceEquals at the end: we're only at this point if a `%` was found highlighting that something escaped was found.
    - Use stack memory for smaller inputs if possible, to avoid unnecessary ArrayPool interaction
    - Remove an unnecessary argument to a helper function.
    - Fix ValueStringBuilder.Grow to only copy the contained data.
    stephentoub committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    04f79d9 View commit details
    Browse the repository at this point in the history
  2. Add BitwiseSelect (dotnet/coreclr#27430)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    echesakov authored and stephentoub committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    84e8446 View commit details
    Browse the repository at this point in the history
  3. Fix slow tailcalls to VSD (#27363)

    * Fix slow tailcalls to VSDs
    
    This was broken when fgCanFastTailCall was changed to call
    fgInitArgInfo. fgInitArgInfo has side effects and will in some cases add
    arguments to the arg list. Specifically for calls to VSD, the VSD arg is
    added, however this case is treated specially for slow tailcalls and it
    does not expect the arg to be here.
    
    This targeted fix just removes this arg from the arg list.
    
    * Reenable more_tailcalls on x64 Windows
    
    * Disable more_tailcalls on Unix, arm32 and arm64
    
    * Address feedback
    
    * Disable STRESS_UNSAFE_BUFFER_CHECKS for more_tailcalls
    jakobbotsch authored and Jarret Shook committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f4a8863 View commit details
    Browse the repository at this point in the history
  4. Improve test failure msg (#42247)

    danmoseley authored and msftbot[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    253f0d5 View commit details
    Browse the repository at this point in the history
  5. Fix inefficient string manipulations in RegularExpressions tests (#42241

    )
    
    * Fix inefficient string manipulations in RegularExpressions tests
    
    * CR feedback
    
    * Consistent style
    jkotas authored and stephentoub committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    54efc11 View commit details
    Browse the repository at this point in the history
  6. Update analyzer versions (#42249)

    * Update analyzer packages to latest NuGet versions
    
    * Fix new warnings
    stephentoub authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    51686cb View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …025.4 (#8672)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19525.4
    - System.CodeDom - 5.0.0-alpha.1.19525.4
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.4
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.4
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.4
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.4
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.4
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.4
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.4
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.4
    - System.Security.AccessControl - 5.0.0-alpha.1.19525.4
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.4
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.4
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.4
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.4
    - System.Security.Permissions - 5.0.0-alpha.1.19525.4
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.4
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.4
    - System.Text.Json - 5.0.0-alpha.1.19525.4
    - System.Threading.AccessControl - 5.0.0-alpha.1.19525.4
    - System.Resources.Extensions - 5.0.0-alpha.1.19525.4
    - System.DirectoryServices - 5.0.0-alpha.1.19525.4
    - System.Drawing.Common - 5.0.0-alpha.1.19525.4
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.4
    - System.IO.Packaging - 5.0.0-alpha.1.19525.4
    dotnet-maestro[bot] authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b031f47 View commit details
    Browse the repository at this point in the history
  8. [master] Update dependencies from dotnet/corefx (#8705)

    * Update dependencies from https://github.com/dotnet/corefx build 20191025.6
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19525.6
    - System.CodeDom - 5.0.0-alpha.1.19525.6
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19525.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19525.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.6
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19525.6
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19525.6
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.6
    - System.Security.AccessControl - 5.0.0-alpha.1.19525.6
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.6
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19525.6
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.6
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.6
    - System.Security.Permissions - 5.0.0-alpha.1.19525.6
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19525.6
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.6
    - System.Text.Json - 5.0.0-alpha.1.19525.6
    - System.Threading.AccessControl - 5.0.0-alpha.1.19525.6
    - System.Resources.Extensions - 5.0.0-alpha.1.19525.6
    - System.DirectoryServices - 5.0.0-alpha.1.19525.6
    - System.Drawing.Common - 5.0.0-alpha.1.19525.6
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19525.6
    - System.IO.Packaging - 5.0.0-alpha.1.19525.6
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.1
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19526.1
    - System.CodeDom - 5.0.0-alpha.1.19526.1
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.1
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.1
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.1
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.1
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.1
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.1
    - System.Security.AccessControl - 5.0.0-alpha.1.19526.1
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.1
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.1
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.1
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.1
    - System.Security.Permissions - 5.0.0-alpha.1.19526.1
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.1
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.1
    - System.Text.Json - 5.0.0-alpha.1.19526.1
    - System.Threading.AccessControl - 5.0.0-alpha.1.19526.1
    - System.Resources.Extensions - 5.0.0-alpha.1.19526.1
    - System.DirectoryServices - 5.0.0-alpha.1.19526.1
    - System.Drawing.Common - 5.0.0-alpha.1.19526.1
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.1
    - System.IO.Packaging - 5.0.0-alpha.1.19526.1
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.3
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19526.3
    - System.CodeDom - 5.0.0-alpha.1.19526.3
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.3
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.3
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.3
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.3
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.3
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.3
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.3
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.3
    - System.Security.AccessControl - 5.0.0-alpha.1.19526.3
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.3
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.3
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.3
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.3
    - System.Security.Permissions - 5.0.0-alpha.1.19526.3
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.3
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.3
    - System.Text.Json - 5.0.0-alpha.1.19526.3
    - System.Threading.AccessControl - 5.0.0-alpha.1.19526.3
    - System.Resources.Extensions - 5.0.0-alpha.1.19526.3
    - System.DirectoryServices - 5.0.0-alpha.1.19526.3
    - System.Drawing.Common - 5.0.0-alpha.1.19526.3
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.3
    - System.IO.Packaging - 5.0.0-alpha.1.19526.3
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.4
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19526.4
    - System.CodeDom - 5.0.0-alpha.1.19526.4
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.4
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.4
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.4
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.4
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.4
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.4
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.4
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.4
    - System.Security.AccessControl - 5.0.0-alpha.1.19526.4
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.4
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.4
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.4
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.4
    - System.Security.Permissions - 5.0.0-alpha.1.19526.4
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.4
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.4
    - System.Text.Json - 5.0.0-alpha.1.19526.4
    - System.Threading.AccessControl - 5.0.0-alpha.1.19526.4
    - System.Resources.Extensions - 5.0.0-alpha.1.19526.4
    - System.DirectoryServices - 5.0.0-alpha.1.19526.4
    - System.Drawing.Common - 5.0.0-alpha.1.19526.4
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.4
    - System.IO.Packaging - 5.0.0-alpha.1.19526.4
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.5
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19526.5
    - System.CodeDom - 5.0.0-alpha.1.19526.5
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.5
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.5
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.5
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.5
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.5
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.5
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.5
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.5
    - System.Security.AccessControl - 5.0.0-alpha.1.19526.5
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.5
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.5
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.5
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.5
    - System.Security.Permissions - 5.0.0-alpha.1.19526.5
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.5
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.5
    - System.Text.Json - 5.0.0-alpha.1.19526.5
    - System.Threading.AccessControl - 5.0.0-alpha.1.19526.5
    - System.Resources.Extensions - 5.0.0-alpha.1.19526.5
    - System.DirectoryServices - 5.0.0-alpha.1.19526.5
    - System.Drawing.Common - 5.0.0-alpha.1.19526.5
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.5
    - System.IO.Packaging - 5.0.0-alpha.1.19526.5
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.6
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19526.6
    - System.CodeDom - 5.0.0-alpha.1.19526.6
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19526.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19526.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19526.6
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19526.6
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19526.6
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19526.6
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19526.6
    - System.Security.AccessControl - 5.0.0-alpha.1.19526.6
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19526.6
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19526.6
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19526.6
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19526.6
    - System.Security.Permissions - 5.0.0-alpha.1.19526.6
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19526.6
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19526.6
    - System.Text.Json - 5.0.0-alpha.1.19526.6
    - System.Threading.AccessControl - 5.0.0-alpha.1.19526.6
    - System.Resources.Extensions - 5.0.0-alpha.1.19526.6
    - System.DirectoryServices - 5.0.0-alpha.1.19526.6
    - System.Drawing.Common - 5.0.0-alpha.1.19526.6
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19526.6
    - System.IO.Packaging - 5.0.0-alpha.1.19526.6
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.1
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19527.1
    - System.CodeDom - 5.0.0-alpha.1.19527.1
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.1
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.1
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.1
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.1
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.1
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.1
    - System.Security.AccessControl - 5.0.0-alpha.1.19527.1
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.1
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.1
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.1
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.1
    - System.Security.Permissions - 5.0.0-alpha.1.19527.1
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.1
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.1
    - System.Text.Json - 5.0.0-alpha.1.19527.1
    - System.Threading.AccessControl - 5.0.0-alpha.1.19527.1
    - System.Resources.Extensions - 5.0.0-alpha.1.19527.1
    - System.DirectoryServices - 5.0.0-alpha.1.19527.1
    - System.Drawing.Common - 5.0.0-alpha.1.19527.1
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.1
    - System.IO.Packaging - 5.0.0-alpha.1.19527.1
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.2
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19527.2
    - System.CodeDom - 5.0.0-alpha.1.19527.2
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.2
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.2
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.2
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.2
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.2
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.2
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.2
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.2
    - System.Security.AccessControl - 5.0.0-alpha.1.19527.2
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.2
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.2
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.2
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.2
    - System.Security.Permissions - 5.0.0-alpha.1.19527.2
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.2
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.2
    - System.Text.Json - 5.0.0-alpha.1.19527.2
    - System.Threading.AccessControl - 5.0.0-alpha.1.19527.2
    - System.Resources.Extensions - 5.0.0-alpha.1.19527.2
    - System.DirectoryServices - 5.0.0-alpha.1.19527.2
    - System.Drawing.Common - 5.0.0-alpha.1.19527.2
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.2
    - System.IO.Packaging - 5.0.0-alpha.1.19527.2
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.4
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19527.4
    - System.CodeDom - 5.0.0-alpha.1.19527.4
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.4
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.4
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.4
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.4
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.4
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.4
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.4
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.4
    - System.Security.AccessControl - 5.0.0-alpha.1.19527.4
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.4
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.4
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.4
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.4
    - System.Security.Permissions - 5.0.0-alpha.1.19527.4
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.4
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.4
    - System.Text.Json - 5.0.0-alpha.1.19527.4
    - System.Threading.AccessControl - 5.0.0-alpha.1.19527.4
    - System.Resources.Extensions - 5.0.0-alpha.1.19527.4
    - System.DirectoryServices - 5.0.0-alpha.1.19527.4
    - System.Drawing.Common - 5.0.0-alpha.1.19527.4
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.4
    - System.IO.Packaging - 5.0.0-alpha.1.19527.4
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.5
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19527.5
    - System.CodeDom - 5.0.0-alpha.1.19527.5
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19527.5
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19527.5
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.5
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19527.5
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19527.5
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19527.5
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19527.5
    - System.Security.AccessControl - 5.0.0-alpha.1.19527.5
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19527.5
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19527.5
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19527.5
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19527.5
    - System.Security.Permissions - 5.0.0-alpha.1.19527.5
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19527.5
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19527.5
    - System.Text.Json - 5.0.0-alpha.1.19527.5
    - System.Threading.AccessControl - 5.0.0-alpha.1.19527.5
    - System.Resources.Extensions - 5.0.0-alpha.1.19527.5
    - System.DirectoryServices - 5.0.0-alpha.1.19527.5
    - System.Drawing.Common - 5.0.0-alpha.1.19527.5
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19527.5
    - System.IO.Packaging - 5.0.0-alpha.1.19527.5
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191028.2
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19528.2
    - System.CodeDom - 5.0.0-alpha.1.19528.2
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.2
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.2
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.2
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.2
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.2
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.2
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.2
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.2
    - System.Security.AccessControl - 5.0.0-alpha.1.19528.2
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.2
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.2
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.2
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.2
    - System.Security.Permissions - 5.0.0-alpha.1.19528.2
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.2
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.2
    - System.Text.Json - 5.0.0-alpha.1.19528.2
    - System.Threading.AccessControl - 5.0.0-alpha.1.19528.2
    - System.Resources.Extensions - 5.0.0-alpha.1.19528.2
    - System.DirectoryServices - 5.0.0-alpha.1.19528.2
    - System.Drawing.Common - 5.0.0-alpha.1.19528.2
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.2
    - System.IO.Packaging - 5.0.0-alpha.1.19528.2
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191028.6
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19528.6
    - System.CodeDom - 5.0.0-alpha.1.19528.6
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.6
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.6
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.6
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.6
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.6
    - System.Security.AccessControl - 5.0.0-alpha.1.19528.6
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.6
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.6
    - System.Resources.Extensions - 5.0.0-alpha.1.19528.6
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.6
    - System.Security.Permissions - 5.0.0-alpha.1.19528.6
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.6
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.6
    - System.Text.Json - 5.0.0-alpha.1.19528.6
    - System.Threading.AccessControl - 5.0.0-alpha.1.19528.6
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.6
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.6
    - System.DirectoryServices - 5.0.0-alpha.1.19528.6
    - System.Drawing.Common - 5.0.0-alpha.1.19528.6
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.6
    - System.IO.Packaging - 5.0.0-alpha.1.19528.6
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191028.12
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19528.12
    - System.CodeDom - 5.0.0-alpha.1.19528.12
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19528.12
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19528.12
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19528.12
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19528.12
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19528.12
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19528.12
    - System.Security.AccessControl - 5.0.0-alpha.1.19528.12
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19528.12
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19528.12
    - System.Resources.Extensions - 5.0.0-alpha.1.19528.12
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19528.12
    - System.Security.Permissions - 5.0.0-alpha.1.19528.12
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19528.12
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19528.12
    - System.Text.Json - 5.0.0-alpha.1.19528.12
    - System.Threading.AccessControl - 5.0.0-alpha.1.19528.12
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19528.12
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19528.12
    - System.DirectoryServices - 5.0.0-alpha.1.19528.12
    - System.Drawing.Common - 5.0.0-alpha.1.19528.12
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19528.12
    - System.IO.Packaging - 5.0.0-alpha.1.19528.12
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191029.14
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19529.14
    - System.CodeDom - 5.0.0-alpha.1.19529.14
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19529.14
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.14
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19529.14
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.14
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19529.14
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19529.14
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19529.14
    - System.Security.AccessControl - 5.0.0-alpha.1.19529.14
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19529.14
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19529.14
    - System.Resources.Extensions - 5.0.0-alpha.1.19529.14
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19529.14
    - System.Security.Permissions - 5.0.0-alpha.1.19529.14
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19529.14
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19529.14
    - System.Text.Json - 5.0.0-alpha.1.19529.14
    - System.Threading.AccessControl - 5.0.0-alpha.1.19529.14
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19529.14
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19529.14
    - System.DirectoryServices - 5.0.0-alpha.1.19529.14
    - System.Drawing.Common - 5.0.0-alpha.1.19529.14
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19529.14
    - System.IO.Packaging - 5.0.0-alpha.1.19529.14
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191029.15
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19529.15
    - System.CodeDom - 5.0.0-alpha.1.19529.15
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19529.15
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19529.15
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19529.15
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19529.15
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19529.15
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19529.15
    - System.Security.AccessControl - 5.0.0-alpha.1.19529.15
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19529.15
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19529.15
    - System.Resources.Extensions - 5.0.0-alpha.1.19529.15
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19529.15
    - System.Security.Permissions - 5.0.0-alpha.1.19529.15
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19529.15
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19529.15
    - System.Text.Json - 5.0.0-alpha.1.19529.15
    - System.Threading.AccessControl - 5.0.0-alpha.1.19529.15
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19529.15
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19529.15
    - System.DirectoryServices - 5.0.0-alpha.1.19529.15
    - System.Drawing.Common - 5.0.0-alpha.1.19529.15
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19529.15
    - System.IO.Packaging - 5.0.0-alpha.1.19529.15
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191030.1
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.1
    - System.CodeDom - 5.0.0-alpha.1.19530.1
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.1
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.1
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.1
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.1
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.1
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.1
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.1
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.1
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.1
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.1
    - System.Security.Permissions - 5.0.0-alpha.1.19530.1
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.1
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.1
    - System.Text.Json - 5.0.0-alpha.1.19530.1
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.1
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.1
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.1
    - System.DirectoryServices - 5.0.0-alpha.1.19530.1
    - System.Drawing.Common - 5.0.0-alpha.1.19530.1
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.1
    - System.IO.Packaging - 5.0.0-alpha.1.19530.1
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191030.4
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.4
    - System.CodeDom - 5.0.0-alpha.1.19530.4
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.4
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.4
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.4
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.4
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.4
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.4
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.4
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.4
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.4
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.4
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.4
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.4
    - System.Security.Permissions - 5.0.0-alpha.1.19530.4
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.4
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.4
    - System.Text.Json - 5.0.0-alpha.1.19530.4
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.4
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.4
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.4
    - System.DirectoryServices - 5.0.0-alpha.1.19530.4
    - System.Drawing.Common - 5.0.0-alpha.1.19530.4
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.4
    - System.IO.Packaging - 5.0.0-alpha.1.19530.4
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191030.6
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.6
    - System.CodeDom - 5.0.0-alpha.1.19530.6
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.6
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.6
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.6
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.6
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.6
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.6
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.6
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.6
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.6
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.6
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.6
    - System.Security.Permissions - 5.0.0-alpha.1.19530.6
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.6
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.6
    - System.Text.Json - 5.0.0-alpha.1.19530.6
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.6
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.6
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.6
    - System.DirectoryServices - 5.0.0-alpha.1.19530.6
    - System.Drawing.Common - 5.0.0-alpha.1.19530.6
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.6
    - System.IO.Packaging - 5.0.0-alpha.1.19530.6
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191030.8
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.8
    - System.CodeDom - 5.0.0-alpha.1.19530.8
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.8
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.8
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.8
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.8
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.8
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.8
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.8
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.8
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.8
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.8
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.8
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.8
    - System.Security.Permissions - 5.0.0-alpha.1.19530.8
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.8
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.8
    - System.Text.Json - 5.0.0-alpha.1.19530.8
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.8
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.8
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.8
    - System.DirectoryServices - 5.0.0-alpha.1.19530.8
    - System.Drawing.Common - 5.0.0-alpha.1.19530.8
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.8
    - System.IO.Packaging - 5.0.0-alpha.1.19530.8
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    51ac4ea View commit details
    Browse the repository at this point in the history
  9. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …030.13 (#8706)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.13
    - System.CodeDom - 5.0.0-alpha.1.19530.13
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.13
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.13
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.13
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.13
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.13
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.13
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.13
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.13
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.13
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.13
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.13
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.13
    - System.Security.Permissions - 5.0.0-alpha.1.19530.13
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.13
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.13
    - System.Text.Json - 5.0.0-alpha.1.19530.13
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.13
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.13
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.13
    - System.DirectoryServices - 5.0.0-alpha.1.19530.13
    - System.Drawing.Common - 5.0.0-alpha.1.19530.13
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.13
    - System.IO.Packaging - 5.0.0-alpha.1.19530.13
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d783034 View commit details
    Browse the repository at this point in the history
  10. Fix GC stress runs (#27565)

    As Jeremy discovered, my recent CoreCLR pipeline optimization change
    broke GC stress tests. This change should fix the problem; I have
    also deleted the platform-matrix-managed-test-build script that is
    no longer used.
    
    Thanks
    
    Tomas
    trylek committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d931f77 View commit details
    Browse the repository at this point in the history
  11. [master] Update dependencies from 3 repositories (#42140)

    * Update dependencies from https://github.com/dotnet/corefx build 20191025.6
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19525.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6
    
    * Update dependencies from https://github.com/dotnet/standard build 20191025.1
    
    - NETStandard.Library - 2.2.0-prerelease.19525.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191026.1
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19526.1
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19526.1
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19526.1
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19526.1
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19526.1
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19526.1
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19526.1
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19526.1
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19526.1
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19526.1
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191026.6
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19526.6
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19526.6
    
    * Update dependencies from https://github.com/dotnet/standard build 20191026.1
    
    - NETStandard.Library - 2.2.0-prerelease.19526.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191027.3
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19527.3
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19527.3
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19527.3
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19527.3
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19527.3
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19527.3
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19527.3
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19527.3
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19527.3
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191027.5
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19527.5
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19527.5
    
    * Update dependencies from https://github.com/dotnet/standard build 20191027.1
    
    - NETStandard.Library - 2.2.0-prerelease.19527.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191028.5
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19528.5
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19528.5
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19528.5
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19528.5
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19528.5
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19528.5
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19528.5
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19528.5
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19528.5
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19528.5
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191028.12
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19528.12
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19528.12
    
    * Update dependencies from https://github.com/dotnet/standard build 20191028.1
    
    - NETStandard.Library - 2.2.0-prerelease.19528.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191029.9
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19529.9
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19529.9
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19529.9
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19529.9
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19529.9
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19529.9
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19529.9
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19529.9
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19529.9
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19529.9
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191029.15
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19529.15
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19529.15
    dotnet-maestro[bot] authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    7f19d48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18e82ca View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …030.14 (#8707)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19530.14
    - System.CodeDom - 5.0.0-alpha.1.19530.14
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19530.14
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.14
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19530.14
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19530.14
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.14
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19530.14
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19530.14
    - System.Security.AccessControl - 5.0.0-alpha.1.19530.14
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.14
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19530.14
    - System.Resources.Extensions - 5.0.0-alpha.1.19530.14
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19530.14
    - System.Security.Permissions - 5.0.0-alpha.1.19530.14
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19530.14
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.14
    - System.Text.Json - 5.0.0-alpha.1.19530.14
    - System.Threading.AccessControl - 5.0.0-alpha.1.19530.14
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.14
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.14
    - System.DirectoryServices - 5.0.0-alpha.1.19530.14
    - System.Drawing.Common - 5.0.0-alpha.1.19530.14
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19530.14
    - System.IO.Packaging - 5.0.0-alpha.1.19530.14
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d46df31 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    946e57b View commit details
    Browse the repository at this point in the history
  15. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.1 (#8708)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.1
    - System.CodeDom - 5.0.0-alpha.1.19531.1
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.1
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.1
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.1
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.1
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.1
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.1
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.1
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.1
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.1
    - System.Security.Permissions - 5.0.0-alpha.1.19531.1
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.1
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.1
    - System.Text.Json - 5.0.0-alpha.1.19531.1
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.1
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.1
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.1
    - System.DirectoryServices - 5.0.0-alpha.1.19531.1
    - System.Drawing.Common - 5.0.0-alpha.1.19531.1
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.1
    - System.IO.Packaging - 5.0.0-alpha.1.19531.1
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d1c3294 View commit details
    Browse the repository at this point in the history
  16. Don't needlessly refresh proc count (dotnet/coreclr#27543)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    benaadams authored and stephentoub committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4ae4147 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4fb7fea View commit details
    Browse the repository at this point in the history
  18. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …030.15 (#8710)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19530.15
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19530.15
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    5f497c0 View commit details
    Browse the repository at this point in the history
  19. Clean up Uri.UnescapeDataString (dotnet/corefx#42225)

    - Use string.IndexOf rather than an open-coded, unsafe loop.
    - Avoid an unnecessary SequenceEquals at the end: we're only at this point if a `%` was found highlighting that something escaped was found.
    - Use stack memory for smaller inputs if possible, to avoid unnecessary ArrayPool interaction
    - Remove an unnecessary argument to a helper function.
    - Fix ValueStringBuilder.Grow to only copy the contained data.
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    32e2ae9 View commit details
    Browse the repository at this point in the history
  20. Remove BINDER_DEBUG_LOG (#27574)

    elinor-fung authored and jkotas committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    77b2c2b View commit details
    Browse the repository at this point in the history
  21. Update dependencies from https://github.com/dotnet/standard build 201…

    …91031.1 (#8711)
    
    - NETStandard.Library - 2.2.0-prerelease.19531.1
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2974ec1 View commit details
    Browse the repository at this point in the history
  22. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …030.15 (#42258)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19530.15
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19530.15
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19530.15
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19530.15
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19530.15
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19530.15
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19530.15
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19530.15
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19530.15
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19530.15
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a9b91e2 View commit details
    Browse the repository at this point in the history
  23. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.2 (#8712)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.2
    - System.CodeDom - 5.0.0-alpha.1.19531.2
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.2
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.2
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.2
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.2
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.2
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.2
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.2
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.2
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.2
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.2
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.2
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.2
    - System.Security.Permissions - 5.0.0-alpha.1.19531.2
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.2
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.2
    - System.Text.Json - 5.0.0-alpha.1.19531.2
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.2
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.2
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.2
    - System.DirectoryServices - 5.0.0-alpha.1.19531.2
    - System.Drawing.Common - 5.0.0-alpha.1.19531.2
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.2
    - System.IO.Packaging - 5.0.0-alpha.1.19531.2
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    70e8814 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    db5f07c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34e4c52 View commit details
    Browse the repository at this point in the history
  26. Update analyzer versions (dotnet/corefx#42249)

    * Update analyzer packages to latest NuGet versions
    
    * Fix new warnings
    
    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fbf9e07 View commit details
    Browse the repository at this point in the history
  27. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.3 (#8713)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.3
    - System.CodeDom - 5.0.0-alpha.1.19531.3
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.3
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.3
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.3
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.3
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.3
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.3
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.3
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.3
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.3
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.3
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.3
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.3
    - System.Security.Permissions - 5.0.0-alpha.1.19531.3
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.3
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.3
    - System.Text.Json - 5.0.0-alpha.1.19531.3
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.3
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.3
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.3
    - System.DirectoryServices - 5.0.0-alpha.1.19531.3
    - System.Drawing.Common - 5.0.0-alpha.1.19531.3
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.3
    - System.IO.Packaging - 5.0.0-alpha.1.19531.3
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    12fcf91 View commit details
    Browse the repository at this point in the history
  28. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.1 (#27579)
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.1
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    83bb2bf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1376626 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0822e37 View commit details
    Browse the repository at this point in the history
  31. Prepare Core-Setup for repo consolidation (#8709)

    Prepare Core-Setup for repo consolidation (#8709)
    ViktorHofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fd3b342 View commit details
    Browse the repository at this point in the history
  32. Tiered rejit work items (#27147)

    * Use info.compFullName as the input to create the JIT's MethodHash
    Update JitOrder to print out MethodHash and PerfScore
    Change eeGetMethodFullName to expand class and struct names for the argument types and the return type
    Fixed issue where bad edge weight were set in fgFoldConditional
    
    Made flEdgeWeightMin and flEdgeWeightMax private fields
    Added new method setEdgeWeights
    Added support method eeGetArgClass
    
    Added source for Tool to parse JitOrder output and associate PerfScores
    
    * Remove jitOrderParser.cs
    briansull committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c6697a0 View commit details
    Browse the repository at this point in the history
  33. [master] Update dependencies from dotnet/core-setup dotnet/corefx dot…

    …net/standard (#42260)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191030.10
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19530.10
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19530.10
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19530.10
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191031.1
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19531.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.1
    
    * Update dependencies from https://github.com/dotnet/standard build 20191030.2
    
    - NETStandard.Library - 2.2.0-prerelease.19530.2
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    898d47b View commit details
    Browse the repository at this point in the history
  34. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.4 (#8715)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.4
    - System.CodeDom - 5.0.0-alpha.1.19531.4
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.4
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.4
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.4
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.4
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.4
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.4
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.4
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.4
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.4
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.4
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.4
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.4
    - System.Security.Permissions - 5.0.0-alpha.1.19531.4
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.4
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.4
    - System.Text.Json - 5.0.0-alpha.1.19531.4
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.4
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.4
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.4
    - System.DirectoryServices - 5.0.0-alpha.1.19531.4
    - System.Drawing.Common - 5.0.0-alpha.1.19531.4
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.4
    - System.IO.Packaging - 5.0.0-alpha.1.19531.4
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a7694c5 View commit details
    Browse the repository at this point in the history
  35. Use PackageLicenseExpression instead of URL (#42271)

    * Use PackageLicenseExpression instead of URL
    
    * Cleanup packaging properties from Directory.Build.props
    ericstj authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    987158f View commit details
    Browse the repository at this point in the history
  36. Fix ILLink when run from VS/desktop/direct (#42266)

    ILLink needs the path to dotnet.exe and was relying on an optional
    environment variable to find it.
    
    Instead use the NetCoreRoot property set by the SDK.
    
    This is a direct copy of
    https://github.com/dotnet/sdk/blob/b28a8efbfb30d84019351abb3aa9a2b15e008662/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets#L74-L80
    
    We should try to eliminate our custom illink.targets and just configure
    the built in ones if we can.
    ericstj authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    18d2d60 View commit details
    Browse the repository at this point in the history
  37. Fix #27326 - Don't decrement curOffsReg when it is 0, as it is an uns…

    …igned and will wrap to MAX_UINT (#27561)
    
    Fixes #27326
    briansull committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    21c0fef View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2c60f4b View commit details
    Browse the repository at this point in the history
  39. Add explicit layout checks to Crossgen2 (#27054)

    This change adds explicit layout checks using a loose port of the
    CoreCLR algorithm i.e. creating an array representing the individual
    bytes of the type layout and gradually filling it in with GC reference /
    non-GC reference markers for the individual fields.
    
    Thanks
    
    Tomas
    trylek committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    97c5829 View commit details
    Browse the repository at this point in the history
  40. Update developer-guide.md

    ViktorHofer committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f1115d4 View commit details
    Browse the repository at this point in the history
  41. Annotate System.Text.RegularExpressions for nullability (#42132)

    * Annotate System.Text.RegularExpressions for nullability
    
    * fix release build
    
    * address feedback
    
    * address feedback
    
    * disable compiler warning in TryGetValue annotation
    
    * change annotation to MaybeNullWhen()
    
    * Revert "change annotation to MaybeNullWhen()"
    
    This reverts commit 542404ffb147dfc5cc40a6acb4a1e101317aef8a.
    
    * remove redundant comment
    
    * update reference source
    
    * disable nullability warning in reference source
    
    * remove outdated comment
    
    * replace bangs with single Debug.Assert() at top of method body
    eiriktsarpalis authored and safern committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d9ed01e View commit details
    Browse the repository at this point in the history
  42. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.5 (#8717)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.5
    - System.CodeDom - 5.0.0-alpha.1.19531.5
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.5
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.5
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.5
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.5
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.5
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.5
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.5
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.5
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.5
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.5
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.5
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.5
    - System.Security.Permissions - 5.0.0-alpha.1.19531.5
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.5
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.5
    - System.Text.Json - 5.0.0-alpha.1.19531.5
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.5
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.5
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.5
    - System.DirectoryServices - 5.0.0-alpha.1.19531.5
    - System.Drawing.Common - 5.0.0-alpha.1.19531.5
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.5
    - System.IO.Packaging - 5.0.0-alpha.1.19531.5
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0872aa1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f87d27d View commit details
    Browse the repository at this point in the history
  44. HttpStress: add docker documentation (#42268)

    * httpstress: add documentation on dockerized stress runs
    
    * fix stress yml issue
    
    * fix doc issues
    
    * remove commented out code
    
    * remove accidental change
    
    * yaml pipeline variables naming consistency
    
    * Update eng/pipelines/stress/http-linux.yml
    
    Co-Authored-By: Stephen Halter <halter73@gmail.com>
    eiriktsarpalis and halter73 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4c3bd8a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    01d2c13 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Extend BOM test (#42279)

    steveharter authored and stephentoub committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5d92ba3 View commit details
    Browse the repository at this point in the history
  2. Improve LINQ diagnosability and startup performance (#42187)

    * - Generate LINQ interpreter Thunks with unique names
    - Instead of generating thunks, for common cases, use a pre-compiled C# method.
      - This results in using generic sharing for many instead of requiring exact compiled code
    * Give Compiled LINQ lambda expressions unique names
    davidwrighton committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4410ec0 View commit details
    Browse the repository at this point in the history
  3. Publish zipped product build bits like we do for test artifacts (#27540)

    I have renamed xplat-test-job to xplat-pipeline-job. In perf-job
    I duplicated a few variables from xplat-pipeline-job as the job
    is currently based on a completely different YAML file hierarchy.
    It would be probably useful to unify these two at some point but
    I believe it to be beyond the scope of my simple cleanup w.r.t.
    product build manipulation.
    
    Thanks
    
    Tomas
    trylek committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    9970bcc View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.7 (#8719)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.7
    - System.CodeDom - 5.0.0-alpha.1.19531.7
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.7
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.7
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.7
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.7
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.7
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.7
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.7
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.7
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.7
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.7
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.7
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.7
    - System.Security.Permissions - 5.0.0-alpha.1.19531.7
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.7
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.7
    - System.Text.Json - 5.0.0-alpha.1.19531.7
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.7
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.7
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.7
    - System.DirectoryServices - 5.0.0-alpha.1.19531.7
    - System.Drawing.Common - 5.0.0-alpha.1.19531.7
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.7
    - System.IO.Packaging - 5.0.0-alpha.1.19531.7
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    935cf72 View commit details
    Browse the repository at this point in the history
  5. Honor dictionary key policy when entry value is null (#42267)

    * Honor dictionary key policy when entry value is null
    
    * Address review feedback
    
    * Remove reverse Json checks
    layomia committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a24db0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24b4e11 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.9 (#8721)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.9
    - System.CodeDom - 5.0.0-alpha.1.19531.9
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.9
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.9
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.9
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.9
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.9
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.9
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.9
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.9
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.9
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.9
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.9
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.9
    - System.Security.Permissions - 5.0.0-alpha.1.19531.9
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.9
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.9
    - System.Text.Json - 5.0.0-alpha.1.19531.9
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.9
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.9
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.9
    - System.DirectoryServices - 5.0.0-alpha.1.19531.9
    - System.Drawing.Common - 5.0.0-alpha.1.19531.9
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.9
    - System.IO.Packaging - 5.0.0-alpha.1.19531.9
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ed1ba15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a3eefd View commit details
    Browse the repository at this point in the history
  9. Disable another static analysis rule (dotnet/corefx#42265)

    Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
    stephentoub authored and jkotas committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    25520b1 View commit details
    Browse the repository at this point in the history
  10. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …031.13 (#8722)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19531.13
    - System.CodeDom - 5.0.0-alpha.1.19531.13
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19531.13
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19531.13
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19531.13
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19531.13
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19531.13
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19531.13
    - System.Security.AccessControl - 5.0.0-alpha.1.19531.13
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19531.13
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19531.13
    - System.Resources.Extensions - 5.0.0-alpha.1.19531.13
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19531.13
    - System.Security.Permissions - 5.0.0-alpha.1.19531.13
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19531.13
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19531.13
    - System.Text.Json - 5.0.0-alpha.1.19531.13
    - System.Threading.AccessControl - 5.0.0-alpha.1.19531.13
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19531.13
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19531.13
    - System.DirectoryServices - 5.0.0-alpha.1.19531.13
    - System.Drawing.Common - 5.0.0-alpha.1.19531.13
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19531.13
    - System.IO.Packaging - 5.0.0-alpha.1.19531.13
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    14e7a3b View commit details
    Browse the repository at this point in the history
  11. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …031.14 (#8725)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19531.14
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19531.14
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e460275 View commit details
    Browse the repository at this point in the history
  12. Use SDK from bootstrapped CLI rather than testhost (#42278)

    * Use SDK from bootstrapped CLI rather than testhost
    
    * Only import tools.ps1 for -vs
    ericstj authored and eiriktsarpalis committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    dd2ad43 View commit details
    Browse the repository at this point in the history
  13. Update dependencies from https://github.com/dotnet/arcade build 20191…

    …031.14 (#42290)
    
    - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19531.14
    - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19531.14
    - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19531.14
    - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19531.14
    - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19531.14
    - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19531.14
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19531.14
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19531.14
    - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19531.14
    - Microsoft.DotNet.GenFacades - 5.0.0-beta.19531.14
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5d2a823 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e64ae21 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8334931 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    82c743c View commit details
    Browse the repository at this point in the history
  17. Update dependencies from https://github.com/dotnet/standard build 201…

    …91101.1 (#8726)
    
    - NETStandard.Library - 2.2.0-prerelease.19551.1
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0460dc9 View commit details
    Browse the repository at this point in the history
  18. Consolidate .netcoreapp.cs files because System.Text.Encoding project…

    … is no longer cross-compiled (#42282)
    Marusyk authored and jkotas committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    1394f2d View commit details
    Browse the repository at this point in the history
  19. [master] Update dependencies from dotnet/core-setup dotnet/corefx dot…

    …net/standard (#42291)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191031.19
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19531.19
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19531.19
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19531.19
    
    * Update dependencies from https://github.com/dotnet/corefx build 20191031.13
    
    - runtime.native.System.IO.Ports - 5.0.0-alpha.1.19531.13
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13
    
    * Update dependencies from https://github.com/dotnet/standard build 20191031.1
    
    - NETStandard.Library - 2.2.0-prerelease.19531.1
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ff67290 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    19f1019 View commit details
    Browse the repository at this point in the history
  21. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …101.1 (#8727)
    
    - System.Windows.Extensions - 5.0.0-alpha.1.19551.1
    - System.CodeDom - 5.0.0-alpha.1.19551.1
    - System.Configuration.ConfigurationManager - 5.0.0-alpha.1.19551.1
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.1
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19551.1
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19551.1
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19551.1
    - Microsoft.Win32.SystemEvents - 5.0.0-alpha.1.19551.1
    - Microsoft.Windows.Compatibility - 5.0.0-alpha.1.19551.1
    - System.Security.AccessControl - 5.0.0-alpha.1.19551.1
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19551.1
    - System.Security.Cryptography.Pkcs - 5.0.0-alpha.1.19551.1
    - System.Resources.Extensions - 5.0.0-alpha.1.19551.1
    - System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19551.1
    - System.Security.Permissions - 5.0.0-alpha.1.19551.1
    - System.Security.Principal.Windows - 5.0.0-alpha.1.19551.1
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19551.1
    - System.Text.Json - 5.0.0-alpha.1.19551.1
    - System.Threading.AccessControl - 5.0.0-alpha.1.19551.1
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19551.1
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19551.1
    - System.DirectoryServices - 5.0.0-alpha.1.19551.1
    - System.Drawing.Common - 5.0.0-alpha.1.19551.1
    - System.IO.FileSystem.AccessControl - 5.0.0-alpha.1.19551.1
    - System.IO.Packaging - 5.0.0-alpha.1.19551.1
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    777c460 View commit details
    Browse the repository at this point in the history
  22. Delete clr-configuration-knobs.md (#27612)

    This is permanently out of date and the document creates a false sense of all these settings being officially supported. The officially supported settings are documented in https://github.com/dotnet/docs
    
    Fixes #27611
    jkotas committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    dcd7304 View commit details
    Browse the repository at this point in the history
  23. Use clonefile for CopyFile, if available (#37583)

    * Rework SystemNative_CopyFile to use paths instead of file descriptors
    
    Use clonefile for CopyFile, if available
    
    * Bail out in SystemNative_CopyFile if access fails. We don't want to proceed if the destination file is read-only.
    
    * Handle a race condition where clonefile can result in EEXIST error
    
    * Update comment about fcopyfile
    
    * Update PathInternal.TrimEndingDirectorySeparator to Path.TrimEndingDirectorySeparator
    
    * Add missing close(outFd) call
    
    * Remove unnecessary ! operator
    
    * Save errno around close(outFd) calls
    
    * access already sets EACCESS errno, just keep it
    
    * Remove fcopyfile support
    
    * Open destination file with O_CLOEXEC
    
    * Return correct error code for source == destination
    
    * Rearrange error handling a bit
    
    * Remove forgotten HAVE_FCOPYFILE
    filipnavara authored and stephentoub committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5f45a8d View commit details
    Browse the repository at this point in the history
  24. Add new method for parameterless Listen() (#42262)

    * Add new method for parameterless Listen()
    
    This adds a parameterless overload for Listen(int) which passes in int.MaxValue as the default value. I changed existing tests that were explicitly using int.MaxValue or a random value to use the new overload with no parameter.
    
    * Update src/System.Net.Sockets/src/System/Net/Sockets/Socket.cs
    
    Co-Authored-By: Stephen Toub <stoub@microsoft.com>
    madenwala and stephentoub committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    8bdfd53 View commit details
    Browse the repository at this point in the history
  25. Use Version suffix and clean versions (#8724)

    * Use PackageVersion suffix and clean versions
    ViktorHofer committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    17b71d2 View commit details
    Browse the repository at this point in the history
  26. Use Package suffix instead of PackageId and Version suffix instead of…

    … PackageVersion (#42289)
    
    * Use Package suffix instead of PackageId
    
    * Manual darc update from build '20191101.2'
    ViktorHofer committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    931f79e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0214636 View commit details
    Browse the repository at this point in the history
  28. Update dependencies from https://github.com/dotnet/corefx build 20191…

    …101.3 (#8729)
    
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.3
    - Microsoft.NETCore.Targets - 5.0.0-alpha.1.19551.3
    - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19551.3
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19551.3
    - System.Text.Json - 5.0.0-alpha.1.19551.3
    dotnet-maestro[bot] committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    57fa3b2 View commit details
    Browse the repository at this point in the history
  29. Restore Helix SDK with toolset to work around race in msbuild (#27594)

    * Restore Helix SDK with toolset to work around race in msbuild
    * Update eng/Tools.props
    Co-Authored-By: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
    hoyosjs committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e295c11 View commit details
    Browse the repository at this point in the history
  30. Update ILLink.Tasks (#25596)

    * Update ILLink.Tasks
    
    This adds a few roots that are needed by reflection APIs, experimental
    (internal) APIs, and by the runtime.
    
    * Remove MemoryLoadChangeNotification root
    
    The Register/Unregister methods were already being removed by the
    linker, so we do not need to introduce them.
    
    * Keep ThreadPoolBoundHandle implementation of IDisposable
    
    * Update to linker version with unusedinterfaces opt
    
    * GeneratePackagePath -> GeneratePathProperty
    
    This wasn't causing any problems since these packages happened to have
    tools folders, which always get the path property generated. We could
    get rid of them, but perhaps it's better to be explicit.
    
    * Prevent problems when running on desktop
    
    I'm not sure we ever build corelib using desktop MSBuild, but this
    should prevent problems like
    dotnet/corefx#42266 if we do.
    sbomer committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    34fe045 View commit details
    Browse the repository at this point in the history
  31. Delete ILLinkTrim.xml from System.Net.Primitives (#42183)

    This existed because HttpListener is using a few internal members via reflection (boo).  One of the methods listed in this file isn't used by anyone, however, so it's not clear why it's here; probably a typo.  The other (ToServerString) has no internal usage and exists only to support HttpListener, which means we'd really like it to survive the initial assembly-level trimming, but then only be kept around for the app-level trimming if this functionality from HttpListener is used.
    
    Given our current limitations, I've added the ability for an assembly to opt-out of keeping around PreserveDependency attributes, I've so opted-out in Primitives, and then I've used PreserveDependency on the two public ctors of Cookie that will always be hit if a cookie is created, such that ToServerString will survive the assembly build, but then these attributes evaporate.
    
    I've also added PreserveDependency attributes into HttpListener, to codify its dependency on the various internals (most of which survive into the assembly initially because they're used by something reachable from public API).
    
    There is still an issue tracking these reflection-based internals dependencies into Cookie from HttpListener.
    stephentoub committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    f8e8326 View commit details
    Browse the repository at this point in the history
  32. Formatting and parsing changes to JsonString (#41940)

    * Pull duplicated code into JsonWriterHelper
    
    * Add helpers for parsing and formatting ISO dates
    
    * Update tests to expect new format
    
    * Use new helpers in JsonString methods
    
    * Rename methods
    
    * Check for valid parse length
    
    * Use AsSpan extension to work around missing implicit operators on netfx
    
    * More netfx workarounds
    
    * Use constant for stackalloc length
    
    * Add back temp span to avoid writing too much when trimming
    
    * Move IsValidDateTimeOffsetParseLength to JsonHelpers
    
    * Always use StackallocThreshold instead of calling GetUtf8ByteCount
    
    * Remove redundant length checks done by IsValidDateTimeOffsetParseLength
    
    * Adapt test pattern from Utf8JsonWriterTests
    
    * Revert "Always use StackallocThreshold instead of calling GetUtf8ByteCount"
    
    This reverts commit 0d29b646166138413f311a3ccf6284a72024b439.
    khellang authored and stephentoub committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    21fd4d2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a8affe4 View commit details
    Browse the repository at this point in the history
  34. Fix GC holes in array marshallers in the field scenario (#27562)

    * Correctly protect references to objects in manually-managed code called by IL marshalers in the field scenarios. Use RuntimeHelpers.GetRawData to simplify layout class marshalling.
    
    * Add additional protects for SAFEARRAY marshalling when used in the field scenario.
    
    * Remove dead code.
    
    * Fix possible GC hole from order of argument evaluation.
    
    * Don't clean up fields on a managed object when there's no managed object.
    jkoritzinsky committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e658b97 View commit details
    Browse the repository at this point in the history
  35. Remove hardcoded paths from native build scripts (#42295)

    * remove hardcoded paths from Native scripts
    eiriktsarpalis authored and ViktorHofer committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    1a07de1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d2f6167 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c685b93 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cef22e2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f9e4989 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0743e8c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    001af7b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0e076bf View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    da88ad3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4a42258 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0bbc486 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0092215 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    14dcdea View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a5d0f8b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ac9c3ba View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    da001e7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c9c3ecf View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0244ac5 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d31bdc4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    10a1cce View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    844a7ed View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

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

    …0191102.1
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19552.1
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19552.1
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19552.1
    dotnet-maestro[bot] committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    7e8d7e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

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

    …0191102.7
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19552.7
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19552.7
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19552.7
    dotnet-maestro[bot] committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    374fb73 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

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

    …0191104.1
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19554.1
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19554.1
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19554.1
    dotnet-maestro[bot] committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    7b98944 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

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

    …0191104.7
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19554.7
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19554.7
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19554.7
    dotnet-maestro[bot] committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    82aceed View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

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

    …0191105.8
    
    - Microsoft.NETCore.App - 5.0.0-alpha.1.19555.8
    - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19555.8
    - Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19555.8
    dotnet-maestro[bot] committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4025fc8 View commit details
    Browse the repository at this point in the history