Skip to content

Undo COM support in out of proc task host CLR4#13089

Merged
YuliiaKovalova merged 2 commits intomainfrom
exp/revert-13080-exp/ykovalova/fix_dtb_vc
Jan 22, 2026
Merged

Undo COM support in out of proc task host CLR4#13089
YuliiaKovalova merged 2 commits intomainfrom
exp/revert-13080-exp/ykovalova/fix_dtb_vc

Conversation

@YuliiaKovalova
Copy link
Member

Revert #13033 since it causes issues with DTB in C++.
I will investigate it more

Copilot AI review requested due to automatic review settings January 22, 2026 11:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reverts COM support in out-of-process task host for .NET Framework 4.x (CLR4) due to issues with Design Time Builds in C++ projects. The change was previously introduced in PR #13033 but is being rolled back pending further investigation.

Changes:

  • Modified the TryCreateExtendedHeaderType method to restrict extended packet headers to .NET (Core/5.0+) task hosts only, excluding .NET Framework 4.x task hosts

@YuliiaKovalova YuliiaKovalova merged commit 28be76a into main Jan 22, 2026
16 checks passed
@YuliiaKovalova YuliiaKovalova deleted the exp/revert-13080-exp/ykovalova/fix_dtb_vc branch January 22, 2026 15:00
YuliiaKovalova added a commit that referenced this pull request Feb 3, 2026
Attempt 2 for #13089

In scope of #12753 support for
translating HostServices in Out of Proc Task Host was added, but limited
to NET task host.

This change removes this limitation.
Copilot AI pushed a commit that referenced this pull request Feb 3, 2026
Attempt 2 for #13089

In scope of #12753 support for
translating HostServices in Out of Proc Task Host was added, but limited
to NET task host.

This change removes this limitation.
JanProvaznik pushed a commit to JanProvaznik/msbuild that referenced this pull request Feb 25, 2026
Attempt 2 for dotnet#13089

In scope of dotnet#12753 support for
translating HostServices in Out of Proc Task Host was added, but limited
to NET task host.

This change removes this limitation.
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