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: 41ae73d1d2
Choose a base ref
...
head repository: dotnet/macios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef58e1e31b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. [release/11.0.1xx-preview1] [msbuild] Fix listing devices with no udid.

    Fixes #24605. (#24616)
    
    In some cases, `devicectl` may list a device with no udid, so handle this by using the 'identifier' value as the udid.
    
    Fixes this problem:
    
    ```
    error MSB4028: The "GetAvailableDevices" task's outputs could not be retrieved from the "DiscardedDevices" parameter. Parameter "includeEscaped" cannot have zero length.
    ```
    
    Fixes #24605.
    
    Backport of #24607.
    rolfbjarne authored Feb 4, 2026
    8 Configuration menu
    Copy the full SHA
    ef58e1e View commit details
    Browse the repository at this point in the history
Loading