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/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8746ec5f46
Choose a base ref
...
head repository: dotnet/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c013f09670
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 15, 2025

  1. Bump to dotnet/dotnet@ee760c42a6 10.0.100-rc.2.25462.117 (#10485)

    Changes: dotnet/dotnet@7b10f5c...ee760c4
    
    - **Updates**:
      - From [10.0.0-beta.25461.112 to 10.0.0-beta.25462.117][1]
         - Microsoft.DotNet.Build.Tasks.Feed
      - From [0.11.5-alpha.25461.112 to 0.11.5-alpha.25462.117][1]
         - Microsoft.DotNet.Cecil
      - From [10.0.0-rc.2.25461.112 to 10.0.0-rc.2.25462.117][1]
         - Microsoft.NET.ILLink.Tasks
         - Microsoft.NETCore.App.Ref
      - From [10.0.100-rc.2.25461.112 to 10.0.100-rc.2.25462.117][1]
         - Microsoft.NET.Sdk
         - Microsoft.TemplateEngine.Authoring.Tasks
    
    [1]: dotnet/dotnet@7b10f5c...ee760c4
    dotnet-maestro[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    f4c6455 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. [tests] fix TestResolveToolsExists test (#10490)

    Failing with:
    
        System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\a_work\1\s\bin\Release\dotnet\packs\Microsoft.Android.Ref.36.0'.
    
    This was introduced in 35d471e, but since the PR was from a fork we missed this one.
    jonathanpeppers authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    d72e109 View commit details
    Browse the repository at this point in the history
  2. [xabt] default $(AndroidEnableMarshalMethods)=false for CoreCLR (#1…

    …0492)
    
    Fixes: #10491
    Context: #10245
    
    In 9861b57, We enabled `$(PublishReadyToRun)` by default in `Release`
    mode, and so we also need to disable `$(AndroidEnableMarshalMethods)`
    as it does not work in combination with R2R yet. This is really a
    build ordering issue, that we'll need to significantly rework in the
    future.
    
    We didn't notice this issue, because we were explicitly passing
    `-p:AndroidEnableMarshalMethods=false` to the CoreCLR on-device tests.
    
    I also cleaned up a few MSBuild tests to use the
    `EnableMarshalMethods` property.
    jonathanpeppers authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c013f09 View commit details
    Browse the repository at this point in the history
Loading