Skip to content

Version bump to 7.0.2 #14

Version bump to 7.0.2

Version bump to 7.0.2 #14

Triggered via push July 26, 2024 16:34
Status Success
Total duration 57s
Artifacts
build-and-test
47s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
build-and-test: Realtime/Interfaces/IRealtimePresence.cs#L50
XML comment has a param tag for 'timeoutMs', but there is no parameter by that name
build-and-test: Realtime/RealtimeSocket.cs#L430
Possible null reference argument for parameter 'arg1' in 'void Action<string, Action<SocketResponse?>>.Invoke(string arg1, Action<SocketResponse?> arg2)'.
build-and-test: Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
build-and-test: Realtime/Interfaces/IRealtimePresence.cs#L50
XML comment has a param tag for 'timeoutMs', but there is no parameter by that name
build-and-test: RealtimeTests/ClientFailureTests.cs#L26
'Client.Connect(Action<IRealtimeClient<RealtimeSocket, RealtimeChannel>, RealtimeException?>?)' is obsolete: 'Please use ConnectAsync() instead.'
build-and-test: Examples/PresenceExample/Pages/Index.razor#L164
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build-and-test: Examples/PresenceExample/Pages/Index.razor#L184
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build-and-test: Examples/PresenceExample/Pages/Index.razor#L229
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build-and-test: Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name