Skip to content

Migrate ApplyJsModules to IMultiThreadableTask#54745

Merged
JanProvaznik merged 1 commit into
mainfrom
dev/veronikao/migrate-ApplyJsModules-to-mt
Jun 15, 2026
Merged

Migrate ApplyJsModules to IMultiThreadableTask#54745
JanProvaznik merged 1 commit into
mainfrom
dev/veronikao/migrate-ApplyJsModules-to-mt

Conversation

@OvesN

@OvesN OvesN commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Fixes dotnet/msbuild#14053
Migrate ApplyJsModules to IMultiThreadableTask

Copilot AI review requested due to automatic review settings June 12, 2026 14:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 marks the ApplyJsModules MSBuild task as safe for multi-threaded execution to address dotnet/msbuild#14053, enabling MSBuild to schedule it concurrently where supported.

Changes:

  • Annotated ApplyJsModules with [MSBuildMultiThreadableTask] to opt into MSBuild’s multi-threadable task execution.

@JanProvaznik JanProvaznik merged commit 7fb7e23 into main Jun 15, 2026
27 checks passed
@JanProvaznik JanProvaznik deleted the dev/veronikao/migrate-ApplyJsModules-to-mt branch June 15, 2026 12:53
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.

[Multithreaded] Migrate ApplyJsModules in SDK

4 participants