Added Name to IEvent and IEffectInvocation #505
Annotations
1 error and 11 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L37
'HandshakeReconnectSuccessEvent.Status' hides inherited member 'HandshakeSuccessEvent.Status'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L38
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L44
'HandshakeReconnectFailureEvent.Channels' hides inherited member 'HandshakeFailureEvent.Channels'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L45
'HandshakeReconnectFailureEvent.ChannelGroups' hides inherited member 'HandshakeFailureEvent.ChannelGroups'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeEndpoint.cs#L177
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeEndpoint<T>'
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/ReceivingEffectHandler.cs#L77
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/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L86
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/Api/PubnubApi/EventEngine/Subscribe/Effects/EmitStatusEffectHandler.cs#L23
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/Api/PubnubApi/EventEngine/Subscribe/Effects/EmitMessagesHandler.cs#L37
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/Api/PubnubApi/EndPoint/PubSub/SubscribeManager2.cs#L253
The variable 'currentConfig' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading