Next #1915
Annotations
10 warnings
Build:
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).
|
Build:
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.
|
Build:
station/Signal.Beacon.Voice/VoiceService.cs#L675
Unreachable code detected
|
Build:
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.
|
Build:
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.
|
Build:
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))'.
|
Build:
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L145
'LightCommand' is obsolete: 'Replace with: UpdateLight'
|
Build:
station/Signal.Beacon.Channel.PhilipsHue/PhilipsHueWorkerService.cs#L245
Dereference of a possibly null reference.
|
Build:
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))'.
|
Build:
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))'.
|
Loading