Merge branch 'main' of https://github.com/j4asper/NotamManagement #47
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#L64
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#L58
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L58
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L60
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/NotamActionController.cs#L72
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/NotamActionController.cs#L72
Dereference of a possibly null reference.
|
NotamManagement.Api/Controllers/FlightPlanController.cs#L72
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading