Skip to content

added required info in handshake reconnect invocation. #383

added required info in handshake reconnect invocation.

added required info in handshake reconnect invocation. #383

Triggered via push July 20, 2023 06:59
Status Cancelled
Total duration 5m 17s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-tests.yml

on: push
Integration and Unit tests
5m 4s
Integration and Unit tests
Acceptance tests
5m 1s
Acceptance tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 22 warnings
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: 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?)
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L71
The type or namespace name 'SubscriptionCursor' could not be found (are you missing a using directive or an assembly reference?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: 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?)
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L29
'EventEngine' is a namespace but is used like a type
Acceptance tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L27
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
Acceptance tests: 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.
Acceptance tests: 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.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L287
Type parameter 'T' has the same name as the type parameter from outer type 'EmitMessages<T>'
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L378
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests
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/
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L180
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L200
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L217
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L226
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
Integration and Unit tests: src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L271
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L27
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
Integration and Unit tests: 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.
Integration and Unit tests: 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.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size
acceptance-test-reports Expired
142 KB