Skip to content

Rename and prepare release #75

Rename and prepare release

Rename and prepare release #75

Triggered via pull request February 9, 2024 03:43
Status Failure
Total duration 2m 6s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build (Release)
Process completed with exit code 1.
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. 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#L244
Dereference of a possibly null reference.
build (Release): Core/Objects/Industry/IndustryObject.cs#L250
Dereference of a possibly null reference.
build (Release): Core/Objects/Industry/IndustryObject.cs#L256
Dereference of a possibly null reference.
build (Release): Core/DatFileParsing/AttributeHelper.cs#L29
Dereference of a possibly null reference.
build (Release): Core/DatFileParsing/AttributeHelper.cs#L32
Dereference of a possibly null reference.