Skip to content

Merge pull request #53 from hburn7/hotfix/duplicate-message-received-… #133

Merge pull request #53 from hburn7/hotfix/duplicate-message-received-…

Merge pull request #53 from hburn7/hotfix/duplicate-message-received-… #133

Triggered via push September 20, 2024 01:38
Status Success
Total duration 37s
Artifacts

tests.yml

on: push
test-build
29s
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/ExceptionTests.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/ExceptionTests.cs#L9
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.