Fixes Block Placement Preview #10
Merged
Annotations
11 warnings
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/
|
Blocktest/Code/Math.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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.
|
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.
|
Blocktest/Code/Block System/Tilemap.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Blocktest/Code/Block System/Tilemap.cs#L82
Possible null reference return.
|
Blocktest/Code/Block System/Tilemap.cs#L89
Cannot convert null literal to non-nullable reference type.
|
Blocktest/Code/Block System/BlockManager.cs#L42
Converting null literal or possible null value to non-nullable type.
|
Blocktest/Code/Block System/BlockManager.cs#L43
Dereference of a possibly null reference.
|
Blocktest/Code/Block System/BlockManager.cs#L12
Non-nullable field 'allBlocks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Block System/BlockManager.cs#L18
Non-nullable field 'blockNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading