Adds Pykrete #19
Annotations
1 error and 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/BlocktestGame.cs#L13
Non-nullable field '_spriteBatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Globals.cs#L6
Non-nullable field 'Game' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Globals.cs#L9
Non-nullable field 'foregroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/Globals.cs#L14
Non-nullable field 'backgroundTilemap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Blocktest/Code/BuildSystem.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Blocktest/Code/BuildSystem.cs#L26
Dereference of a possibly null reference.
|
Blocktest/Code/BuildSystem.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Blocktest/Code/BuildSystem.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Blocktest/Code/BuildSystem.cs#L32
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading