Version bump to 7.0.2 #43
release.yml
on: push
build, pack & publish
4m 8s
Annotations
11 warnings
build, pack & publish
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, actions/cache@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, pack & publish:
Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
|
build, pack & publish:
Realtime/Interfaces/IRealtimePresence.cs#L50
XML comment has a param tag for 'timeoutMs', but there is no parameter by that name
|
build, pack & publish:
Realtime/RealtimeSocket.cs#L430
Possible null reference argument for parameter 'arg1' in 'void Action<string, Action<SocketResponse?>>.Invoke(string arg1, Action<SocketResponse?> arg2)'.
|
build, pack & publish:
Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
|
build, pack & publish:
Realtime/Interfaces/IRealtimePresence.cs#L50
XML comment has a param tag for 'timeoutMs', but there is no parameter by that name
|
build, pack & publish:
RealtimeTests/ClientFailureTests.cs#L26
'Client.Connect(Action<IRealtimeClient<RealtimeSocket, RealtimeChannel>, RealtimeException?>?)' is obsolete: 'Please use ConnectAsync() instead.'
|
build, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
Realtime/Interfaces/IRealtimePresence.cs#L49
XML comment has a param tag for 'payload', but there is no parameter by that name
|