Closed
Description
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.