Skip to content

Fix: Users can repeatedly join rooms #7

Fix: Users can repeatedly join rooms

Fix: Users can repeatedly join rooms #7

Triggered via push September 9, 2024 09:22
Status Success
Total duration 1m 2s
Artifacts 2

dotnet.yml

on: push
build-linux
21s
build-linux
build-windows
47s
build-windows
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
build-linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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-linux: ConnectionMessage.cs#L127
'ConnectionMessage.Server.UserJoinRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-linux: ConnectionMessage.cs#L208
'ConnectionMessage.Client.NewRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-linux: ConnectionMessage.cs#L240
Cannot convert null literal to non-nullable reference type.
build-linux: ConnectionMessage.cs#L266
'ConnectionMessage.Client.JoinRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-linux: ConnectionMessage.cs#L284
'ConnectionMessage.Client.LeaveRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-linux: ConnectionMessage.cs#L218
Non-nullable field '_roomID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-linux: ConnectionMessage.cs#L186
Cannot convert null literal to non-nullable reference type.
build-linux: ConnectionMessage.cs#L187
Cannot convert null literal to non-nullable reference type.
build-linux: ConnectionMessage.cs#L131
Cannot convert null literal to non-nullable reference type.
build-linux: Program.cs#L143
Dereference of a possibly null reference.
build-linux
No files were found with the provided path: test-results. No artifacts will be uploaded.
build-windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@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-windows: ConnectionMessage.cs#L127
'ConnectionMessage.Server.UserJoinRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-windows: ConnectionMessage.cs#L208
'ConnectionMessage.Client.NewRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-windows: ConnectionMessage.cs#L240
Cannot convert null literal to non-nullable reference type.
build-windows: ConnectionMessage.cs#L266
'ConnectionMessage.Client.JoinRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-windows: ConnectionMessage.cs#L284
'ConnectionMessage.Client.LeaveRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build-windows: ConnectionMessage.cs#L131
Cannot convert null literal to non-nullable reference type.
build-windows: ConnectionMessage.cs#L218
Non-nullable field '_roomID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: ConnectionMessage.cs#L186
Cannot convert null literal to non-nullable reference type.
build-windows: ConnectionMessage.cs#L187
Cannot convert null literal to non-nullable reference type.
build-windows: Program.cs#L143
Dereference of a possibly null reference.
build-windows
No files were found with the provided path: test-results. No artifacts will be uploaded.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-artifacts-linux", "build-artifacts-windows". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
build-artifacts-linux
865 KB
build-artifacts-windows
930 KB