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

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
Loading