Skip to content

[release/9.0] Update dependencies from dotnet/arcade#12

Open
tomerqodo wants to merge 7 commits intoaugment_combined_20260121_augment_sentry_coderabbit_1_base_release_90_update_dependencies_from_dotnet_arcade_pr80from
augment_combined_20260121_augment_sentry_coderabbit_1_head_release_90_update_dependencies_from_dotnet_arcade_pr80
Open

[release/9.0] Update dependencies from dotnet/arcade#12
tomerqodo wants to merge 7 commits intoaugment_combined_20260121_augment_sentry_coderabbit_1_base_release_90_update_dependencies_from_dotnet_arcade_pr80from
augment_combined_20260121_augment_sentry_coderabbit_1_head_release_90_update_dependencies_from_dotnet_arcade_pr80

Conversation

@tomerqodo
Copy link
Copy Markdown

Benchmark PR from qodo-benchmark#80

dotnet-maestro Bot and others added 7 commits January 21, 2026 15:59
…127.5

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25577.5
…211.4

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25611.4
…226.6

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 9.0.0-beta.25562.4 -> To Version 9.0.0-beta.25626.6
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Jan 22, 2026

🤖 Augment PR Summary

Summary: Syncs the repo with a newer dotnet/arcade toolset for release/9.0 builds.
Key updates:

  • Update Arcade/Helix SDK versions and related toolset pins (Version.Details.xml, Versions.props, global.json).
  • Refresh pipeline templates (Azure Linux 3 image, source-index stage condition, internal runtime feed URL updates).
  • Harden PowerShell helper scripts used in build infrastructure (Invoke-WebRequest flags, VS discovery null-handling).
  • Test maintenance: broaden CSP log matching, quarantine two flaky Redis E2E tests, and tweak a WebSocket receive wrapper.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.


Assert.Matches(ParseErrorMessage(), logs[0].Message);
Assert.True(
ParseErrorMessageRegexOld.IsMatch(logs[0].Message) &&
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ParseErrorMessageRegexOld and ParseErrorMessageRegexNew look like alternative (mutually exclusive) CSP log formats, but the assertion currently requires both via &&, which makes the test fail for any single message. Should this be an OR check to match “one of the CSP error patterns” as the failure message states?

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants