Not empty filters #7
Open
Annotations
10 warnings
|
QueryKit/Operators/ComparisonOperator.cs#L252
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
QueryKit/Operators/ComparisonOperator.cs#L251
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
QueryKit/Operators/LogicalOperator.cs#L55
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
QueryKit/Operators/LogicalOperator.cs#L54
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
QueryKit/QueryKitPropertyMappings.cs#L394
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
|
|
QueryKit/QueryKitPropertyMappings.cs#L313
Dereference of a possibly null reference.
|
|
QueryKit/QueryKitPropertyMappings.cs#L308
Dereference of a possibly null reference.
|
|
QueryKit/QueryKitPropertyMappings.cs#L244
Dereference of a possibly null reference.
|
|
QueryKit/QueryKitPropertyMappings.cs#L473
Non-nullable property 'DerivedExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
QueryKit/SortParser.cs#L108
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading