Skip to content

[main] Source code updates from dotnet/dotnet#16753

Merged
ViktorHofer merged 5 commits intomainfrom
darc-main-db908dcd-02d8-4e0d-91ea-5cc4e9f02978
Apr 24, 2026
Merged

[main] Source code updates from dotnet/dotnet#16753
ViktorHofer merged 5 commits intomainfrom
darc-main-db908dcd-02d8-4e0d-91ea-5cc4e9f02978

Conversation

@dotnet-maestro
Copy link
Copy Markdown
Contributor

Note

This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.

This pull request brings the following source code changes

From https://github.com/dotnet/dotnet

New Dependencies

  • Added 7.0.1
    • NuGet.Commands
    • NuGet.Common
    • NuGet.Configuration
    • NuGet.Frameworks
    • NuGet.Packaging
    • NuGet.ProjectModel
    • NuGet.Versioning

Associated changes in source repos

Diff the source with this PR branch
darc vmr diff --name-only https://github.com/dotnet/dotnet:aae32bdb43e214583a15e3393e38c889b9447ec4..https://github.com/dotnet/arcade:darc-main-db908dcd-02d8-4e0d-91ea-5cc4e9f02978

@dotnet-maestro
Copy link
Copy Markdown
Contributor Author

Caution

🚨 Action Required — Conflict detected

A conflict was detected when trying to update this PR with changes from build 311575 of https://github.com/dotnet/dotnet/tree/aae32bdb43e214583a15e3393e38c889b9447ec4.

The conflicts in the following files need to be manually resolved:

ℹ️ To resolve the conflicts, please follow these steps:

  1. Clone the current repository
    git clone https://github.com/dotnet/arcade
    cd arcade
  2. Make sure your darc is up-to-date
    (version 1.1.0-beta.26222.1 or higher)
    # Linux / MacOS
    ./eng/common/darc-init.sh
    # or on Windows
    .\eng\common\darc-init.ps1
  3. Run from repo's git clone and follow the instructions provided by the command to stage the conflict locally
    darc vmr resolve-conflict --subscription b472297a-0d16-41ea-91af-ee5ed4325178
    This should apply the build 311575 with sources from aae32bd
  4. Resolve the conflicts, commit & push the changes
  5. Once pushed, the Codeflow verification check will turn green.
    If not, a new build might have flown into the PR and you might need to run the command above again.

💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance.

ViktorHofer and others added 4 commits April 24, 2026 07:35
RunWixTool redirects stdout/stderr but never reads the streams.
When the child process (wix.exe) produces output exceeding the
~4KB pipe buffer, the write blocks and WaitForExit() deadlocks.

WiX v6 (6.0.3) produces ~18KB of output on error, triggering this
latent bug that was hidden with WiX v5's smaller output.

Fix: read both streams before WaitForExit() and log the output.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The WiX v5->v6 upgrade means the bundled extension DLLs in the test
wixpack resources (WixToolset.Util.wixext.dll, WixToolset.UI.wixext.dll,
WixToolset.BootstrapperApplications.wixext.dll, WixToolset.Dependency.wixext.dll)
need to reference WixToolset.Extensibility v6.0.0.0 instead of v5.0.0.0.
Without this, WiX v6's wix.exe fails with WIX0144 when loading the v5 extensions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ViktorHofer ViktorHofer requested a review from premun April 24, 2026 05:43
@ViktorHofer ViktorHofer enabled auto-merge (squash) April 24, 2026 05:43
@ViktorHofer
Copy link
Copy Markdown
Member

Contains reverted commits from #16744

@ViktorHofer ViktorHofer merged commit ea5fa16 into main Apr 24, 2026
15 checks passed
@ViktorHofer ViktorHofer deleted the darc-main-db908dcd-02d8-4e0d-91ea-5cc4e9f02978 branch April 24, 2026 09:10
@mmitche
Copy link
Copy Markdown
Member

mmitche commented Apr 27, 2026

rolfbjarne pushed a commit to dotnet/macios that referenced this pull request Apr 28, 2026
Arcade SDK `11.0.0-beta.26215.121` moved `PublishBuildAssets.proj` from
`tools/SdkTasks/` to `toolset/` (see dotnet/arcade#16753). This caused
the "generate and publish BAR manifest" CI step to fail with:

```
error MSB3202: The project file "...\packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26215.121\tools\SdkTasks\PublishBuildAssets.proj" was not found.
```

Fixes:
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=13945090

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rolfbjarne added a commit to dotnet/macios that referenced this pull request Apr 28, 2026
…h for newer Arcade SDK (#25269)

Arcade SDK `11.0.0-beta.26215.121` moved `PublishBuildAssets.proj` from
`tools/SdkTasks/` to `toolset/` (see dotnet/arcade#16753). This caused
the "generate and publish BAR manifest" CI step to fail with:

```
error MSB3202: The project file "...\packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26215.121\tools\SdkTasks\PublishBuildAssets.proj" was not found.
```

Fixes:
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=13945090

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Backport of #25260.

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

3 participants