Package Dependencies: Bump Bogus from 35.4.0 to 35.6.1 #34
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test:
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:
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:
QueryKit/SortParser.cs#L98
Possible null reference return.
|
Test:
QueryKit/QueryKitPropertyMappings.cs#L337
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:
QueryKit/Operators/ComparisonOperator.cs#L205
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Test:
QueryKit/Operators/ComparisonOperator.cs#L206
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Test:
QueryKit/Operators/ComparisonOperator.cs#L238
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Test:
QueryKit/Operators/ComparisonOperator.cs#L239
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Test:
QueryKit/Operators/ComparisonOperator.cs#L910
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Test:
QueryKit/Operators/ComparisonOperator.cs#L911
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Build:
QueryKit/SortParser.cs#L98
Possible null reference return.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L337
Non-nullable property 'DerivedExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L143
Dereference of a possibly null reference.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L143
Dereference of a possibly null reference.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L205
Dereference of a possibly null reference.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L210
Dereference of a possibly null reference.
|
Build:
QueryKit/QueryKitPropertyMappings.cs#L290
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
|
Build:
QueryKit/FilterParser.cs#L231
Possible null reference argument for parameter 'key' in 'Func<string, object> Dictionary<Type, Func<string, object>>.this[Type key]'.
|
Build:
QueryKit/FilterParser.cs#L235
Possible null reference argument for parameter 'type' in 'NewArrayExpression Expression.NewArrayInit(Type type, params Expression[] initializers)'.
|
Build:
QueryKit/FilterParser.cs#L254
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
|
Loading