Refactor unhandled notams page #57
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
NotamManagement.Core/Services/NotamService.cs#L21
Possible null reference return.
|
Build:
NotamManagement.Core/Services/NotamService.cs#L50
Possible null reference return.
|
Build:
NotamManagement.Core/Services/NotamService.cs#L52
Possible null reference return.
|
Build:
NotamManagement.Core/Services/ApiAuthenticationStateProvider.cs#L28
Possible null reference argument for parameter 'jwt' in 'IEnumerable<Claim> ApiAuthenticationStateProvider.ParseClaimsFromJwt(string jwt)'.
|
Build:
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
|
Build:
NotamManagement.Api/Controllers/NotamActionController.cs#L73
Dereference of a possibly null reference.
|
Build:
NotamManagement.Api/Controllers/NotamActionController.cs#L73
Dereference of a possibly null reference.
|
Build:
NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
|
Build:
NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
|
Build:
NotamManagement.Api/Controllers/FlightPlanController.cs#L62
Dereference of a possibly null reference.
|
Loading