Skip to content

Merge pull request #86 from bcc-code/change/allow-empty-in-arrays #197

Merge pull request #86 from bcc-code/change/allow-empty-in-arrays

Merge pull request #86 from bcc-code/change/allow-empty-in-arrays #197

Triggered via push August 25, 2025 07:22
Status Success
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L235
Possible null reference assignment.
publish: src/BccCode.Linq/Server/FilterToLambdaParser.cs#L116
Possible null reference argument for parameter 'value' in 'Expression OperandToExpressionResolver.GetExpressionForRule(Expression property, string operand, object value)'.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L184
The variable 'ex' is declared but never used
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L177
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L177
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L175
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L175
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L173
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L173
Unboxing a possibly null value.
publish: src/BccCode.Linq/TypeHelper.cs#L39
Converting null literal or possible null value to non-nullable type.
publish: src/BccCode.Linq/Client/QueryProvider/ApiQueryProvider.cs#L143
Converting null literal or possible null value to non-nullable type.
publish: src/BccCode.Linq/Client/QueryProvider/ApiQueryProvider.cs#L143
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
publish: src/BccCode.Linq/Client/Api/Immutable/ImmutableMetadata.cs#L124
Possible null reference assignment.
publish: src/BccCode.Linq/Client/Api/Immutable/ImmutableMetadata.cs#L79
'ImmutableMetadata.Total' is obsolete: 'Please use property FilterCount instead.'
publish: src/BccCode.Linq/Client/Api/Immutable/ImmutableResultList.cs#L9
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/BccCode.Linq/TypeHelper.cs#L39
Converting null literal or possible null value to non-nullable type.
publish: src/BccCode.Linq/TypeHelper.cs#L20
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
publish: src/BccCode.Linq/Client/QueryProvider/ApiQueryProvider.cs#L228
Nullability of reference types in return type of 'TResult? ApiQueryProvider.Execute<TResult>(Expression expression)' doesn't match implicitly implemented member 'TResult IQueryProvider.Execute<TResult>(Expression expression)' (possibly because of nullability attributes).
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L100
Nullability of type of parameter 'expression' doesn't match overridden member (possibly because of nullability attributes).
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L54
Nullability of type of parameter 'exp' doesn't match overridden member (possibly because of nullability attributes).