v1.87.1-next.11 #537
Annotations
10 warnings
station/Signal.Beacon.Core/Structures/Queues/DelayedQueue.cs#L81
Nullability of reference types in return type of 'T? AsyncBlockingQueueEnumerator.Current.get' doesn't match implicitly implemented member 'T IAsyncEnumerator<T>.Current.get' (possibly because of nullability attributes).
|
station/Signal.Beacon.Channel.Signal/SignalWorkerService.cs#L222
Possible null reference argument for parameter 'entityId' in 'Task IChannelConfigurationService.SaveAsync<SignalWorkerServiceConfiguration>(string entityId, string channelName, SignalWorkerServiceConfiguration value, CancellationToken cancellationToken = default(CancellationToken))'.
|
station/Signal.Beacon.Application/Signal/Station/StationState.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Signal/Station/StationState.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Signal/Station/StationState.cs#L11
Non-nullable property 'WorkerServices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Signal/SignalR/SignalSignalRHubHubClient.cs#L122
Argument of type 'Func<object[], Task>' cannot be used for parameter 'handler' of type 'Func<object?[], Task>' in 'IDisposable HubConnectionExtensions.On(HubConnection hubConnection, string methodName, Type[] parameterTypes, Func<object?[], Task> handler)' due to differences in the nullability of reference types.
|
station/Signal.Beacon.Application/Auth0/DeviceCodeResponse.cs#L7
Non-nullable property 'DeviceCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Auth0/DeviceCodeResponse.cs#L9
Non-nullable property 'UrlComplete' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Auth0/DeviceCodeResponse.cs#L11
Non-nullable property 'UserCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
station/Signal.Beacon.Application/Auth0/DeviceCodeResponse.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading