Skip to content

minor button arrange fix #475

minor button arrange fix

minor button arrange fix #475

Triggered via push July 6, 2026 20:12
Status Failure
Total duration 31s
Artifacts

cicd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
CI/CD: src/Multiplayer/Multiplayer.cs#L101
Argument 1: cannot convert from 'UIRoundButton_UI2' to 'IUILayoutable'
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L9
Non-nullable property 'gameSettingsJson' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L7
Non-nullable property 'serializedGameState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L5
Non-nullable property 'lobbyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD: src/Multiplayer/Multiplayer.cs#L103
Argument 1: cannot convert from 'UIRoundButton_UI2' to 'IUILayoutable'
CI/CD: src/Multiplayer/Multiplayer.cs#L102
Argument 1: cannot convert from 'UIRoundButton_UI2' to 'IUILayoutable'
CI/CD: src/Multiplayer/Multiplayer.cs#L101
Argument 1: cannot convert from 'UIRoundButton_UI2' to 'IUILayoutable'
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L9
Non-nullable property 'gameSettingsJson' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L7
Non-nullable property 'serializedGameState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD: src/Multiplayer/ViewModels/SetupGameDataViewModel.cs#L5
Non-nullable property 'lobbyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CI/CD
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/