Skip to content

Remove duplicate OnPrivateMessageReceived invocation #129

Remove duplicate OnPrivateMessageReceived invocation

Remove duplicate OnPrivateMessageReceived invocation #129

Triggered via push September 20, 2024 01:30
Status Success
Total duration 34s
Artifacts

tests.yml

on: push
test-build
25s
test-build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test-build
The following actions use a deprecated Node.js version 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/
test-build: BanchoSharp/Messaging/SlashCommandHandler.cs#L52
Dereference of a possibly null reference.
test-build: BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
test-build: BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
test-build: BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
test-build: BanchoSharp/Multiplayer/MultiplayerLobby.cs#L168
The event 'MultiplayerLobby.OnMatchStartTimerFinished' is never used
test-build: BanchoSharpExample/Program.cs#L3
Possible null reference argument for parameter 'username' in 'IrcCredentials.IrcCredentials(string username, string password)'.
test-build: BanchoSharpExample/Program.cs#L4
Possible null reference argument for parameter 'password' in 'IrcCredentials.IrcCredentials(string username, string password)'.
test-build: BanchoSharpExample/Program.cs#L6
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test-build: BanchoSharpTests/MultiplayerTests.cs#L82
Dereference of a possibly null reference.
test-build: BanchoSharpTests/MultiplayerTests.cs#L88
Dereference of a possibly null reference.