-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: dotnet/xharness
base: ccb455efce
head repository: dotnet/xharness
compare: bfbac23715
- 18 commits
- 51 files changed
- 12 contributors
Commits on Nov 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08f89fa - Browse repository at this point
Copy the full SHA 08f89faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f023631 - Browse repository at this point
Copy the full SHA f023631View commit details
Commits on Nov 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 06be2b9 - Browse repository at this point
Copy the full SHA 06be2b9View commit details
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e26a7b2 - Browse repository at this point
Copy the full SHA e26a7b2View commit details
Commits on Dec 1, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for b3ef6dc - Browse repository at this point
Copy the full SHA b3ef6dcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8e192dd - Browse repository at this point
Copy the full SHA 8e192ddView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8c52965 - Browse repository at this point
Copy the full SHA 8c52965View commit details
Commits on Dec 3, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3df2923 - Browse repository at this point
Copy the full SHA 3df2923View commit details
Commits on Dec 15, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 39545df - Browse repository at this point
Copy the full SHA 39545dfView commit details
Commits on Dec 22, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4554701 - Browse repository at this point
Copy the full SHA 4554701View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 6983ab3 - Browse repository at this point
Copy the full SHA 6983ab3View commit details
Commits on Dec 26, 2025
-
Remove Codeql.Language variable and update networkIsolationPolicy in …
…Azure Pipelines configuration (#1529)
Configuration menu - View commit details
-
Copy full SHA for 799df8d - Browse repository at this point
Copy the full SHA 799df8dView commit details
Commits on Jan 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d5b4949 - Browse repository at this point
Copy the full SHA d5b4949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 185cb0f - Browse repository at this point
Copy the full SHA 185cb0fView commit details
Commits on Jan 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fd7043b - Browse repository at this point
Copy the full SHA fd7043bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4451e7 - Browse repository at this point
Copy the full SHA f4451e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e0b8e - Browse repository at this point
Copy the full SHA 31e0b8eView commit details
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bfbac23 - Browse repository at this point
Copy the full SHA bfbac23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ccb455efce...bfbac23715