*reconnection configurations *refactor naming #390
Annotations
10 errors and 11 warnings
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'MaxConnectionRetry' and no accessible extension method 'MaxConnectionRetry' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L40
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'MaxConnectionRetry' and no accessible extension method 'MaxConnectionRetry' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L40
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'MaxConnectionRetry' and no accessible extension method 'MaxConnectionRetry' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L40
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L34
'HandshakeReconnectInvocation' does not contain a definition for 'Policy' and no accessible extension method 'Policy' accepting a first argument of type 'HandshakeReconnectInvocation' could be found (are you missing a using directive or an assembly reference?)
|
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#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/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/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