Skip to content

update objects with missing image ids from openloco #113

update objects with missing image ids from openloco

update objects with missing image ids from openloco #113

Triggered via push March 11, 2024 00:46
Status Failure
Total duration 1m 41s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build (Release)
Too many retries.
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): Core/Objects/Sound/SoundObject.cs#L11
Non-nullable property 'SoundObjectData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Core/Objects/Sound/SoundObject.cs#L11
Non-nullable field 'unkData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): Core/Objects/Industry/IndustryObject.cs#L48
Non-nullable property 'BuildingWall' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Core/Objects/Industry/IndustryObject.cs#L48
Non-nullable property 'BuildingWallEntrance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Core/Objects/Industry/IndustryObject.cs#L265
Dereference of a possibly null reference.
build (Release): Core/Objects/Industry/IndustryObject.cs#L271
Dereference of a possibly null reference.
build (Release): Core/Objects/Industry/IndustryObject.cs#L277
Dereference of a possibly null reference.
build (Release): Core/Objects/TrainStationObject.cs#L22
Non-nullable property 'CargoOffsetBytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Core/Objects/TrainStationObject.cs#L22
Non-nullable property 'ManualPower' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.