Be able to set the order in which the configuration is applied from the assembly #21304
Labels
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
customer-reported
type-enhancement
What problem are you trying to solve?
When applying the entity types configuration using ApplyConfigurationsFromAssembly, I obtain an exception because an A entity's configuration depends on a B entity's configuration which is executed later. The exception message says I must set a shadow property to B (which I do) but since A's configuration is applied first, then it doesn't work. When I change B's name so that is is alphabetically ordered first than A, it works.
Describe the solution you'd like
I think the order could be specified by an attribute. Something like:
The text was updated successfully, but these errors were encountered: