Skip to content

✅ Build Status Check ( branch) #188

✅ Build Status Check ( branch)

✅ Build Status Check ( branch) #188

Triggered via push April 17, 2024 03:38
Status Failure
Total duration 2m 0s
Artifacts
build_audio
23s
build_audio
build_audio_openal
27s
build_audio_openal
build_ecs
26s
build_ecs
build_ecs_components
19s
build_ecs_components
build_editor_common
57s
build_editor_common
build_editor_desktop
1m 48s
build_editor_desktop
build_editor_view_models
42s
build_editor_view_models
build_extensions_resources
12s
build_extensions_resources
build_input
1m 0s
build_input
build_maths
21s
build_maths
build_platform
20s
build_platform
build_platform_desktop
20s
build_platform_desktop
build_rendering
24s
build_rendering
build_rendering_opengl
32s
build_rendering_opengl
build_resources
28s
build_resources
build_runtime
1m 25s
build_runtime
build_utilities
17s
build_utilities
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 97 warnings
build_extensions_resources
Process completed with exit code 1.
build_ecs_components
Process completed with exit code 1.
build_extensions_resources
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_utilities
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_ecs_components
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_platform_desktop
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_platform
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_maths
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_audio
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_rendering
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_rendering: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_rendering: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_rendering: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_rendering: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_rendering: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L57
Non-nullable property 'Fragment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_rendering: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L59
Non-nullable property 'Vertex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_rendering: FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
build_rendering: FinalEngine.Rendering/Renderers/IRenderQueue.cs#L7
Rename type name IRenderQueue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build_rendering: FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
build_rendering: FinalEngine.Rendering/Loaders/Textures/Texture2DResourceLoader.cs#L22
Change type of field 'invoker' from 'FinalEngine.Rendering.Loaders.Invocation.IImageInvoker' to 'FinalEngine.Rendering.Loaders.Invocation.ImageInvoker' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build_audio_openal
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_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L12
Missing XML comment for publicly visible type or member 'OpenALSound'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L19
Missing XML comment for publicly visible type or member 'OpenALSound.OpenALSound(string)'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L30
Missing XML comment for publicly visible type or member 'OpenALSound.IsLooping'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L45
Missing XML comment for publicly visible type or member 'OpenALSound.Volume'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L60
Missing XML comment for publicly visible type or member 'OpenALSound.Dispose()'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L76
Missing XML comment for publicly visible type or member 'OpenALSound.Pause()'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L82
Missing XML comment for publicly visible type or member 'OpenALSound.Play()'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L88
Missing XML comment for publicly visible type or member 'OpenALSound.Stop()'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L12
Missing XML comment for publicly visible type or member 'OpenALSound'
build_audio_openal: FinalEngine.Audio.OpenAL/OpenALSound.cs#L19
Missing XML comment for publicly visible type or member 'OpenALSound.OpenALSound(string)'
build_ecs
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_ecs: FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
build_ecs: FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
build_ecs: FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
build_ecs: FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
build_ecs: FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
build_ecs: FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
build_ecs: FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
build_ecs: FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
build_ecs: FinalEngine.ECS/Entity.cs#L75
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent<TComponent>()'
build_ecs: FinalEngine.ECS/Entity.cs#L81
Missing XML comment for publicly visible type or member 'Entity.GetComponent(Type)'
build_resources
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_rendering_opengl
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_rendering_opengl: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_rendering_opengl: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_rendering_opengl: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_rendering_opengl: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_rendering_opengl: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L57
Non-nullable property 'Fragment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_rendering_opengl: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L59
Non-nullable property 'Vertex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_rendering_opengl: FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
build_rendering_opengl: FinalEngine.Rendering/Renderers/IRenderQueue.cs#L7
Rename type name IRenderQueue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build_rendering_opengl: FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
build_rendering_opengl: FinalEngine.Rendering/Loaders/Textures/Texture2DResourceLoader.cs#L22
Change type of field 'invoker' from 'FinalEngine.Rendering.Loaders.Invocation.IImageInvoker' to 'FinalEngine.Rendering.Loaders.Invocation.ImageInvoker' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build_editor_view_models
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_editor_view_models: FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L75
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent<TComponent>()'
build_editor_view_models: FinalEngine.ECS/Entity.cs#L81
Missing XML comment for publicly visible type or member 'Entity.GetComponent(Type)'
build_editor_common
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_editor_common: FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
build_editor_common: FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
build_editor_common: FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
build_editor_common: FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
build_editor_common: FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
build_editor_common: FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
build_editor_common: FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
build_editor_common: FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
build_editor_common: FinalEngine.ECS/Entity.cs#L75
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent<TComponent>()'
build_editor_common: FinalEngine.ECS/Entity.cs#L81
Missing XML comment for publicly visible type or member 'Entity.GetComponent(Type)'
build_input
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_runtime
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_runtime: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_runtime: FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_runtime: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
build_runtime: FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
build_runtime: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L57
Non-nullable property 'Fragment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_runtime: FinalEngine.Rendering/Loaders/Shaders/ShaderProgramResourceLoader.cs#L59
Non-nullable property 'Vertex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_runtime: FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
build_runtime: FinalEngine.Rendering/Renderers/IRenderQueue.cs#L7
Rename type name IRenderQueue so that it does not end in 'Queue' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build_runtime: FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
build_runtime: FinalEngine.Rendering/Loaders/Textures/Texture2DResourceLoader.cs#L22
Change type of field 'invoker' from 'FinalEngine.Rendering.Loaders.Invocation.IImageInvoker' to 'FinalEngine.Rendering.Loaders.Invocation.ImageInvoker' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build_editor_desktop
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_editor_desktop: FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L75
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent<TComponent>()'
build_editor_desktop: FinalEngine.ECS/Entity.cs#L81
Missing XML comment for publicly visible type or member 'Entity.GetComponent(Type)'