Skip to content

DesignTimeBuild is included in ResolvePackageAssets HashSettings #3313

@nguerrera

Description

@nguerrera

This will cause the cache to be rebuilt always when building after a design time build, or design time building after a build.

The test was updated to allow DesignTimeBuild to not be in the cache:

p.Name != nameof(ResolvePackageAssets.DesignTimeBuild))

But it is actually written:

Probably need a test that checks the opposite of the settings hash test for DesignTimeBuild: that you can change it without influencing the hash.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions