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/macios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13be6a67ad
Choose a base ref
...
head repository: dotnet/macios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a2ccef60e
Choose a head ref
  • 10 commits
  • 29 files changed
  • 3 contributors

Commits on Jan 14, 2026

  1. [net11.0] Update dependencies from dotnet/dotnet (#24484)

    This pull request updates the following dependencies
    
    ## From https://github.com/dotnet/dotnet
    
    - **Subscription**: [12359e24-a8af-4571-8364-53f91576a580](https://maestro.dot.net/subscriptions?search=12359e24-a8af-4571-8364-53f91576a580)
    - **Build**: [20260105.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2872392) ([296040](https://maestro.dot.net/channel/8298/github:dotnet:dotnet/build/296040))
    - **Date Produced**: January 6, 2026 12:20:56 AM UTC
    - **Commit**: [fb2e783fa530d337a56ef5c528a2807b7d63e46d](dotnet/dotnet@fb2e783)
    - **Branch**: [main](https://github.com/dotnet/dotnet/tree/main)
    
    - **Dependency Updates**:
      - From [11.0.0-alpha.1.25619.109 to 11.0.0-alpha.1.26055.102][1]
         - Microsoft.NET.Runtime.MonoTargets.Sdk
         - Microsoft.NET.ILLink
         - Microsoft.NET.ILLink.Tasks
         - Microsoft.NETCore.App.Ref
      - From [11.0.0-beta.25619.109 to 11.0.0-beta.26055.102][1]
         - Microsoft.DotNet.Arcade.Sdk
         - Microsoft.DotNet.Build.Tasks.Feed
         - Microsoft.DotNet.SharedFramework.Sdk
      - From [0.11.5-alpha.25619.109 to 0.11.5-alpha.26055.102][1]
         - Microsoft.DotNet.Cecil
      - From [11.0.100-alpha.1.25619.109 to 11.0.100-alpha.1.26055.102][1]
         - Microsoft.NET.Sdk
      - From [11.0.100-alpha.25619.109 to 11.0.100-alpha.26055.102][1]
         - Microsoft.TemplateEngine.Authoring.Tasks
    
    [1]: dotnet/dotnet@5661a2c...fb2e783
    dotnet-maestro[bot] authored Jan 14, 2026
    3 Configuration menu
    Copy the full SHA
    9cc7288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5208583 View commit details
    Browse the repository at this point in the history
  3. [runtime] Download host_runtime_contract.h from dotnet/runtime.

    Also download the latest version of coreclrhost.h.
    rolfbjarne committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    a329e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347dc23 View commit details
    Browse the repository at this point in the history
  5. [dotnet] Add ReadyToRun support for CoreCLR and update related config…

    …urations
    
    - Introduced ReadyToRun configuration in Xamarin.Shared.Sdk.props.
    - Updated bundler environment variables in Xamarin.Shared.Sdk.targets to support ReadyToRun.
    - Added host_runtime_contract.h to the build process in Makefile.
    - Updated coreclr-bridge.m and runtime.m for R2R image handling and logging.
    - Updated runtime.h to reflect changes in the xamarin_pinvoke_override function signature.
    - Adjusted how the native main function is generated to load the RTR_HEADER symbol when using ReadyToRun.
    kotlarmilos authored and rolfbjarne committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    452b5d4 View commit details
    Browse the repository at this point in the history
  6. [dotnet] Add support for creating a .framework or .dylib from the Rea…

    …dyToRun compiler's composite output.
    
    And then link with and bundle the .framework or .dylib we created.
    rolfbjarne committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    01ac6ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7b4957 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33cafbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09ce0a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. [dotnet] Add support for ReadyToRun. (#24437)

    * Introduce ReadyToRun configuration in `Xamarin.Shared.Sdk.props`.
    * Add ReadyToRun targets to `Microsoft.Shared.R2R.targets` (a new file).
    * Update bundler environment variables in `Xamarin.Shared.Sdk.targets` to support ReadyToRun
    * Add `host_runtime_contract.h` to the build process in Makefile
    * Update `coreclr-bridge.m` and `runtime.m` for R2R image handling and logging
    * Update `runtime.h` to reflect changes in the `xamarin_pinvoke_override` function signature
    * Add support in the `CompileAppManifest` target to create the `Info.plist` for frameworks.
    * Enable CoreCLR tests run R2R.
    * Add a test variation for CoreCLR for the app size test.
    
    Fixes dotnet/runtime#120052.
    
    ---------
    
    Co-authored-by: Milos Kotlar <kotlarmilos@gmail.com>
    rolfbjarne and kotlarmilos authored Jan 15, 2026
    1 Configuration menu
    Copy the full SHA
    3a2ccef View commit details
    Browse the repository at this point in the history
Loading