Skip to content

Initial work on LR #191

Initial work on LR

Initial work on LR #191

Triggered via push February 9, 2024 09:18
Status Failure
Total duration 36s
Artifacts

nightly.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: mod/Jailbreak.LastRequest/LastRequestServiceExtension.cs#L10
'IServiceCollection' does not contain a definition for 'AddPluginBehavior' and no accessible extension method 'AddPluginBehavior' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build: mod/Jailbreak.LastRequest/LastRequestServiceExtension.cs#L10
'IServiceCollection' does not contain a definition for 'AddPluginBehavior' and no accessible extension method 'AddPluginBehavior' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: public/Jailbreak.Public/Mod/LastRequest/AbstractLastRequest.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L30
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
build: mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L44
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
build: mod/Jailbreak.Logs/Listeners/LogDamageListeners.cs#L60
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?
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.