-
Notifications
You must be signed in to change notification settings - Fork 383
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: fe17712bed
head repository: dotnet/arcade
compare: bbea86c614
- 16 commits
- 12 files changed
- 10 contributors
Commits on Jan 27, 2025
-
[main] Update dependencies from dotnet/xharness (#15453)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9f1950 - Browse repository at this point
Copy the full SHA b9f1950View commit details -
[main] Update dependencies from dotnet/source-build-externals, dotnet…
…/templating (#15454) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3a5246 - Browse repository at this point
Copy the full SHA c3a5246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9999736 - Browse repository at this point
Copy the full SHA 9999736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e2c58 - Browse repository at this point
Copy the full SHA 79e2c58View commit details
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6aa6da5 - Browse repository at this point
Copy the full SHA 6aa6da5View commit details -
VMR Validation Proposal (#15354)
Co-authored-by: Michael Simons <[email protected]> Co-authored-by: Přemek Vysoký <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0a5099 - Browse repository at this point
Copy the full SHA a0a5099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f907a - Browse repository at this point
Copy the full SHA 73f907aView commit details
Commits on Jan 29, 2025
-
[main] Update dependencies from dotnet/arcade, dotnet/source-build-re…
…ference-packages (#15459) [main] Update dependencies from dotnet/arcade, dotnet/source-build-reference-packages
Configuration menu - View commit details
-
Copy full SHA for 12025e3 - Browse repository at this point
Copy the full SHA 12025e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb46f9 - Browse repository at this point
Copy the full SHA 3bb46f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232c628 - Browse repository at this point
Copy the full SHA 232c628View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b286dfd - Browse repository at this point
Copy the full SHA b286dfdView commit details -
[Mono] Move ConsoleRunner instantiation to separate function (#15467)
This is on platforms where the Mono SDK is supported. When Mono JIT compiles `Main()`, it encounters a call to `new ConsoleRunner()`. Unlike CoreCLR, Mono JIT **attempts to resolve all field types of ConsoleRunner at JIT compilation time**, rather than deferring resolution until runtime. The problem arises because some fields inside `ConsoleRunner` depend on **assemblies that are only resolvable via the assembly resolve event handler**. However, this resolve handler is **only installed after Main() has been compiled and execution starts**. As a result, Mono JIT fails when it attempts to load these types too early, leading to runtime errors. This is a workaround for a limitation in Mono JIT by moving the instantiation to an another function. Allow `Main()` to execute first**, ensuring that the assembly resolve handler is installed **before** `ConsoleRunner` is instantiated See: dotnet/runtime#60550
Configuration menu - View commit details
-
Copy full SHA for 173b74c - Browse repository at this point
Copy the full SHA 173b74cView commit details -
Update docs with new information (#15460)
Co-authored-by: Přemek Vysoký <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 915b22b - Browse repository at this point
Copy the full SHA 915b22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e60bc - Browse repository at this point
Copy the full SHA 44e60bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c14bfef - Browse repository at this point
Copy the full SHA c14bfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbea86c - Browse repository at this point
Copy the full SHA bbea86cView 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 fe17712bed...bbea86c614