Initial draft #376
Annotations
1 error and 11 warnings
|
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/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.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L287
Type parameter 'T' has the same name as the type parameter from outer type 'EmitMessages<T>'
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L378
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L455
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L182
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L202
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
The logs for this run have expired and are no longer available.
Loading