Skip to content

SIT Build Release

SIT Build Release #25

Manually triggered May 3, 2024 11:58
Status Success
Total duration 42s
Artifacts

SIT-CD.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release): Source/Networking/AkiBackendCommunication.cs#L95
Cannot convert null literal to non-nullable reference type.
build (Release): Source/Networking/AkiBackendCommunication.cs#L255
Cannot convert null literal to non-nullable reference type.
build (Release): Source/Networking/NatHelper.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): Source/Tools/Autoraid.cs#L195
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): Source/Coop/SITGameModes/CoopSITGame.cs#L535
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): Source/Coop/SITGameModes/MultiplayerSITGame.cs#L31
'MultiplayerSITGame.PastTime' hides inherited member 'AbstractGame.PastTime'. Use the new keyword if hiding was intended.
build (Release): Source/EssentialPatches/Bundles/EasyAssetsPatch.cs#L124
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.
build (Release): Source/Networking/AkiBackendCommunication.cs#L130
Dereference of a possibly null reference.
build (Release): Source/Networking/AkiBackendCommunication.cs#L95
Non-nullable field 'm_Session' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): Source/Networking/AkiBackendCommunication.cs#L95
Non-nullable field 'm_RemoteEndPoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.