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: ccb455efce
Choose a base ref
...
head repository: dotnet/xharness
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bfbac23715
Choose a head ref
  • 18 commits
  • 51 files changed
  • 12 contributors

Commits on Nov 19, 2025

  1. Configuration menu
    Copy the full SHA
    08f89fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f023631 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Fix KeyNotFoundException when simulator lacks runtimeIdentifier or ve…

    …rsion (#1501)
    
    * Initial plan
    
    * Fix SimulatorsCommand to skip entries without runtimeIdentifier and add tests
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Completed fix for SimulatorsCommand runtimeIdentifier issue
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Remove accidentally committed nuget.exe
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Address review feedback: check version property and improve tests
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Fix KeyNotFoundException when simulator lacks runtimeIdentifier or version
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Remove SimulatorsCommandTests as requested
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Remove nuget.exe and add to .gitignore
    
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    
    * Remove unnecessary changes from gitignore
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
    Co-authored-by: Simon Rozsival <simon@rozsival.com>
    3 people authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    06be2b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

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

Commits on Dec 1, 2025

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

    * Update dependencies from https://github.com/dotnet/arcade build 20251121.8
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25562.6 -> To Version 11.0.0-beta.25571.8
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251128.1
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25562.6 -> To Version 11.0.0-beta.25578.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    b3ef6dc View commit details
    Browse the repository at this point in the history
  2. Improve crash report handling in AppTester and ResultFileHandler (#1517)

    * Improve crash report handling in AppTester and ResultFileHandler
    
    - Implemented crash report copy when test results are not found
    - Added CopyCrashReportAsync method to IResultFileHandler for fetching crash reports
    - Log crash dump
    
    * Improve crash report handling to utilize HELIX_WORKITEM_UPLOAD_ROOT if available and improve logging format
    
    * Skip crash report copy test on Windows
    kotlarmilos authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    8e192dd View commit details
    Browse the repository at this point in the history
  3. Add support for NUnitV3 content inside TouchUnit result files. (#1505)

    * Add support for NUnitV3 content inside TouchUnit result files.
    
    * Add a new TouchUnit_NUnitV3 xml result jargon.
    * Refactor the TouchUnit test report generator to call into the NUnitV2 or NUnitV3 test report generators depending on the embedded content.
    * Simplify the NUnitV3 test report generator to just look for 'test-case' elements, not caring about any parent nodes.
    * Make the NUnitV3 test report print the full name of failing tests, not just the name.
    rolfbjarne authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    8c52965 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Generate CodeQL tables for all supported languages except python (#1519)

    * Add CodeQL language variable for C# and Python
    
    * Update CodeQL language variable to include actions and powershell
    
    * Enable CodeQL analysis on non-default branches
    
    * Add CodeQL exclude path
    
    * Add CodeQL cadence
    
    * Exclude python langauge
    
    * Revert changes
    
    * Fix indentation
    kotlarmilos authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    3df2923 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Update arm64 simulators to use osx.26 queue (#1525)

    - New arm64 variants of Apple tests apps
    - Use newer iphone simulator for testing
    - Add application log for capturing mlaunch output and exit code detection
    - Update tests
    - document test app update
    
    ---------
    
    Co-authored-by: Milos Kotlar <kotlarmilos@gmail.com>
    matouskozak and kotlarmilos authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    39545df View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Update mlaunch to 1.1.92 (#1528)

    * Initial plan
    
    * Update mlaunch version from 1.1.72 to 1.1.97
    
    Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com>
    
    * Update queue for testing
    
    * Try lowering Mlaunch
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com>
    Co-authored-by: Rui Marinho <me@ruimarinho.net>
    Co-authored-by: Matous Kozak <55735845+matouskozak@users.noreply.github.com>
    4 people authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    4554701 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade (#1521)

    * Update dependencies from https://github.com/dotnet/arcade build 20251205.2
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25578.1 -> To Version 11.0.0-beta.25605.2
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251212.6
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25578.1 -> To Version 11.0.0-beta.25612.6
    
    * Update dependencies from https://github.com/dotnet/arcade build 20251217.1
    On relative base path root
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25578.1 -> To Version 11.0.0-beta.25617.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    6983ab3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Remove Codeql.Language variable and update networkIsolationPolicy in …

    …Azure Pipelines configuration (#1529)
    kotlarmilos authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    799df8d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Yielding Xunit2 (#1535)

    pavelsavara authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    d5b4949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185cb0f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Configuration menu
    Copy the full SHA
    fd7043b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4451e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e0b8e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

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