Skip to content

progress on memory model #45

progress on memory model

progress on memory model #45

Triggered via push October 25, 2023 12:02
Status Failure
Total duration 1m 35s
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#L226
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#L227
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/Program.cs#L11
The variable 'path' is assigned but its value is never used
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.
build (Release): OpenLocoTool/Objects/TrainStationObject.cs#L18
Non-nullable property 'var_6E' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/Objects/SoundObject.cs#L39
Non-nullable property 'SoundObjectData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/Objects/SoundObject.cs#L39
Non-nullable property 'RawPcmData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): OpenLocoTool/Objects/RoadStationObject.cs#L19
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.