Merge pull request #16 from Superyodeler/Multiplayer #57
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/Math.cs#L39
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Shared/Globals.cs#L11
Non-nullable field 'foregroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Shared/Globals.cs#L16
Non-nullable field 'backgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Shared/Code/Block System/TilemapShared.cs#L60
Converting null literal or possible null value to non-nullable type.
|
build:
Shared/Code/Block System/TilemapShared.cs#L76
Cannot convert null literal to non-nullable reference type.
|
build:
Shared/Code/Block System/TilemapShared.cs#L193
Converting null literal or possible null value to non-nullable type.
|
build:
Shared/Code/Block System/TilemapShared.cs#L194
Possible null reference argument for parameter 'otherTile' in 'bool TileShared.IsSameTileType(TileShared otherTile)'.
|
build:
Shared/Code/Block System/BlockManagerShared.cs#L42
Converting null literal or possible null value to non-nullable type.
|
build:
Shared/Code/Block System/BlockManagerShared.cs#L43
Dereference of a possibly null reference.
|
build:
Shared/Code/Block System/BlockManagerShared.cs#L12
Non-nullable field 'allBlocks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|