added required info in handshake reconnect invocation. #383
Annotations
10 errors and 11 warnings
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L8
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L10
The type or namespace name 'Context' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L13
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L2
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Invocations/SubscriptionInvocations.cs#L3
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveFailedState.cs#L5
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L5
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveStoppedState.cs#L5
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceivingState.cs#L5
The type or namespace name 'Common' does not exist in the namespace 'PubnubApi.EventEngine.Subscribe' (are you missing an assembly reference?)
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L29
'EventEngine' is a namespace but is used like a type
|
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/EndPoint/PubSub/SubscribeOperation2.cs#L180
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L200
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L217
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L226
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L271
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L27
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveFailedState.cs#L15
'ReceiveFailedState.OnEntry' hides inherited member 'State.OnEntry'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveFailedState.cs#L16
'ReceiveFailedState.OnExit' hides inherited member 'State.OnExit'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading