Skip to content

Workloads should be able to control the relative import order of .props and .targets #22358

Closed
@dsplaisted

Description

@dsplaisted

Right now the order that the WorkloadManifest.targets and AutoImport.props files are imported is not defined. However, workloads may need to have dependencies on what the evaluation import ordering of these files are.

An example of this is that the Maui workloads will probably want to remove implicit usings that are added by the iOS and Android workloads (since they all define Button, for example).

So we should probably define what the import order is by default (ie alphabetical), and add a way to allow the workload manifests to specify that something should be evaluated after something else.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions