Skip to content

Conversation

@ChasakisD
Copy link
Contributor

Hey @pdevito3,

First of all I would like to thank you for the great effort maintaining the library.

There is a bug when setting custom or derived properties, collection filtering stops working because the ParameterReplacer replaces the nested parameter types. This PR addresses this issue and adds some unit tests to prevent breaking in the future.

If you comment out the additions on ParameterReplacer you will get the error saying Property 'System.String Name' is not defined for type 'QueryKit.WebApiTestProject.Entities.Recipes.Recipe' because it tries to look up the Ingredient's Name on the Recipe type and not the Ingredient.

Any comments are welcomed!

@pdevito3
Copy link
Owner

pdevito3 commented Nov 1, 2024

this is great, 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