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: 28a6403
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 685c1a4
Choose a head ref
  • 10 commits
  • 13 files changed
  • 7 contributors

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

Commits on Jun 26, 2021

  1. [main] Fix strict-mode break (#7564)

    - use `Get-Member` instead of assuming `$null` property value
    - fixes build break I caused in 13040ff
    dougbu authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    5fb184c View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#7553)

    * Update dependencies from https://github.com/dotnet/arcade build 20210623.1
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 6.0.0-beta.21321.2 -> To Version 6.0.0-beta.21323.1
    
    * Update dependencies from https://github.com/dotnet/xliff-tasks build 20210623.1
    
    XliffTasks
     From Version 1.0.0-beta.21320.1 -> To Version 1.0.0-beta.21323.1
    
    * Update dependencies from https://github.com/dotnet/xliff-tasks build 20210624.1
    
    XliffTasks
     From Version 1.0.0-beta.21320.1 -> To Version 1.0.0-beta.21324.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20210624.3
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 6.0.0-beta.21321.2 -> To Version 6.0.0-beta.21324.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    39999f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/xharness (#…

    …7565)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/xharness
    dotnet-maestro[bot] authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    65fc9af View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/mono/linker build 2021062…

    …7.1 (#7566)
    
    [main] Update dependencies from mono/linker
    dotnet-maestro[bot] authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    685c1a4 View commit details
    Browse the repository at this point in the history
Loading