Skip to content

chore(deps): update dotnet monorepo to 18.7.1#2766

Merged
thomhurst merged 1 commit into
mainfrom
renovate/dotnet-monorepo
Jun 10, 2026
Merged

chore(deps): update dotnet monorepo to 18.7.1#2766
thomhurst merged 1 commit into
mainfrom
renovate/dotnet-monorepo

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
Microsoft.Build (source) 18.6.318.7.1 age confidence

Release Notes

dotnet/msbuild (Microsoft.Build)

v18.7.1

What's Changed

New Contributors

Full Changelog: dotnet/msbuild@v18.6.3...v18.7.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jun 10, 2026
@thomhurst thomhurst enabled auto-merge (squash) June 10, 2026 18:22

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Dependency Update Review: Microsoft.Build 18.6.3 → 18.7.1

This is a straightforward patch/minor version bump of Microsoft.Build, used only in src/ModularPipelines.Build/ModularPipelines.Build.csproj (the internal build pipeline project, not a published package).

What's in 18.7.1

The release includes several notable fixes relevant to correctness and stability:

  • Deadlock fix: Fix for TraceEngine file contention deadlock in multithreaded mode — this could affect parallel pipeline execution.
  • Race condition fixes: Task host path resolution and cross-AppDomain TaskItem modifier cache regression fixes.
  • Telemetry allocation regression fix.
  • Performance improvements: Reduced allocations in GetHashCode implementations and XmlChildNodes.
  • TaskHost callbacks enabled by default (Stage 3 OOP task host forwarding).

Impact Assessment

  • Scope: Limited to the internal build runner (ModularPipelines.Build). This package is not referenced by any published/consumer-facing project.
  • Risk: Low. The fixes in this release (deadlock, race conditions) are improvements — they reduce failure modes rather than introduce them.
  • Breaking changes: None indicated in the release notes.

Verdict

No issues found. This is a safe, low-risk bump that brings stability and performance improvements to the build tooling. The auto-merge configuration is appropriate for this kind of routine dependency update.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0 (≤ 20 complexity)

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit 303555c into main Jun 10, 2026
12 checks passed
@thomhurst thomhurst deleted the renovate/dotnet-monorepo branch June 10, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants