Skip to content

Fix build errors

Fix build errors #207

Triggered via push September 16, 2024 20:54
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Phase 5/src/03. Step 2/Core/Behaviours/PerformanceBehaviour.cs#L6
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 5/src/03. Step 2/Core/Behaviours/PerformanceBehaviour.cs#L23
Possible null reference argument for parameter 'data' in 'void Logging.LogInfo(string name, object data)'.
build: Phase 5/src/03. Step 2/Core/Behaviours/UnhandledExceptionBehaviour.cs#L70
Possible null reference argument for parameter 'error' in 'Result Result.Failure(string error)'.
build: Phase 5/src/03. Step 2/Core/Todos/Queries/GetTodosQuery.cs#L33
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<Todo>(IEnumerable<Todo> source)'.
build: Phase 5/src/03. Step 2/Api/Controllers/ApiController.cs#L10
Non-nullable field 'mediator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Phase 5/src/03. Step 2/Api/Controllers/ApiController.cs#L8
Missing XML comment for publicly visible type or member 'ApiController'
build: Phase 5/src/03. Step 2/Api/Controllers/ApiController.cs#L12
Missing XML comment for publicly visible type or member 'ApiController.Mediator'
build: Phase 5/src/03. Step 2/Api/Controllers/TodosController.cs#L11
Missing XML comment for publicly visible type or member 'TodosController'
build: Phase 5/src/03. Step 2/Api/Helpers/ResponseHelper.cs#L5
Missing XML comment for publicly visible type or member 'ResponseHelper'
build: Phase 5/src/03. Step 2/Api/Helpers/ResponseHelper.cs#L7
Missing XML comment for publicly visible type or member 'ResponseHelper.ResponseOutcome(Result, ApiController)'