Skip to content

Version bump to v7.0.1 #13

Version bump to v7.0.1

Version bump to v7.0.1 #13

Triggered via push May 22, 2024 18:58
Status Success
Total duration 31s
Artifacts
build-and-test
23s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#L413
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