remove old experimental code #49
Annotations
1 error and 11 warnings
|
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#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).
|
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).
|
OpenLocoTool/Headers/G1Header.cs#L39
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
OpenLocoTool/Headers/G1Header.cs#L22
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
OpenLocoTool/DatFileParsing/ByteReader.cs#L46
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.
|
OpenLocoTool/DatFileParsing/ByteReader.cs#L69
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
OpenLocoTool/DatFileParsing/ByteReader.cs#L130
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
OpenLocoTool/Objects/TrainStationObject.cs#L18
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading