Fix missing UWP includes #860
Annotations
2 errors and 10 warnings
The run was canceled by @mohitpubnub.
|
Run unit tests
The operation was canceled.
|
Build packages:
src/Api/PubnubApi/EventEngine/Presence/Common/PresenceInput.cs#L6
'PresenceInput' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build packages:
src/Api/PubnubApi/EventEngine/Presence/States/APresenceState.cs#L7
'APresenceState' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build packages:
src/Api/PubnubApi/EventEngine/Presence/States/StoppedState.cs#L28
'StoppedState.HandleLeftEvent(LeftEvent)' hides inherited member 'APresenceState.HandleLeftEvent(LeftEvent)'. Use the new keyword if hiding was intended.
|
Build packages:
src/Api/PubnubApi/EndPoint/PubSub/SubscribeEndpoint.cs#L185
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeEndpoint<T>'
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L39
'HandshakeReconnectSuccessEvent.Status' hides inherited member 'HandshakeSuccessEvent.Status'. Use the new keyword if hiding was intended.
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L40
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L46
'HandshakeReconnectFailureEvent.Channels' hides inherited member 'HandshakeFailureEvent.Channels'. Use the new keyword if hiding was intended.
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L47
'HandshakeReconnectFailureEvent.ChannelGroups' hides inherited member 'HandshakeFailureEvent.ChannelGroups'. Use the new keyword if hiding was intended.
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Effects/ReceivingEffectHandler.cs#L74
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.
|
Build packages:
src/Api/PubnubApi/EventEngine/Subscribe/Effects/HandshakeEffectHandler.cs#L95
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.
|
Loading