update for 1.0.4 #126
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/DatFileParsing/AttributeHelper.cs#L29
Dereference of a possibly null reference.
|
build (Release):
Core/DatFileParsing/AttributeHelper.cs#L32
Dereference of a possibly null reference.
|