[Release] 1.0.1 (#27) #181
Annotations
10 warnings
Run dotnet restore:
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.
|
Run dotnet restore:
mod/Jailbreak.Warden/Global/WardenBehavior.cs#L30
Assignment made to same variable; did you mean to assign something else?
|
Run dotnet restore:
mod/Jailbreak.Warden/Global/WardenBehavior.cs#L98
Dereference of a possibly null reference.
|
Run dotnet restore:
mod/Jailbreak.Warden/Global/WardenBehavior.cs#L128
Dereference of a possibly null reference.
|
Run dotnet restore:
mod/Jailbreak.Warden/Global/WardenBehavior.cs#L19
Field 'WardenBehavior.logs' is never assigned to, and will always have its default value null
|
Run dotnet restore:
mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L30
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
|
Run dotnet restore:
mod/Jailbreak.Logs/Listeners/LogEntityListeners.cs#L44
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
|
Run dotnet restore:
mod/Jailbreak.Logs/Listeners/LogDamageListeners.cs#L60
Possible null reference argument for parameter 'playerController' in 'FormatObject IRichLogService.Player(CCSPlayerController playerController)'.
|
Run dotnet restore:
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.
|
Run dotnet restore:
mod/Jailbreak.Rebel/RebelManager.cs#L16
Field 'RebelManager.notifs' is never assigned to, and will always have its default value null
|
The logs for this run have expired and are no longer available.
Loading