Skip to content

Session rework

Session rework #70

Triggered via pull request December 19, 2023 20:51
Status Failure
Total duration 44s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Builds: Source/Client/Comp/World/MultiplayerWorldComp.cs#L12
The type or namespace name 'IHasSemiPersistentData' could not be found (are you missing a using directive or an assembly reference?)
Builds: Source/Client/Persistent/SessionManager.cs#L12
The type or namespace name 'IHasSemiPersistentData' could not be found (are you missing a using directive or an assembly reference?)
Builds: Source/Client/Comp/World/MultiplayerWorldComp.cs#L12
The type or namespace name 'IHasSemiPersistentData' could not be found (are you missing a using directive or an assembly reference?)
Builds: Source/Client/Persistent/SessionManager.cs#L12
The type or namespace name 'IHasSemiPersistentData' could not be found (are you missing a using directive or an assembly reference?)
Builds
Process completed with exit code 1.
Builds: Source/Common/Util/DynDelegate.cs#L164
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/ServerSettings.cs#L7
Non-nullable field 'gameName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/ServerSettings.cs#L8
Non-nullable field 'lanAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/ServerPlayer.cs#L34
Possible null reference return.