fixed flightlist when reloading #52
Annotations
10 warnings
NotamManagement.Core/Services/NotamService.cs#L47
Possible null reference return.
|
NotamManagement.Core/Services/NotamService.cs#L49
Possible null reference return.
|
NotamManagement.Core/Services/ApiAuthenticationStateProvider.cs#L28
Possible null reference argument for parameter 'jwt' in 'IEnumerable<Claim> ApiAuthenticationStateProvider.ParseClaimsFromJwt(string jwt)'.
|
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
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L62
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/NotamActionController.cs#L73
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/NotamActionController.cs#L73
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L74
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading