Skip to content

Bump Tomlyn from 0.17.0 to 2.6.0 #42

Bump Tomlyn from 0.17.0 to 2.6.0

Bump Tomlyn from 0.17.0 to 2.6.0 #42

Triggered via pull request June 15, 2026 13:54
Status Failure
Total duration 1m 19s
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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L68
Field 'PlayerSimulation._scoreDeltas' is never assigned to, and will always have its default value null
build: A2SServer/PlayerSimulation.cs#L67
Field 'PlayerSimulation._numPlayers' is never assigned to, and will always have its default value 0
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.