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

Commits on Sep 6, 2022

  1. [main] Update dependencies from dotnet/sourcelink dotnet/xharness (#1…

    …0737)
    
    [main] Update dependencies from dotnet/sourcelink dotnet/xharness
    dotnet-maestro[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2d449f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c51aad View commit details
    Browse the repository at this point in the history
  3. Add correct number of RemoteExecutor.Invoke overloads for Func (#10740)

    In dotnet/runtime#74994 we hit an issue because a test was inadvertently using `RemoteExecutor.Invoke(Action<string, string, string, string> method, ...)` since there was no overload that takes `Func<string, string, string, string, Task>` (only one with three strings) and that means it's becoming an async void (bad!).
    
    This PR makes sure we have a matching number of overloads that take Func with the same number of arguments as the one that takes Action.
    
    Since there was a bit of a mismatch (one overload took five arguments), I made the overloads consistent so that everyone takes five args.
    akoeplinger authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5fb434d View commit details
    Browse the repository at this point in the history
  4. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10741)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e23a4cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d03d3ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f864b2 View commit details
    Browse the repository at this point in the history
Loading