Merge branch 'master' into eventengine-poc #762
Annotations
8 errors and 10 warnings
|
Build Projects:
src/Api/PubnubApi/Pubnub.cs#L9
The type or namespace name 'Interface' does not exist in the namespace 'PubnubApi' (are you missing an assembly reference?)
|
Build Projects:
src/Api/PubnubApi/Pubnub.cs#L10
The type or namespace name 'Presence' does not exist in the namespace 'PubnubApi.EventEngine' (are you missing an assembly reference?)
|
Build Projects:
src/Api/PubnubApi/PNConfiguration.cs#L144
The type 'PNConfiguration' already contains a definition for 'UseRandomInitializationVector'
|
Build Projects:
src/Api/PubnubApi/Pubnub.cs#L9
The type or namespace name 'Interface' does not exist in the namespace 'PubnubApi' (are you missing an assembly reference?)
|
Build Projects:
src/Api/PubnubApi/Pubnub.cs#L10
The type or namespace name 'Presence' does not exist in the namespace 'PubnubApi.EventEngine' (are you missing an assembly reference?)
|
Build Projects:
src/Api/PubnubApi/PNConfiguration.cs#L144
The type 'PNConfiguration' already contains a definition for 'UseRandomInitializationVector'
|
Build Projects
Process completed with exit code 1.
|
Build Projects:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L30
'HandshakeReconnectSuccessEvent.Status' hides inherited member 'HandshakeSuccessEvent.Status'. Use the new keyword if hiding was intended.
|
Build Projects:
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L31
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
|
Build Projects:
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L12
'ReceiveReconnectingState.Channels' hides inherited member 'SubscriptionState.Channels'. Use the new keyword if hiding was intended.
|
Build Projects:
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L13
'ReceiveReconnectingState.ChannelGroups' hides inherited member 'SubscriptionState.ChannelGroups'. Use the new keyword if hiding was intended.
|
Build Projects:
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L15
'ReceiveReconnectingState.ReconnectionConfiguration' hides inherited member 'SubscriptionState.ReconnectionConfiguration'. Use the new keyword if hiding was intended.
|
Build Projects:
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Projects:
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Projects:
src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Projects:
src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Projects:
src/Api/PubnubApi/EventEngine/EventEngine.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading