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

Fix expand with nested filer on model without default constructor #217

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

TimS95
Copy link
Contributor

@TimS95 TimS95 commented Jul 3, 2024

When using an expand query with nested filter in combination with a model without a default constructor, it's currently throwing an ArgumentException. This PR updates the ProjectVisitor to also handle models without default constructor and is passing the arguments.

@BlaiseD BlaiseD merged commit 675de06 into AutoMapper:master Jul 6, 2024
3 checks passed
@BlaiseD
Copy link
Member

BlaiseD commented Jul 6, 2024

Thanks

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.

2 participants