Enable com support for clr4 in task host#13033
Merged
YuliiaKovalova merged 2 commits intomainfrom Jan 20, 2026
Merged
Conversation
rainersigwald
approved these changes
Jan 20, 2026
Member
rainersigwald
left a comment
There was a problem hiding this comment.
Do we have any way to test this in our repo? If not can we write a tiny manual test plan?
Member
Author
yes, I will create a manual test plan. |
YuliiaKovalova
added a commit
that referenced
this pull request
Jan 21, 2026
Fixes # VS insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullRequest/701704#1768990369 C++ projects use clr2 for DTB and this change #13033 causes issues since an extended flag support wasn't added to the legacy environment by design. --------- Co-authored-by: Copilot <[email protected]>
johnazule
pushed a commit
to johnazule/msbuild
that referenced
this pull request
Jan 22, 2026
Fixes # VS insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullRequest/701704#1768990369 C++ projects use clr2 for DTB and this change dotnet#13033 causes issues since an extended flag support wasn't added to the legacy environment by design. --------- Co-authored-by: Copilot <[email protected]>
YuliiaKovalova
added a commit
that referenced
this pull request
Jan 22, 2026
Revert #13033 since it causes issues with DTB in C++. I will investigate it more
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.