Build project #13
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Shared/Globals.cs#L19
Non-nullable field 'ForegroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Shared/Globals.cs#L22
Non-nullable field 'BackgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Shared/Code/Block System/BlockManagerShared.cs#L10
Non-nullable field '_allBlocks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Shared/Code/Block System/BlockManagerShared.cs#L14
Non-nullable field '_blockNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Block System/BlockSprites.cs#L20
Non-nullable field 'BlockSprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Block System/BlockSprites.cs#L20
Non-nullable field 'SpriteSheet' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Block System/BlockSpritesManager.cs#L6
Non-nullable field '_allBlocksSprites' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Block System/BlockSpritesManager.cs#L9
Non-nullable field '_blockSpriteNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading