Package Dependencies: Bump the xunit group with 2 updates #48
Annotations
20 warnings
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L447
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L442
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L476
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L471
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L206
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L205
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
test (9.0.x):
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.
|
|
test (9.0.x):
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.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L446
Non-nullable property 'DerivedExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (9.0.x):
QueryKit/SortParser.cs#L98
Possible null reference return.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L321
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L302
Possible null reference argument for parameter 'type' in 'NewArrayExpression Expression.NewArrayInit(Type type, params Expression[] initializers)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L298
Possible null reference argument for parameter 'key' in 'Func<string, object> Dictionary<Type, Func<string, object>>.this[Type key]'.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L367
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L287
Dereference of a possibly null reference.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L282
Dereference of a possibly null reference.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L220
Dereference of a possibly null reference.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L220
Dereference of a possibly null reference.
|
|
test (9.0.x):
QueryKit/QueryKitPropertyMappings.cs#L446
Non-nullable property 'DerivedExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (9.0.x):
QueryKit/SortParser.cs#L98
Possible null reference return.
|