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

Commits on Sep 22, 2025

  1. Bump to dotnet/java-interop@19be370 (#10507)

    Changes: dotnet/java-interop@02bceb0...19be370
    
    * [Java.Interop.Tools.Generator] Improve `ExtractApiLevel()` resiliency
    dependabot[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    78f5f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. [release/10.0.1xx] track dotnet/java-interop/release/10.0.1xx (#10513)

    Changes: dotnet/java-interop@19be370...0ad0d40
    
    * [generator] Revert changes to [UnsupportedOSPlatform]
    jonathanpeppers committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    067d26a View commit details
    Browse the repository at this point in the history
  2. [release/10.0.1xx] test unwanted CA1416 warnings (#10516)

    Context: #10509
    
    These should already be working on `release/10.0.1xx`, due to changes already reverted.
    
    Update an existing test for #10509.
    jonathanpeppers committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    f8af711 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. [ci] Enable PME when signing NuGet packages (#10518)

    Context: dotnet/macios#23701
    Context: #10453
    
    In 398602e, we moved to the new `MicroBuildTemplate` and `v4` signing template.
    
    It appears there is an additional file we need for `real` signing to work.
    jonathanpeppers committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    168c45f View commit details
    Browse the repository at this point in the history
  2. [ci] fix path to branchClassification.yml (#10519)

    When cherry-picking the commit, I noticed:
    
        Updating 61674e1..e04201b
        Fast-forward
        .../policies/branchClassification.yml\342\200\216"          | 13 +++++++++++++
        1 file changed, 13 insertions(+)
        create mode 100644 ".azuredevops/policies/branchClassification.yml\342\200\216"
    
    `\342\200\216` indicated some weird invisible character!
    
    I must have done this when copy-pasting the file path from GitHub's
    web UI?
    
    Rename the file to the correct name:
    
        Changes to be committed:
            renamed:    ".azuredevops/policies/branchClassification.yml\342\200\216" -> .azuredevops/policies/branchClassification.yml
    jonathanpeppers committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    69c035c View commit details
    Browse the repository at this point in the history
  3. [ci] remove $(MicroBuildSignType) variable (#10521)

    This will supposedly resolve our signing issues, so I removed this
    value and copied the condition in each location.
    jonathanpeppers committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    c64645f View commit details
    Browse the repository at this point in the history
Loading