Skip to content

Bump Tomlyn from 0.17.0 to 2.10.1 #45

Bump Tomlyn from 0.17.0 to 2.10.1

Bump Tomlyn from 0.17.0 to 2.10.1 #45

Triggered via pull request July 6, 2026 13:54
Status Failure
Total duration 1m 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build
Process completed with exit code 1.
build: DedicatedServer/Program.cs#L31
The name 'Toml' does not exist in the current context
build: A2SServer/Program.cs#L33
The name 'Toml' does not exist in the current context
build: DedicatedServer/Program.cs#L31
The name 'Toml' does not exist in the current context
build: A2SServer/Program.cs#L33
The name 'Toml' does not exist in the current context
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: A2SServer/PlayerSimulation.cs#L73
The field 'PlayerSimulation._info' is never used
build: A2SServer/PlayerSimulation.cs#L63
Field 'PlayerSimulation._startDurationMinSeconds' is never assigned to, and will always have its default value 0
build: A2SServer/PlayerSimulation.cs#L75
Field 'PlayerSimulation._simPlayers' is never assigned to, and will always have its default value null
build: A2SServer/PlayerSimulation.cs#L75
Non-nullable field '_simPlayers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L74
Non-nullable field '_rules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L73
Non-nullable field '_info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L70
Non-nullable field '_playerUpdateTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L68
Non-nullable field '_scoreDeltas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L66
Non-nullable field '_playerNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: A2SServer/PlayerSimulation.cs#L65
Non-nullable field '_rng' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.