Skip to content

Fix entity log formatting, prevent issues with invalid player handles… #172

Fix entity log formatting, prevent issues with invalid player handles…

Fix entity log formatting, prevent issues with invalid player handles… #172

Triggered via push February 6, 2024 20:35
Status Failure
Total duration 25s
Artifacts

nightly.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L30
Syntax error, ',' expected
build: mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L30
Syntax error, ',' expected
build
Process completed with exit code 1.
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L26
Non-nullable field 'logs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L30
Assignment made to same variable; did you mean to assign something else?
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L98
Dereference of a possibly null reference.
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L128
Dereference of a possibly null reference.
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L19
Field 'WardenBehavior.logs' is never assigned to, and will always have its default value null
build: mod/Jailbreak.Rebel/RebelManager.cs#L21
Non-nullable field 'notifs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: mod/Jailbreak.Rebel/RebelManager.cs#L16
Field 'RebelManager.notifs' is never assigned to, and will always have its default value null
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L26
Non-nullable field 'logs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L30
Assignment made to same variable; did you mean to assign something else?
build: mod/Jailbreak.Warden/Global/WardenBehavior.cs#L98
Dereference of a possibly null reference.