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.
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
TypeInfois gone, so there is noAsType()method on it. InsteadGenericTypeParameterBuilderdirectly inheritsType.