Skip to content

Add tree-structured query builder with AND/OR groups for advanced filtering #222

Add tree-structured query builder with AND/OR groups for advanced filtering

Add tree-structured query builder with AND/OR groups for advanced filtering #222

Triggered via pull request May 15, 2026 16:18
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L101
Possible null reference argument for parameter 'instance' in 'string EF.Property<string>(object instance, string propertyName)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L88
Possible null reference argument for parameter 'instance' in 'object EF.Property<object>(object instance, string propertyName)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L84
Possible null reference argument for parameter 'instance' in 'object EF.Property<object>(object instance, string propertyName)'.
build: LifelogBb/Utilities/ControllerTagsExtensions.cs#L18
Dereference of a possibly null reference.
build: LifelogBb/ApiControllers/AuthenticationController.cs#L48
Possible null reference argument for parameter 'audience' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
build: LifelogBb/ApiControllers/AuthenticationController.cs#L47
Possible null reference argument for parameter 'issuer' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
build: LifelogBb/ApiControllers/AuthenticationController.cs#L46
Possible null reference argument for parameter 'uniqueKey' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
build: LifelogBb/ApiControllers/AuthenticationController.cs#L49
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
build: LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
build: LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.