Skip to content

Support filtering on Nullable<DateTime> #181

Support filtering on Nullable<DateTime>

Support filtering on Nullable<DateTime> #181

Triggered via pull request February 27, 2024 13:41
Status Failure
Total duration 41s
Artifacts

nuget-package-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
publish
Process completed with exit code 1.
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#L130
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L130
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L132
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L132
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L134
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L134
Unboxing a possibly null value.
publish: src/BccCode.Linq/Server/OperandToExpressionResolver.cs#L144
The variable 'ex' is declared but never used