Skip to content

MatchOn Query not properly translated in EF Core 3.0 #8

Open
@corstian

Description

@corstian

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions