Skip to content

Lots of changes

Lots of changes #70

Triggered via pull request January 17, 2024 06:15
Status Failure
Total duration 1m 15s
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#L49
'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#L49
'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#L51
'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 '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#L52
'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#L52
'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#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): OpenLocoToolTests/ObjectLoadingTests.cs#L73
'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#L73
'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/IEnumerableExtensions.cs#L5
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/ByteReader.cs#L45
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L68
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L136
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
build (Release): OpenLocoTool/Objects/TrainStationObject.cs#L20
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.