Skip to content

Consider not passing framework references to UnpackLibraryResources #15030

@KirillOsenkov

Description

@KirillOsenkov

I'm seeing UnpackLibraryResources take over a second for a minimal project, and I'm guessing the most time is taken by reading all the reference assemblies:

image

Perhaps if we know that none of the in the box assemblies come with resources, we should exclude them from the list being passed to the task? I think this should shave off a second from each project build.

This is dotnet 6.0.202

Metadata

Metadata

Assignees

Labels

enhancementThe issue or pull request is an enhancementperformanceIf an issue or pull request is related to performance

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions