Remove duplicate OnPrivateMessageReceived invocation #129
Annotations
11 warnings
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/
|
BanchoSharp/Messaging/SlashCommandHandler.cs#L52
Dereference of a possibly null reference.
|
BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
|
BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
|
BanchoSharp/Multiplayer/MultiplayerLobby.cs#L946
Converting null literal or possible null value to non-nullable type.
|
BanchoSharp/Multiplayer/MultiplayerLobby.cs#L168
The event 'MultiplayerLobby.OnMatchStartTimerFinished' is never used
|
BanchoSharpExample/Program.cs#L3
Possible null reference argument for parameter 'username' in 'IrcCredentials.IrcCredentials(string username, string password)'.
|
BanchoSharpExample/Program.cs#L4
Possible null reference argument for parameter 'password' in 'IrcCredentials.IrcCredentials(string username, string password)'.
|
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.
|
BanchoSharpTests/MultiplayerTests.cs#L82
Dereference of a possibly null reference.
|
BanchoSharpTests/MultiplayerTests.cs#L88
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading