show image number in g1.dat and image lists #40
Annotations
5 errors and 11 warnings
OpenLocoToolTests/ObjectSavingTests.cs#L24
Member 'SawyerStreamReader.LoadBytesFromFile(string)' cannot be accessed with an instance reference; qualify it with a type name instead
|
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)
|
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)
|
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)
|
|
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/
|
|
OpenLocoToolCommon/Logger.cs#L26
Non-nullable event 'LogAdded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
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).
|
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).
|
OpenLocoTool/Program.cs#L11
The variable 'path' is assigned but its value is never used
|
OpenLocoTool/Objects/TrainStationObject.cs#L18
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
OpenLocoTool/Objects/SoundObject.cs#L39
Non-nullable property 'SoundObjectData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
OpenLocoTool/Objects/SoundObject.cs#L39
Non-nullable property 'RawPcmData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
OpenLocoTool/DatFileParsing/ByteReader.cs#L46
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.
|
The logs for this run have expired and are no longer available.
Loading