Skip to content

v1.101.1-next.1

v1.101.1-next.1 #638

Triggered via release October 23, 2023 15:40
Status Success
Total duration 2m 24s
Artifacts
Matrix: release
Fit to window
Zoom out
Zoom in

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.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.Application/Network/mDNS/MdnsServiceDiscovery.cs#L978
Cannot convert null literal to non-nullable reference type.
release (arm-x64): station/Signal.Beacon.Application/Network/mDNS/MdnsServiceDiscovery.cs#L1163
Cannot convert null literal to non-nullable reference type.
release (arm-x64): 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.
release (arm-x64): 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.
release (arm-x64): 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.
release (arm-x64): 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.
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.Application/Network/mDNS/MdnsServiceDiscovery.cs#L978
Cannot convert null literal to non-nullable reference type.
release (windows-x64): station/Signal.Beacon.Application/Network/mDNS/MdnsServiceDiscovery.cs#L1163
Cannot convert null literal to non-nullable reference type.
release (windows-x64): 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.
release (windows-x64): 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.
release (windows-x64): 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.
release (windows-x64): 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.
release (windows-x64): station/Signal.Beacon.Application/Auth0/Auth0DeviceAuthorization.cs#L119
Non-nullable property 'DeviceCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release (windows-x64): station/Signal.Beacon.Application/Auth0/Auth0DeviceAuthorization.cs#L122
Non-nullable property 'UserCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release (windows-x64): station/Signal.Beacon.Application/Auth0/Auth0DeviceAuthorization.cs#L125
Non-nullable property 'VerificationUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.