Skip to content

Update publish.yml

Update publish.yml #16

Triggered via push April 9, 2024 13:59
Status Failure
Total duration 1m 41s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
build-windows: VoxelExplorer/Data/VoxelWorldRenderer.cs#L48
'VertexArrayBufferAttachmentType' does not contain a definition for 'InstanceBuffer'
build-windows: VoxelExplorer/Data/VoxelWorldRenderer.cs#L49
'VertexArrayBufferAttachmentType' does not contain a definition for 'InstanceBuffer'
build-windows: VoxelExplorer/Data/VoxelWorldRenderer.cs#L51
'VertexArrayBufferAttachmentType' does not contain a definition for 'InstanceBuffer'
build-windows: VoxelExplorer/Data/VoxelWorldRenderer.cs#L117
'VertexArrayBufferAttachmentType' does not contain a definition for 'InstanceBuffer'
build-windows
Process completed with exit code 1.
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@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-windows: Bogz.Logging/Logger.cs#L11
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: Horizon.Core/Components/Physics2D/Box2DWorldComponent.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/Physics2D/Box2DWorldComponent.cs#L12
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Entity.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Entity.cs#L30
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/EngineEventHandler.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/EngineEventHandler.cs#L19
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/Physics2D/Box2DBody.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/Physics2D/Box2DBody.cs#L16
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: Horizon.Core/Components/Physics2D/Box2DBody.cs#L16
Non-nullable field 'transform' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.