Skip to content

SumAsync and CountAsync (maybe more) do not work with EF Core 3.1 #391

@wertzui

Description

@wertzui

Using these methods triggers a MethodNotFoundException on EF Core 3.1.
From what I've seen, this library still references EF Core 2.2 so this might be the problem.

This should also be supported on netcore2.1 which will only require a minimal change, because TypeInfo is gone, so there is no AsType() method on it. Instead GenericTypeParameterBuilder directly inherits Type.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions