Skip to content
Discussion options

You must be logged in to vote

Yes.

The only mention I see in the docs is under RequestTransforms

These transforms are applied in the order they are specified in the route configuration.

We could be more explicit about ordering guarantees at the top of the article.

We build the list of transforms as follows:

  1. Run all ITransformFactoryes in order of registration for each raw transform (think config entries).
  2. Run all ITransformProviders in order of registration

When processing requests, we use the order that was set on the TransformBuilderContext.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PieterBoeren
Comment options

Answer selected by PieterBoeren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants