Skip to content

Updates Wood, Dirt, Grass and Stone blocks! #56

Updates Wood, Dirt, Grass and Stone blocks!

Updates Wood, Dirt, Grass and Stone blocks! #56

Triggered via pull request October 3, 2023 22:05
Status Success
Total duration 40s
Artifacts

test.yml

on: pull_request
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: Blocktest/Code/Math.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Blocktest/Code/Block System/Block.cs#L25
Non-nullable field 'blockSprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Blocktest/Code/Block System/Block.cs#L28
Non-nullable field 'spriteSheet' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Blocktest/Code/Block System/Tilemap.cs#L121
Non-nullable field 'sprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Blocktest/Code/Block System/Tilemap.cs#L162
Converting null literal or possible null value to non-nullable type.
build: Blocktest/Code/Block System/Tilemap.cs#L163
Possible null reference argument for parameter 'otherTile' in 'bool Tile.IsSameTileType(Tile otherTile)'.
build: Blocktest/Code/Globals.cs#L7
Non-nullable field 'foregroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Blocktest/Code/Globals.cs#L12
Non-nullable field 'backgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Blocktest/Code/Block System/Tilemap.cs#L48
Converting null literal or possible null value to non-nullable type.
build: Blocktest/Code/Block System/Tilemap.cs#L66
Possible null reference return.