Skip to content

Add ability to invite players to multiplayer rooms #636

Add ability to invite players to multiplayer rooms

Add ability to invite players to multiplayer rooms #636

Triggered via pull request October 12, 2023 09:34
Status Failure
Total duration 2m 39s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Unit testing: osu.Server.Spectator/Hubs/Multiplayer/MultiplayerHub.cs#L246
The type or namespace name 'UserBlockedException' could not be found (are you missing a using directive or an assembly reference?)
Unit testing: osu.Server.Spectator/Hubs/Multiplayer/MultiplayerHub.cs#L254
The type or namespace name 'UserBlocksPMsException' could not be found (are you missing a using directive or an assembly reference?)
Unit testing: osu.Server.Spectator/Hubs/Multiplayer/MultiplayerHub.cs#L257
The type or namespace name 'UserBlockedException' could not be found (are you missing a using directive or an assembly reference?)
Unit testing: osu.Server.Spectator/Hubs/Multiplayer/MultiplayerHub.cs#L272
'IMultiplayerClient' does not contain a definition for 'Invited' and no accessible extension method 'Invited' accepting a first argument of type 'IMultiplayerClient' could be found (are you missing a using directive or an assembly reference?)
Unit testing
Process completed with exit code 1.
Unit testing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/