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

MatchOn Query not properly translated in EF Core 3.0 #8

Open
corstian opened this issue Dec 1, 2019 · 0 comments
Open

MatchOn Query not properly translated in EF Core 3.0 #8

corstian opened this issue Dec 1, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@corstian
Copy link
Owner

corstian commented Dec 1, 2019

The MatchOn method (https://github.com/corstian/Boerman.GraphQL.Contrib/blob/master/Boerman.GraphQL.Contrib/DataLoaders/GenericEntityFrameworkDataLoader.cs) does not produce queries which work properly with EF Core 3.0 because it uses the ICollection interface.

Change this to IList to make it work properly again.

@corstian corstian added bug Something isn't working good first issue Good for newcomers labels Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant