warden mute fix (#131) #492
Annotations
10 warnings
Run dotnet restore:
mod/Jailbreak.Mute/MuteSystem.cs#L17
Non-nullable field 'parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.Mute/MuteSystem.cs#L17
Non-nullable field 'messages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.Mute/MuteSystem.cs#L17
Non-nullable field 'warden' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.Mute/MuteSystem.cs#L44
'BasePlugin.RemoveListener(string, Delegate)' is obsolete: 'Use the generic version of this method'
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestCommand.cs#L17
Non-nullable field '_menuSelector' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestCommand.cs#L17
Non-nullable field '_playerSelector' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestCommand.cs#L17
Non-nullable field '_plugin' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequests/MagForMag.cs#L12
Non-nullable field 'whosShot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestFactory.cs#L10
Non-nullable field '_plugin' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequests/Race.cs#L17
Non-nullable field 'startLocation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading