Close menu on RPS (#89) #3
Annotations
1 error and 11 warnings
Release
Too many retries.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestCommand.cs#L28
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#L28
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#L28
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/LastRequestFactory.cs#L13
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/LastRequestManager.cs#L28
Non-nullable field '_parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequestManager.cs#L28
Non-nullable field 'factory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequests/Coinflip.cs#L16
Non-nullable field 'timeout' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.LastRequest/LastRequests/ShotForShot.cs#L14
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/LastRequests/MagForMag.cs#L14
Non-nullable field 'whosShot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet restore:
mod/Jailbreak.Teams/Queue/QueueBehavior.cs#L26
Non-nullable field '_parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading