-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Built-in analyzer] MSBuild task with BuildInParallel is batched #9889
Copy link
Copy link
Open
Labels
Area: BuildCheckArea: PerformanceBuildCheck SuggestionSuggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'Suggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'triaged
Description
Background
This issue tracks one of the BuildCheck analyzers we would like to ship in-box with MSBuild.
Goal
Implement an analyzer with the following rule: The MSBuild task is not executed batched when the BuildInParallel parameter is true.
Notes
The intention of BuildInParallel = true is to run child builds in parallel. Batching the task, on the other hand, makes it run in a loop, one invocation at a time, which is likely not desired.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: BuildCheckArea: PerformanceBuildCheck SuggestionSuggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'Suggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'triaged
Type
Fields
Give feedbackNo fields configured for issues without a type.