You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No generic method 'Where' on type 'System.Linq.Queryable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic.
at System.Linq.Expressions.Expression.FindMethod(Type type, String methodName, Type[] typeArgs, Expression[] args, BindingFlags flags)
at System.Linq.Expressions.Expression.Call(Type type, String methodName, Type[] typeArguments, Expression[] arguments)
at System.Linq.Dynamic.Core.DynamicQueryableExtensions.Where(IQueryable source, ParsingConfig config, String predicate, Object[] args) in /DynamicQueryableExtensions.cs:line 1918
at System.Linq.Dynamic.Core.DynamicQueryableExtensions.Where[TSource](IQueryable`1 source, ParsingConfig config, String predicate, Object[] args) in /DynamicQueryableExtensions.cs:line 1883
at System.Linq.Dynamic.Core.DynamicQueryableExtensions.Where[TSource](IQueryable`1 source, String predicate, Object[] args) in /DynamicQueryableExtensions.cs:line 1889
at Polly.Portal.Infrastructure.Sieving.Filtering.FilteringQueryParser.Apply[TEntity](IQueryable`1 query, String filteringQuery) in C:\Projects\Payground\PollyPortal\Polly.Portal.WebApi\Polly.Portal.Infrastructure\Sieving\Filtering\FilteringQueryParser.cs:line 11
at Polly.Portal.Infrastructure.Sieving.SieveService.Apply[TEntity](IQueryable`1 query, SieveQuery sieveQuery) in C:\Projects\Payground\PollyPortal\Polly.Portal.WebApi\Polly.Portal.Infrastructure\Sieving\SieveService.cs:line 14
at Polly.Portal.Packages.Features.CustomerList.Handler.Handle(Query request, CancellationToken cancellationToken) in C:\Projects\Payground\PollyPortal\Polly.Portal.WebApi\Polly.Portal.Packages\Features\CustomerList.cs:line 110
I don't have a clue where to look for probable cause.
The text was updated successfully, but these errors were encountered:
I have table
Packages
with OneToMany relationship with tablePackageErrors
. It's in model like thisI'm trying to filter all Packages that have specific type of error. So i do query (ErrorType is enum, but it's no that relevant):
Unfortunetely i get an exception:
I don't have a clue where to look for probable cause.
The text was updated successfully, but these errors were encountered: