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/xharness
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe850ca677
Choose a base ref
...
head repository: dotnet/xharness
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a55de89dc6
Choose a head ref
  • 16 commits
  • 55 files changed
  • 10 contributors

Commits on Aug 27, 2025

  1. Remove cancellation token from CopyResultsAsync (#1461)

    * Remove cancellation token from CopyResultsAsync
    
    * Remove null argument
    kotlarmilos authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    dbb478b View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade (#1450)

    * Update dependencies from https://github.com/dotnet/arcade build 20250801.2
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25401.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250808.3
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25408.3
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250815.5
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25415.5
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250822.3
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25374.4 -> To Version 10.0.0-beta.25422.3
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    f7d95b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Set up basic localization infrastructure for XHarness (#1458)

    * Initial plan
    
    * Initial exploration and setup for localization infrastructure
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Add complete localization infrastructure for XHarness CLI
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Fix build race condition in IncludeAdb target
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Remove translation files and localization documentation as requested
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Move Strings.resx to Common project for shared access across all projects
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Add initial Android localization strings and start systematic localization
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Add comprehensive localization infrastructure to XHarness across all projects
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Improve resource string naming to better reflect functionality
    
    Co-authored-by: davidnguyen-tech <[email protected]>
    
    * Remove auto-generated XLF translation files to keep localization simple
    
    Co-authored-by: davidnguyen-tech <[email protected]>
    
    * Fix resource string naming to be more specific about platform restrictions
    
    Co-authored-by: davidnguyen-tech <[email protected]>
    
    * Remove auto-generated XLF translation files as requested
    
    Co-authored-by: davidnguyen-tech <[email protected]>
    
    * Fix XLF localization configuration and resource references
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Remove XLF files as requested - keep only base resource file
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Remove unused property
    
    * Start comprehensive logging localization - localize Common project
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Complete localization of Android InstrumentationRunner.cs
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Complete localization of critical Android project files
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Continue systematic localization of Android project logging statements
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Continue systematic localization - add Android resource strings and localize key AdbRunner statements
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Fix resource string compilation error by regenerating Designer.cs with missing Android strings
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Localize hard-coded strings in Apple and Android projects
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Add Android AdbRunner resource strings and start localization
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Complete Android AdbRunner.cs localization with 46 resource strings
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Add Apple BaseOrchestrator localization and start systematic localization across all projects
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Fix Apple project logging calls to use string.Format for single-parameter ILogger interface
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Simplify localization to infrastructure-only setup with CLI project example
    
    Co-authored-by: kotlarmilos <[email protected]>
    
    * Fix localization changes
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: kotlarmilos <[email protected]>
    Co-authored-by: davidnguyen-tech <[email protected]>
    Co-authored-by: Milos Kotlar <[email protected]>
    4 people authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    c365087 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    cbaa911 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. [main] Update dependencies from dotnet/arcade (#1464)

    * Update dependencies from https://github.com/dotnet/arcade build 20250830.1
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25422.3 -> To Version 10.0.0-beta.25430.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250907.1
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 10.0.0-beta.25422.3 -> To Version 11.0.0-beta.25457.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250912.2
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25422.3 -> To Version 11.0.0-beta.25462.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250919.3
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25422.3 -> To Version 11.0.0-beta.25469.3
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    d9aba43 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. [main] Update dependencies from dotnet/arcade (#1472)

    * Update dependencies from https://github.com/dotnet/arcade build 20250927.2
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25469.3 -> To Version 11.0.0-beta.25477.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251004.3
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25469.3 -> To Version 11.0.0-beta.25504.3
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    97d6cd7 View commit details
    Browse the repository at this point in the history
  2. Hide ADB output during retries when installation succeeds (#1475)

    * Initial plan
    
    * Hide ADB output during retries when installation succeeds
    
    Co-authored-by: matouskozak <[email protected]>
    
    * Remove specialized tests as suggested in review
    
    Co-authored-by: matouskozak <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: matouskozak <[email protected]>
    Copilot and matouskozak authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    5b57221 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Add network isolation policy to pipeline settings (#1477)

    * Add network isolation policy to pipeline settings
    
    * Update Android SDK URLs to use native asset storage
    
    * Update Android SDK URLs to use asset storage variables
    kotlarmilos authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    47d2875 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    52b4d1a View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20251…

    …009.1 (#1480)
    
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25504.3 -> To Version 11.0.0-beta.25509.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    8839951 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Update dependencies from https://github.com/dotnet/arcade build 20251…

    …024.1 (#1490)
    
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25509.1 -> To Version 11.0.0-beta.25524.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b9f51d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. [main] Update dependencies from dotnet/arcade (#1491)

    * Update dependencies from https://github.com/dotnet/arcade build 20251031.1
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25524.1 -> To Version 11.0.0-beta.25531.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251107.2
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25524.1 -> To Version 11.0.0-beta.25557.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251110.1
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25524.1 -> To Version 11.0.0-beta.25560.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    65060e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380f540 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    f5d62b4 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20251…

    …112.6 (#1496)
    
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25560.1 -> To Version 11.0.0-beta.25562.6
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Milos Kotlar <[email protected]>
    3 people authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    b7f8a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    a55de89 View commit details
    Browse the repository at this point in the history
Loading