5.0.0-pre.2 WebSockets #121
Triggered via release
December 13, 2023 22:21
Gekctek
published
5.0.0-pre.2
Status
Success
Total duration
56s
Artifacts
–
Annotations
11 warnings
Publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Publish:
src/WebSockets/Models/WebsocketServiceMessageContent.cs#L66
Non-nullable property 'ClientKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/WebSockets/Models/ClientKey.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/WebSockets/Models/HandshakeMessage.cs#L11
Non-nullable property 'GatewayPrincipal' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/WebSockets/Models/WebSocketMessage.cs#L13
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L8
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>'
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L11
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>.ConnectAsync(CancellationToken?)'
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L15
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>.SendAsync(TMessage, CancellationToken?)'
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L20
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>.ReceiveNextAsync(CancellationToken?)'
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L22
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>.CloseAsync()'
|
Publish:
src/WebSockets/IWebSocketAgent.cs#L24
Missing XML comment for publicly visible type or member 'IWebSocketAgent<TMessage>.State'
|