Skip to content

Bump Tomlyn from 0.17.0 to 2.7.0 #43

Bump Tomlyn from 0.17.0 to 2.7.0

Bump Tomlyn from 0.17.0 to 2.7.0 #43

Triggered via pull request June 22, 2026 13:54
Status Failure
Total duration 53s
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#L65
Field 'PlayerSimulation._rng' is never assigned to, and will always have its default value null
build: A2SServer/PlayerSimulation.cs#L69
Field 'PlayerSimulation._playerUpdateInterval' is never assigned to, and will always have its default value
build: A2SServer/PlayerSimulation.cs#L74
The field 'PlayerSimulation._rules' is never used
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.