Skip to content

Merge branch 'main' of https://github.com/j4asper/NotamManagement #58

Merge branch 'main' of https://github.com/j4asper/NotamManagement

Merge branch 'main' of https://github.com/j4asper/NotamManagement #58

Triggered via push December 3, 2024 09:50
Status Failure
Total duration 1m 8s
Billable time 1m
Artifacts

CI-Workflow.yml

on: push
Run Unit Tests
55s
Run Unit Tests
Generate Code Coverage Report
0s
Generate Code Coverage Report
Build UI Docker Image
0s
Build UI Docker Image
Build API Docker Image
0s
Build API Docker Image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Run Unit Tests
Process completed with exit code 1.
Run Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Unit Tests: NotamManagement.Core/Services/NotamService.cs#L21
Possible null reference return.
Run Unit Tests: NotamManagement.Core/Services/NotamService.cs#L50
Possible null reference return.
Run Unit Tests: NotamManagement.Core/Services/NotamService.cs#L52
Possible null reference return.
Run Unit Tests: NotamManagement.Core/Services/FlightPlanService.cs#L36
Possible null reference return.
Run Unit Tests: NotamManagement.Core/Services/ApiAuthenticationStateProvider.cs#L28
Possible null reference argument for parameter 'jwt' in 'IEnumerable<Claim> ApiAuthenticationStateProvider.ParseClaimsFromJwt(string jwt)'.
Run Unit Tests: NotamManagement.Core/Repository/NotamActionRepository.cs#L51
Dereference of a possibly null reference.
Run Unit Tests: NotamManagement.Core/Repository/NotamActionRepository.cs#L58
Dereference of a possibly null reference.
Run Unit Tests: NotamManagement.Api/Controllers/NotamController.cs#L65
Async-iterator 'NotamController.GetAllNotamsAsAsyncEnumerable(CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Run Unit Tests: NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
Run Unit Tests: NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.