Merge pull request #4 from Imaginos16/pykrete #21
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/BlocktestGame.cs#L13
Non-nullable field '_spriteBatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Blocktest/Code/Block System/Tilemap.cs#L209
Converting null literal or possible null value to non-nullable type.
|
build:
Blocktest/Code/Block System/Tilemap.cs#L210
Possible null reference argument for parameter 'otherTile' in 'bool Tile.IsSameTileType(Tile otherTile)'.
|
build:
Blocktest/Code/BuildSystem.cs#L25
Converting null literal or possible null value to non-nullable type.
|
build:
Blocktest/Code/BuildSystem.cs#L26
Dereference of a possibly null reference.
|
build:
Blocktest/Code/BuildSystem.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
Blocktest/Code/BuildSystem.cs#L31
Converting null literal or possible null value to non-nullable type.
|
build:
Blocktest/Code/BuildSystem.cs#L32
Dereference of a possibly null reference.
|
build:
Blocktest/Code/BuildSystem.cs#L34
Cannot convert null literal to non-nullable reference type.
|