Skip to content

Fix (Royalty) transport ships #45

Fix (Royalty) transport ships

Fix (Royalty) transport ships #45

Triggered via pull request September 1, 2023 16:35
Status Success
Total duration 1m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Builds: Source/Common/Util/DynDelegate.cs#L164
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/Util/DynDelegate.cs#L129
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Util/DynDelegate.cs#L161
Possible null reference return.
Builds: Source/Common/ChatCommands.cs#L9
Possible null reference return.
Builds: Source/Common/ChatCommands.cs#L20
Possible null reference return.
Builds: Source/Common/Util/DynDelegate.cs#L278
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/CommandHandler.cs#L84
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Multiplayer.Common.DevModeScope)2' is not covered.
Builds: Source/Common/Util/Endpoints.cs#L34
Cannot convert null literal to non-nullable reference type.