v1.87.1-next.8 #534
Triggered via release
September 26, 2023 06:33
AleksandarDev
published
v1.87.1-next.8
Status
Success
Total duration
2m 1s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
20 warnings
release (arm-x64):
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).
|
release (arm-x64):
station/Signal.Beacon.Voice/VoiceService.cs#L122
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release (arm-x64):
station/Signal.Beacon.Voice/VoiceService.cs#L673
Unreachable code detected
|
release (arm-x64):
station/Signal.Beacon.Voice/VoiceService.cs#L839
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release (arm-x64):
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))'.
|
release (arm-x64):
station/Signal.Beacon.Channel.Samsung/SamsungWorkerService.cs#L34
Non-nullable field 'channelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (arm-x64):
station/Signal.Beacon.Channel.Samsung/SamsungWorkerService.cs#L75
Dereference of a possibly null reference.
|
release (arm-x64):
station/Signal.Beacon.Channel.Samsung/TvRemote.cs#L215
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.
|
release (arm-x64):
station/Signal.Beacon.Channel.Samsung/TvRemote.cs#L332
Possible null reference argument for parameter 'json' in 'TvWsResponseDto? JsonSerializer.Deserialize<TvWsResponseDto>(string json, JsonSerializerOptions? options = null)'.
|
release (arm-x64):
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L145
'LightCommand' is obsolete: 'Replace with: UpdateLight'
|
release (windows-x64):
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).
|
release (windows-x64):
station/Signal.Beacon.Channel.Zigbee2Mqtt/Zigbee2MqttWorkerService.cs#L41
Non-nullable field 'channelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (windows-x64):
station/Signal.Beacon.Channel.Samsung/TvRemote.cs#L215
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.
|
release (windows-x64):
station/Signal.Beacon.Channel.Samsung/TvRemote.cs#L332
Possible null reference argument for parameter 'json' in 'TvWsResponseDto? JsonSerializer.Deserialize<TvWsResponseDto>(string json, JsonSerializerOptions? options = null)'.
|
release (windows-x64):
station/Signal.Beacon.Channel.Samsung/SamsungWorkerService.cs#L34
Non-nullable field 'channelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (windows-x64):
station/Signal.Beacon.Channel.Samsung/SamsungWorkerService.cs#L75
Dereference of a possibly null reference.
|
release (windows-x64):
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L145
'LightCommand' is obsolete: 'Replace with: UpdateLight'
|
release (windows-x64):
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L245
Dereference of a possibly null reference.
|
release (windows-x64):
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L261
Possible null reference argument for parameter 'entityId' in 'Task<PhilipsHueWorkerServiceConfiguration> IChannelConfigurationService.LoadAsync<PhilipsHueWorkerServiceConfiguration>(string entityId, string channelName, CancellationToken cancellationToken = default(CancellationToken))'.
|
release (windows-x64):
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L264
Possible null reference argument for parameter 'entityId' in 'Task IChannelConfigurationService.SaveAsync<PhilipsHueWorkerServiceConfiguration>(string entityId, string channelName, PhilipsHueWorkerServiceConfiguration value, CancellationToken cancellationToken = default(CancellationToken))'.
|