Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StepBuilder.Output method fails to map entities #1278

Open
MehranNajafi opened this issue Jul 8, 2024 · 0 comments
Open

StepBuilder.Output method fails to map entities #1278

MehranNajafi opened this issue Jul 8, 2024 · 0 comments

Comments

@MehranNajafi
Copy link

I'm encountering an issue with the Output method in the StepBuilder class. When I try to map an entity (a complex data object), the process fails.

The problem seems to be in the MemberMapParameter constructor. This constructor checks if the value being mapped is accessed using a "member access expression" (e.g., object.property). However, entities are treated as parameters (simple variables) and have a NodeType of Parameter.

Because of this mismatch, the MemberMapParameter constructor throws a "not supported" exception, preventing the mapping of my entity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant