Skip to content

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/01. StartSolution/Pezza.DataAccess #201

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/01. StartSolution/Pezza.DataAccess

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 8/src/01. StartSolution/Pezza.DataAccess #201

Status Success
Total duration 3m 39s
Artifacts

dotnet-phase3-step2.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/03. Step2/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/03. Step2/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/03. Step2/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/03. Step2/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/03. Step2/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/03. Step2/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/03. Step2/Common/Behaviour/ExceptionHandlerMiddleware.cs#L53
Possible null reference argument for parameter 'error' in 'Result Result.Failure(string error)'.
build: Phase 3/src/03. Step2/DataAccess/Filters/PizzaFilter.cs#L22
Dereference of a possibly null reference.
build: Phase 3/src/03. Step2/DataAccess/Filters/CustomerFilter.cs#L22
Dereference of a possibly null reference.
build: Phase 3/src/03. Step2/DataAccess/Filters/CustomerFilter.cs#L32
Dereference of a possibly null reference.