Skip to content

Misc Bugfixes and Tweaks #86

Misc Bugfixes and Tweaks

Misc Bugfixes and Tweaks #86

Triggered via pull request August 22, 2024 22:41
Status Success
Total duration 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Shared/Code/Packets/TileChange.cs#L13
Non-nullable field 'BlockUid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Shared/Code/Packets/PlayerList.cs#L7
Non-nullable field 'PlayerIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Shared/Code/Block System/BlockManagerShared.cs#L14
Non-nullable property 'AllBlocks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Blocktest/Code/UI/GameUI.cs#L10
'ComboBox' is obsolete: 'Use ComboView'
build: Blocktest/Code/Block System/BlockSpritesManager.cs#L7
Non-nullable property 'AllBlocksSprites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Blocktest/Code/Networking/Client.cs#L73
Dereference of a possibly null reference.
build: Blocktest/Code/UI/GameUI.cs#L13
'ComboBox' is obsolete: 'Use ComboView'
build: Blocktest/Code/UI/GameUI.cs#L14
'Widget.GridColumn' is obsolete: 'Use Grid.GetColumn/Grid.SetColumn'
build: Blocktest/Code/UI/GameUI.cs#L15
'Widget.GridRow' is obsolete: 'Use Grid.GetColumn/Grid.SetColumn'
build: Blocktest/Code/UI/GameUI.cs#L22
'ListItem' is obsolete: 'Use ListView'