-
Notifications
You must be signed in to change notification settings - Fork 386
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: fca5125
head repository: dotnet/arcade
compare: 4f864b2
- 6 commits
- 7 files changed
- 3 contributors
Commits on Sep 6, 2022
-
[main] Update dependencies from dotnet/sourcelink dotnet/xharness (#1…
…0737) [main] Update dependencies from dotnet/sourcelink dotnet/xharness
Configuration menu - View commit details
-
Copy full SHA for 2d449f8 - Browse repository at this point
Copy the full SHA 2d449f8View commit details -
Update dependencies from https://github.com/dotnet/roslyn build 20220…
…903.1 (#10738) [main] Update dependencies from dotnet/roslyn
Configuration menu - View commit details
-
Copy full SHA for 4c51aad - Browse repository at this point
Copy the full SHA 4c51aadView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5fb434d - Browse repository at this point
Copy the full SHA 5fb434dView commit details -
[main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10741)
[main] Update dependencies from dotnet/arcade dotnet/sourcelink
Configuration menu - View commit details
-
Copy full SHA for e23a4cd - Browse repository at this point
Copy the full SHA e23a4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d03d3ea - Browse repository at this point
Copy the full SHA d03d3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f864b2 - Browse repository at this point
Copy the full SHA 4f864b2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fca5125...4f864b2