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: 4ee620c
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13b3423
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 4, 2022

  1. Update source index package version (#10295)

    This change updates the package version for the source index step
    to the new version that contains fixes for the same-named files
    in different directories problem.
    alexperovich authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d5e650d View commit details
    Browse the repository at this point in the history
  2. Get copyright info for native and r2r binaries (#10148)

    * Get copyright info for native and r2r binaries
    When attempting to re-enable in-build signing, runtime was throwing out an error that Microsoft.NETCore.App.Composite.r2r.dll had an empty copyright (interpreted as non-MSFT) but was being signed with a Microsoft cert. What was happening was that this r2r binary, because of the way it's created, doesn't have the assembly attributes with copyright info that would normally be present.
    
    In this case, as well as native binaries, we should be using the file version info present in native resources to find the copyright info. This is used as a fallback for managed binaries, and always in the case of native (which didn't have copyright info before).
    
    * Fixup tests and native resource copyright lookup
    
    * Turn warning into high pri message
    
    * Turn off tests that won't pass before 10293
    
    * Differentiate 3rd party/Microsoft signing warnings
    mmitche authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f08ccdc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    bf87032 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10287)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ab63682 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink (#…

    …10313)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    be70926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58aed6c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    87e71d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46968f9 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade dotnet/sourcelink (#10324)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    13b3423 View commit details
    Browse the repository at this point in the history
Loading