Skip to content

Implement folder based modding along side zip modding for faster iter… #37

Implement folder based modding along side zip modding for faster iter…

Implement folder based modding along side zip modding for faster iter… #37

Triggered via push October 14, 2023 02:34
Status Success
Total duration 2m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: papeloto/action-zip@v1, WebFreak001/deploy-nightly@v1.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
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
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: GFTool.Core/Flatbuffers/Utils/DataTypes.cs#L53
Non-nullable property 'Scale' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Flatbuffers/Utils/DataTypes.cs#L55
Non-nullable property 'Rotate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Flatbuffers/Utils/DataTypes.cs#L57
Non-nullable property 'Translate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Utils/StructConverter.cs#L12
Unboxing a possibly null value.
build: GFTool.Core/Cache/GFPakHashCache.cs#L25
Converting null literal or possible null value to non-nullable type.
build: GFTool.Core/Flatbuffers/TR/ResourceDictionary/FileDescriptor.cs#L55
Converting null literal or possible null value to non-nullable type.
build: GFTool.Core/Flatbuffers/TR/Model/Skeleton.cs#L65
Non-nullable property 'Bones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Flatbuffers/TR/Model/Skeleton.cs#L66
Non-nullable property 'Params' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Flatbuffers/TR/Model/Skeleton.cs#L67
Non-nullable property 'InverseKinematics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GFTool.Core/Flatbuffers/TR/Model/Skeleton.cs#L52
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.