-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Area: PerformancePriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasetriaged
Description
We should detect the pattern for clearing all items and make it super cheap and fast:
<!-- Remove items which we will never again use - they just sit around taking up memory otherwise -->
<ItemGroup>
<_AllChildProjectItemsWithTargetPath Remove="@(_AllChildProjectItemsWithTargetPath)"/>
</ItemGroup> <ItemGroup>
<Foo Remove="@(Foo)" />
</ItemGroup>MichaeIDietrichCopilot
Metadata
Metadata
Assignees
Labels
Area: PerformancePriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasetriaged