Skip to content

Extracts shared code in client and server to a base abstract class #77

Extracts shared code in client and server to a base abstract class

Extracts shared code in client and server to a base abstract class #77

Triggered via push November 2, 2023 21:01
Status Success
Total duration 1m 1s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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: Shared/Code/Packets/TileChange.cs#L13
Non-nullable field 'BlockUid' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
build: DedicatedServer/Code/WorldHandler.cs#L21
The field 'WorldHandler._counter' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L22
The field 'WorldHandler._currentTicks' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L20
The field 'WorldHandler._continueWait' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L24
The field 'WorldHandler._previousTicks' is assigned but its value is never used
build: Blocktest/Code/Networking/Client.cs#L73
Dereference of a possibly null reference.
build: Blocktest/Code/Block System/BlockSpritesManager.cs#L7
Non-nullable property 'AllBlocksSprites' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Shared/Code/Packets/TileChange.cs#L13
Non-nullable field 'BlockUid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.