Skip to content

v1.181.0-next.2

v1.181.0-next.2 #1768

Triggered via release December 3, 2024 15:33
Status Success
Total duration 2m 42s
Artifacts
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
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/Signalco.Station.Channel.Shelly/Shelly3emStatusDto.cs#L48
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release (windows-x64): station/Signal.Beacon.Voice/VoiceService.cs#L122
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release (windows-x64): station/Signal.Beacon.Voice/VoiceService.cs#L843
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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#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))'.
release (windows-x64): station/Signal.Beacon.Application/Network/mDNS/MdnsServiceDiscovery.cs#L981
Cannot convert null literal to non-nullable reference type.
release (arm-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.Channel.Zigbee2Mqtt/Zigbee2MqttWorkerService.cs#L41
Non-nullable field 'channelId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
release (arm-x64): station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L145
'LightCommand' is obsolete: 'Replace with: UpdateLight'
release (arm-x64): station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L245
Dereference of a possibly null reference.
release (arm-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 (arm-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))'.
release (arm-x64): station/Signal.Beacon.Voice/VoiceService.cs#L122
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release (arm-x64): station/Signal.Beacon.Voice/VoiceService.cs#L675
Unreachable code detected
release (arm-x64): station/Signal.Beacon.Voice/VoiceService.cs#L843
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.