Package Dependencies: Bump xunit and xunit.runner.visualstudio #44
Annotations
20 warnings
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L959
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#L955
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#L953
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L952
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L927
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
test (9.0.x):
QueryKit/Operators/ComparisonOperator.cs#L926
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
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/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/SortParser.cs#L98
Possible null reference return.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L380
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L357
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L351
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L343
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L337
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
test (9.0.x):
QueryKit/FilterParser.cs#L327
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
|
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/SortParser.cs#L98
Possible null reference return.
|