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: 6b3bad6
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e24006
Choose a head ref
  • 18 commits
  • 29 files changed
  • 9 contributors

Commits on Nov 30, 2022

  1. [main] Update dependencies from dotnet/arcade dotnet/xliff-tasks (#11743

    )
    
    [main] Update dependencies from dotnet/arcade dotnet/xliff-tasks
    dotnet-maestro[bot] authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0a5f1c1 View commit details
    Browse the repository at this point in the history
  2. Delete DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER workaround (#11766)

    This workaround is no longer needed with .NET SDK 7 GA
    jkotas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    811dbb5 View commit details
    Browse the repository at this point in the history
  3. Microsoft.Azure.KeyVault is deprecated, move to modern Azure.Security…

    ….KeyVault.Secrets library (#11763)
    MattGal authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8666285 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20221130.1 (#11789)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f2ab603 View commit details
    Browse the repository at this point in the history
  2. Allow filtering GenFacades compile items (#11783)

    Opened dotnet/msbuild#8205 to be able to also respect "false" metadata values without the need of a separate target. In this use-case here, it's probably fine to just support "true" and "" metadata values.
    ViktorHofer authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    cddfb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d47bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d6873 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update dependencies from https://github.com/dotnet/xharness build 202…

    …21128.1 (#11833)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c96d782 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/roslyn build 20221…

    …130.13 (#11834)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b35a1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af895db View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#11846

    )
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
    dotnet-maestro[bot] authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    513428e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#11865

    )
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade
    dotnet-maestro[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    128b8ec View commit details
    Browse the repository at this point in the history
  2. Pass cancellation token to each of the file download/save operations (#…

    …11870)
    
    Because the GetAsync call returns after the headers are read, the time based cancellation token isn't currently covering the file download (or save, for that matter). So it's possible that if there is an issue downloading the file content, we're not timing out and hitting the normal retry loop.
    mmitche authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    16ececa View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    af32f24 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20221207.1 (#11885)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2473ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

    …207.2 (#11890)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    943b96f View commit details
    Browse the repository at this point in the history
  2. Add tizen x64 rootfs and cross build support (#11832)

    * Unify tizen rootfs creation scripts, add tizen x64 rootfs and cross build support.
    
    * Fix style a bit
    gbalykov authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8b26e45 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

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