Skip to content

add nullable support for DateTime/DateOnly/TimeOnly and others #183

add nullable support for DateTime/DateOnly/TimeOnly and others

add nullable support for DateTime/DateOnly/TimeOnly and others #183

Triggered via push February 27, 2024 22:55
Status Success
Total duration 1m 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish: src/BccCode.Linq/TypeHelper.cs#L39
Converting null literal or possible null value to non-nullable type.
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L103
Possible null reference return.
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L57
Possible null reference return.
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/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#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#L184
The variable 'ex' is declared but never used
publish: src/BccCode.Linq/TypeHelper.cs#L39
Converting null literal or possible null value to non-nullable type.
publish: src/BccCode.Linq/Client/Api/Immutable/ImmutableResultList.cs#L9
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/BccCode.Linq/Client/Api/Immutable/ImmutableMetadata.cs#L79
'ImmutableMetadata.Total' is obsolete: 'Please use property FilterCount instead.'
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L57
Possible null reference return.
publish: src/BccCode.Linq/Client/QueryProvider/Evaluator.cs#L103
Possible null reference return.
publish: src/BccCode.Linq/Server/Filter.cs#L147
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#L173
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#L175
Unboxing a possibly null value.