Skip to content

Add basic support for saving edits to the objects (#12) #61

Add basic support for saving edits to the objects (#12)

Add basic support for saving edits to the objects (#12) #61

Triggered via push December 20, 2023 23:45
Status Failure
Total duration 1m 41s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build (Release)
Too many retries.
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/DatFileParsing/LocoObject.cs#L76
Nullability of reference types in return type of 'G1Header? LocoObject.G1Header.get' doesn't match implicitly implemented member 'G1Header ILocoObject.G1Header.get' (possibly because of nullability attributes).
build (Release): OpenLocoTool/DatFileParsing/LocoObject.cs#L77
Nullability of reference types in return type of 'List<G1Element32>? LocoObject.G1Elements.get' doesn't match implicitly implemented member 'List<G1Element32> ILocoObject.G1Elements.get' (possibly because of nullability attributes).
build (Release): OpenLocoTool/DatFileParsing/SawyerStreamReader.cs#L10
Parameter 'logger' is unread.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L46
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L69
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build (Release): OpenLocoTool/DatFileParsing/ByteReader.cs#L137
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
build (Release): OpenLocoTool/Headers/G1Header.cs#L22
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): OpenLocoTool/DatFileParsing/SawyerStreamReader.cs#L110
Converting null literal or possible null value to non-nullable type.
build (Release): OpenLocoTool/Objects/TrainStationObject.cs#L18
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.