Package ably #66
Annotations
10 warnings
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L57
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L106
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L171
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L206
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L271
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L310
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.
|
|
src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs#L357
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.
|
|
src/IO.Ably.Shared/AblyRealtime.cs#L98
'ClientOptions.CaptureCurrentSynchronizationContext' is obsolete: 'Use CustomContext property instead, CaptureCurrentSynchronizationContext property will be removed in future versions'
|
|
src/IO.Ably.Shared/Transport/MsWebSocketConnection.cs#L372
Expected 'disable' or 'restore'
|
|
src/IO.Ably.Shared/Transport/MsWebSocketTransport.cs#L364
Expected 'disable' or 'restore'
|
The logs for this run have expired and are no longer available.
Loading