v1.99.0-next.2 #622
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.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/Processing/ProcessorWorkerService.cs#L58
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
station/Signal.Beacon.Application/FileSystemConfigurationService.cs#L52
Possible null reference assignment.
|
station/Signal.Beacon.Application/Mqtt/MqttClient.cs#L68
'MqttClientOptionsBuilderTlsParameters' is obsolete: 'Use methods from MqttClientOptionsBuilder instead.'
|
station/Signal.Beacon.Application/Mqtt/MqttClient.cs#L68
'MqttClientOptionsBuilder.WithTls(MqttClientOptionsBuilderTlsParameters)' is obsolete: 'Use WithTlsOptions(... configure) instead.'
|
station/Signal.Beacon.Application/Mqtt/MqttClient.cs#L139
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading