Skip to content

show image number in g1.dat and image lists #40

show image number in g1.dat and image lists

show image number in g1.dat and image lists #40

Triggered via push October 24, 2023 13:17
Status Failure
Total duration 1m 10s
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

5 errors and 11 warnings
build (Release): OpenLocoToolTests/ObjectSavingTests.cs#L24
Member 'SawyerStreamReader.LoadBytesFromFile(string)' cannot be accessed with an instance reference; qualify it with a type name instead
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L161
The EqualTo constraint always fails as the actual and the expected value cannot be equal (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2021.md)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L164
The EqualTo constraint always fails as the actual and the expected value cannot be equal (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2021.md)
build (Release): OpenLocoToolTests/ObjectLoadingTests.cs#L165
The EqualTo constraint always fails as the actual and the expected value cannot be equal (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2021.md)
build (Release)
Process completed with exit code 1.
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#L138
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#L139
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/DatFileParsing/ByteReader.cs#L46
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.