Skip to content

Package Dependencies: Bump coverlet.collector from 6.0.0 to 6.0.2 #12

Package Dependencies: Bump coverlet.collector from 6.0.0 to 6.0.2

Package Dependencies: Bump coverlet.collector from 6.0.0 to 6.0.2 #12

Triggered via pull request April 1, 2024 03:44
Status Success
Total duration 2m 25s
Artifacts

querykit-unit-tests.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
test (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (8.0.x)
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/
test (8.0.x): QueryKit/Operators/LogicalOperator.cs#L54
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (8.0.x): QueryKit/Operators/LogicalOperator.cs#L55
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (8.0.x): QueryKit/SortParser.cs#L98
Possible null reference return.
test (8.0.x): QueryKit/QueryKitPropertyMappings.cs#L86
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L323
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L328
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L404
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L409
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L432
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/Operators/ComparisonOperator.cs#L437
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (8.0.x): QueryKit/SortParser.cs#L98
Possible null reference return.
test (8.0.x): QueryKit/QueryKitPropertyMappings.cs#L86
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
test (8.0.x): QueryKit/Operators/LogicalOperator.cs#L54
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (8.0.x): QueryKit/Operators/LogicalOperator.cs#L55
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (8.0.x): QueryKit/FilterParser.cs#L209
Possible null reference argument for parameter 'key' in 'Func<string, object> Dictionary<Type, Func<string, object>>.this[Type key]'.
test (8.0.x): QueryKit/FilterParser.cs#L213
Possible null reference argument for parameter 'type' in 'NewArrayExpression Expression.NewArrayInit(Type type, params Expression[] initializers)'.
test (8.0.x): QueryKit/FilterParser.cs#L232
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
test (8.0.x): QueryKit/FilterParser.cs#L238
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
test (8.0.x): QueryKit/FilterParser.cs#L248
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.
test (8.0.x): QueryKit/FilterParser.cs#L254
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, params Expression[]? arguments)'.