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/linker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5929598
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04c49c9
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 21, 2022

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

    …318.2 (#2697)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9f890c6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/runtime build 2022…

    …0321.1 (#2698)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    64ad0ff View commit details
    Browse the repository at this point in the history
  3. Avoid running GetDisplayNameTests in parallel (#2701)

    There seems to be a race condition on Cecil while trying to get GenericParameters, if a multithreaded test asks simultaneously about GenericParameters on the same type Cecil answers could vary creating test failures. 
    Fixes #2693
    tlakollo authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5d8277a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Update array data flow test (#2704)

    * Fix array dataflow test for passing ref to element
    jtschuster authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    04c49c9 View commit details
    Browse the repository at this point in the history
Loading