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/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3377cc
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a68ec1e
Choose a head ref
  • 8 commits
  • 17 files changed
  • 7 contributors

Commits on Jun 21, 2021

  1. 2 Configuration menu
    Copy the full SHA
    36b1483 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/roslyn dotnet/xliff-tasks dotn…

    …et/arcade (#7542)
    
    [main] Update dependencies from dotnet/roslyn dotnet/xliff-tasks dotnet/arcade
    dotnet-maestro[bot] authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    28a6403 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    1685a12 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade mono/linker (#7546)

    [main] Update dependencies from dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    66fbc00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5f838 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. [main] Add option to prefer 64bit msbuild (#7559)

    - cherry-pick of a5dbede / #7531
    dougbu authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    13040ff View commit details
    Browse the repository at this point in the history
  2. Make ModifierComparer use type references instead of definition (#7557)

    When comparing definitions this was failing if the type couldn't be resolved,
    for instance if a type-forwarded dependency was missing or references
    were specified at all.
    
    This was inconsistent with our other parameter comparisons which just
    evaluate the compare the type reference as a string without considering
    assembly.
    
    This does raise a concerning issue, that APICompat doesn't actually
    evaluate assembly equivalence of parameters but that's an existing
    problem.
    ericstj authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a68ec1e View commit details
    Browse the repository at this point in the history
Loading