Skip to content
Discussion options

You must be logged in to vote

Looks reasonable to me. Not how I would implement it, but that's just because I try and avoid making DynamicData operators by composing other DynamicData operators. I.E. creating dependencies where they don't need to be.

The repeated use of .Transform() is problematic, due to how heavy it is. That's a full complete copy of the collection for each operator call. You can swap them both to .TransformImmutable() in this case.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Gabrielelrusso
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