Skip to content
Permalink

Comparing changes

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

Open a pull request

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

Commits on Sep 20, 2021

  1. [release/6.0-rc2] Undo breaking change compat in GetMethodNativeMap (#…

    …59231)
    
    * Undo breaking change compat
    
    * Fix compilation
    
    Co-authored-by: Juan Hoyos <[email protected]>
    github-actions[bot] and hoyosjs authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    acbdb74 View commit details
    Browse the repository at this point in the history
  2. [release/6.0-rc2] Create and publish missing symbols (#59259)

    * Fix symbols for Microsoft.MonoTargets.Sdk
    
    * Build and include .pdb file on Windows builds of mono-aot-cross
    
    * Only TARGET_PDB_FILE on HOST_WIN32
    
    * Another conditional
    
    * Output directly "mono-aot-cross.exe", don't rename "mono-sgen.exe"
    
    Co-authored-by: Jo Shields <[email protected]>
    Co-authored-by: Jo Shields <[email protected]>
    3 people authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ea504b8 View commit details
    Browse the repository at this point in the history
  3. [release/6.0] x64 on ARM64 fixes (#59295)

    * Retarget DOTNETHOME when installing x64 on ARM64 (#58669)
    
    * Only set path in x64 mac installer when installing on x64 (#59210)
    
    * Only set path in x64 mac installer when installing on x64
    
    In other words don't set the path for x64 installer on ARM64
    
    * Remove postinstall script from hostfxr
    
    There should be no need for both the host and hostfxr to set the path to dotnet.
    
    Since the host installs dotnet, it should be the only package responsible for this.
    
    * Make postinstall set install_location on mac
    
    Also refactor script to use a template so that we don't need to fork the script.
    
    * fix some syntax errors in script
    
    * Update src/installer/pkg/sfx/installers/dotnet-host.proj
    
    Co-authored-by: Adeel Mujahid <[email protected]>
    
    * Refine uname regular expressions
    
    Co-authored-by: Adeel Mujahid <[email protected]>
    
    * Updating dependencies from https://github.com/dotnet/arcade build 20210917.3
    
    Co-authored-by: Adeel Mujahid <[email protected]>
    ericstj and am11 authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c8741bc View commit details
    Browse the repository at this point in the history
Loading