Skip to content

Objects v2

Objects v2 #65

Triggered via pull request January 7, 2024 11:53
Status Failure
Total duration 1m 55s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L48
'AirportObject' does not contain a definition for 'var_0C' and no accessible extension method 'var_0C' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L48
'AirportObject' does not contain a definition for 'var_0C' and no accessible extension method 'var_0C' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L50
'AirportObject' does not contain a definition for 'NumSpriteSets' and no accessible extension method 'NumSpriteSets' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L50
'AirportObject' does not contain a definition for 'NumSpriteSets' and no accessible extension method 'NumSpriteSets' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L51
'AirportObject' does not contain a definition for 'NumTiles' and no accessible extension method 'NumTiles' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L51
'AirportObject' does not contain a definition for 'NumTiles' and no accessible extension method 'NumTiles' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L71
'AirportObject' does not contain a definition for 'pad_B6' and no accessible extension method 'pad_B6' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L71
'AirportObject' does not contain a definition for 'pad_B6' and no accessible extension method 'pad_B6' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L72
'AirportObject' does not contain a definition for 'pad_B6' and no accessible extension method 'pad_B6' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L72
'AirportObject' does not contain a definition for 'pad_B6' and no accessible extension method 'pad_B6' accepting a first argument of type 'AirportObject' could be found (are you missing a using directive or an assembly reference?)
build (Release)
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/
build (Release)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (Release): OpenLocoTool/Objects/IndustryObject.cs#L286
Possible null reference assignment.
build (Release): OpenLocoTool/DatFileParsing/AttributeHelper.cs#L29
Dereference of a possibly null reference.
build (Release): OpenLocoTool/DatFileParsing/AttributeHelper.cs#L32
Dereference of a possibly null reference.
build (Release): OpenLocoTool/DatFileParsing/AttributeHelper.cs#L35
Dereference of a possibly null reference.
build (Release): OpenLocoTool/DatFileParsing/AttributeHelper.cs#L38
Dereference of a possibly null reference.
build (Release): OpenLocoTool/DatFileParsing/BaseObject.cs#L7
Non-nullable property 'Object' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/DatFileParsing/BaseObject.cs#L8
Non-nullable property 'StringTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/DatFileParsing/BaseObject.cs#L9
Non-nullable property 'GraphicsTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L45
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.