Skip to content

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/03. Step 2/Pezza.DataAccess #200

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/03. Step 2/Pezza.DataAccess

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/03. Step 2/Pezza.DataAccess #200

Status Success
Total duration 38s
Artifacts

dotnet-phase3-start.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: Phase 3/src/01. StartSolution/Common/Behaviour/PerformanceBehaviour.cs#L3
The type 'TRequest' cannot be used as type parameter 'TRequest' in the generic type or method 'IPipelineBehavior<TRequest, TResponse>'. Nullability of type argument 'TRequest' doesn't match 'notnull' constraint.
build: Phase 3/src/01. StartSolution/Common/Behaviour/UnhandledExceptionBehaviour.cs#L3
The type 'TRequest' cannot be used as type parameter 'TRequest' in the generic type or method 'IPipelineBehavior<TRequest, TResponse>'. Nullability of type argument 'TRequest' doesn't match 'notnull' constraint.
build: Phase 3/src/01. StartSolution/Common/Behaviour/UnhandledExceptionBehaviour.cs#L11
The variable 'ex' is declared but never used
build: Phase 3/src/01. StartSolution/Common/Models/Result.cs#L83
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Phase 3/src/01. StartSolution/Common/Models/Result.cs#L92
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Phase 3/src/01. StartSolution/Common/Models/Result.cs#L46
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Phase 3/src/01. StartSolution/Common/Models/Result.cs#L55
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Phase 3/src/01. StartSolution/Common/Models/Result.cs#L5
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Phase 3/src/01. StartSolution/Core/Pizza/Commands/UpdatePizzaCommand.cs#L27
Possible null reference assignment.
build: Phase 3/src/01. StartSolution/Core/Pizza/Commands/UpdatePizzaCommand.cs#L29
Dereference of a possibly null reference.