Skip to content

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

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 #207

Status Success
Total duration 3m 37s
Artifacts
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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/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 2/src/02. EndSolution/Common/Behaviour/UnhandledExceptionBehaviour.cs#L11
The variable 'ex' is declared but never used
build: Phase 2/src/02. EndSolution/Core/Pizza/Commands/UpdatePizzaCommand.cs#L27
Possible null reference assignment.
build: Phase 2/src/02. EndSolution/Core/Pizza/Commands/UpdatePizzaCommand.cs#L29
Dereference of a possibly null reference.