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

add additional check for method/fetches in TestQueryable/ExpressionTreeModifier #21

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

ivan-luxoft
Copy link
Contributor

@ivan-luxoft ivan-luxoft commented Sep 20, 2024

fix #20

@ivan-luxoft ivan-luxoft merged commit 00eb725 into main Sep 20, 2024
1 check passed
@ivan-luxoft ivan-luxoft deleted the fixes/20-handle-multiple-fetches branch September 20, 2024 08:19
ExpressionType.Constant => this.VisitConstant((ConstantExpression)fetchInput),
_ => fetchInput
};
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

autoformatting?

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

Successfully merging this pull request may close these issues.

error TestQueryable when mock nhibernate query with multiple fetches
3 participants