Skip to content

Merge pull request #17 from Imaginos16/block-gupdate #62

Merge pull request #17 from Imaginos16/block-gupdate

Merge pull request #17 from Imaginos16/block-gupdate #62

Triggered via push October 6, 2023 19:12
Status Failure
Total duration 38s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/Globals.cs#L19
Non-nullable field 'ForegroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Shared/Globals.cs#L22
Non-nullable field 'BackgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Shared/Code/Block System/BlockManagerShared.cs#L10
Non-nullable field '_allBlocks' 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 field '_blockNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DedicatedServer/Code/WorldHandler.cs#L19
The field 'WorldHandler._counter' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L20
The field 'WorldHandler._currentTicks' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L18
The field 'WorldHandler._continueWait' is assigned but its value is never used
build: DedicatedServer/Code/WorldHandler.cs#L22
The field 'WorldHandler._previousTicks' is assigned but its value is never used
build: Shared/Globals.cs#L19
Non-nullable field 'ForegroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Shared/Globals.cs#L22
Non-nullable field 'BackgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.