Adds configuration files for rider #59
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/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#L14
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#L187
Converting null literal or possible null value to non-nullable type.
|
build:
Shared/Code/Block System/TilemapShared.cs#L188
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.
|
build:
Shared/Code/Block System/BlockManagerShared.cs#L18
Non-nullable field 'blockNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Shared/Code/Block System/TilemapShared.cs#L61
Converting null literal or possible null value to non-nullable type.
|