v1.100.0-next.4 #627
Triggered via release
October 20, 2023 19:23
AleksandarDev
published
v1.100.0-next.4
Status
Success
Total duration
5m 32s
Artifacts
–
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.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/Signal/Station/StationState.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release (arm-x64):
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.
|
release (arm-x64):
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.
|
release (arm-x64):
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.
|
release (arm-x64):
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.
|
release (arm-x64):
station/Signal.Beacon.Application/Network/mDNS/MdnsServiceDiscovery.cs#L1518
Non-nullable event 'ServiceDiscovered' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
release (arm-x64):
station/Signal.Beacon.Application/Network/mDNS/MdnsServiceDiscovery.cs#L1518
Non-nullable event 'ServiceInstanceDiscovered' must contain a non-null value when exiting constructor. Consider declaring the event 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.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 (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/Signal/Station/StationState.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release (windows-x64):
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.
|
release (windows-x64):
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.
|
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.
|