Skip to content

remove old experimental code #49

remove old experimental code

remove old experimental code #49

Triggered via push November 7, 2023 07:07
Status Failure
Total duration 2m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
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): OpenLocoToolCommon/Logger.cs#L26
Non-nullable event 'LogAdded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build (Release): OpenLocoTool/DatFileParsing/LocoObject.cs#L165
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#L166
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/Headers/G1Header.cs#L39
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/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#L130
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
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.