Skip to content

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

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

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

Triggered via pull request May 15, 2026 16:13
Status Failure
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
Process completed with exit code 1.
build: LifelogBb/Views/Shared/Components/FilterBuilder/FilterBuilder.cs#L51
'FilterGroup' does not contain a definition for 'Condition' and no accessible extension method 'Condition' accepting a first argument of type 'FilterGroup' could be found (are you missing a using directive or an assembly reference?)
build: LifelogBb/Views/Shared/Components/FilterBuilder/FilterBuilder.cs#L51
'FilterGroup' does not contain a definition for 'Condition' and no accessible extension method 'Condition' accepting a first argument of type 'FilterGroup' could be found (are you missing a using directive or an assembly reference?)
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#L116
Possible null reference argument for parameter 'instance' in 'double EF.Property<double>(object instance, string propertyName)'.
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/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.