Skip to content

Fix end of step 3 to go to step 4 #196

Fix end of step 3 to go to step 4

Fix end of step 3 to go to step 4 #196

Triggered via push July 23, 2023 15:06
Status Success
Total duration 42s
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 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.