Skip to content

[SchemaValidator] Continue on Sheet not found #32

[SchemaValidator] Continue on Sheet not found

[SchemaValidator] Continue on Sheet not found #32

Triggered via push June 27, 2024 21:51
Status Success
Total duration 33s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L5
Non-nullable property 'Added' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L6
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L7
Non-nullable property 'Modified' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Chunk/DeleteDirectoryChunk.cs#L11
Non-nullable property 'DirName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/ZiPatchConfig.cs#L22
Non-nullable property 'Store' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Chunk/AddDirectoryChunk.cs#L20
Non-nullable property 'DirName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Chunk/ZiPatchChunk.cs#L14
Converting null literal or possible null value to non-nullable type.
Build: lib/ZiTool/ZiPatchLib/Chunk/ZiPatchChunk.cs#L14
Possible null reference return.
Build: lib/ZiTool/ZiPatchLib/Chunk/FileHeaderChunk.cs#L24
Non-nullable property 'PatchType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: lib/ZiTool/ZiPatchLib/Chunk/SqpkCommand/SqpkAddData.cs#L19
Non-nullable property 'TargetFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.