Attempt to fill players list #36
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
A2SServer/PlayerSimulation.cs#L65
Non-nullable field '_rng' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L66
Non-nullable field '_playerNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L68
Non-nullable field '_scoreDeltas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L70
Non-nullable field '_playerUpdateTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L73
Non-nullable field '_info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L74
Non-nullable field '_rules' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L75
Non-nullable field '_simPlayers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
A2SServer/PlayerSimulation.cs#L74
The field 'PlayerSimulation._rules' is never used
|
build:
A2SServer/PlayerSimulation.cs#L73
The field 'PlayerSimulation._info' is never used
|
build:
A2SServer/PlayerSimulation.cs#L72
Field 'PlayerSimulation._maxRoundTime' is never assigned to, and will always have its default value 0
|