Skip to content

Redo logging & formatting (again) #161

Redo logging & formatting (again)

Redo logging & formatting (again) #161

Triggered via pull request February 6, 2024 01:24
@MooshuaMooshua
synchronize #25
feat/logging
Status Failure
Total duration 28s
Artifacts

nightly.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: lang/Jailbreak.English/Rebel/RebelNotifications.cs#L11
'RebelNotifications' does not implement interface member 'IRebelNotifications.NoLongerRebel'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.NotEnoughGuards'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.PleaseJoinGuardQueue'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.JoinedGuardQueue'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.AlreadyAGuard'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.YouWereAutobalancedPrisoner'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.YouWereAutobalancedGuard'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.AttemptToJoinFromTeamMenu'
build: lang/Jailbreak.English/Teams/RatioNotifications.cs#L11
'RatioNotifications' does not implement interface member 'IRatioNotifications.LeftGuard'
build: lang/Jailbreak.English/Warden/WardenNotifications.cs#L12
'WardenNotifications' does not implement interface member 'IWardenNotifications.PassWarden(CCSPlayerController)'
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.Logs/Listeners/LogDamageListeners.cs#L62
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
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?