Replies: 1 comment
-
When working with Then, XDT transforms are supported in projects working with NuGet makes no assumptions on how XDT transforms are made. Per package, transforms are sorted alphabetically: |
Beta Was this translation helpful? Give feedback.
-
In which order are Xdt Transforms resolved for multiple transitive restores?
From my understanding it is the same order as the dependency resolution which adds references to a flat package graph
which is represented in the project.assets.json file.
I was unable to obtain information how packages on a given level with no further dependencies are sorted, is it alphabetically?
Is it possible to override or influence the order, for instance introduce a topological sorting?
Any clarification or further information regarding this is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions