✅ Build Status Check (master branch) #185
build-status-check.yml
on: pull_request
build_audio
21s
build_audio_openal
20s
build_ecs
24s
build_ecs_components
16s
build_editor_common
20s
build_editor_desktop
1m 39s
build_editor_view_models
35s
build_extensions_resources
7s
build_input
24s
build_maths
21s
build_platform
29s
build_platform_desktop
18s
build_rendering
27s
build_rendering_opengl
28s
build_resources
15s
build_runtime
32s
build_utilities
20s
Annotations
2 errors and 77 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_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_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_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.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_common:
FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_common:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_common:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_common:
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_editor_common:
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_editor_common:
FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
|
build_editor_common:
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_editor_common:
FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
build_editor_common:
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
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_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_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_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_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/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_rendering_opengl:
FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
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/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' 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/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_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_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_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.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_view_models:
FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_view_models:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_view_models:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_view_models:
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_editor_view_models:
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_editor_view_models:
FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
|
build_editor_view_models:
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_editor_view_models:
FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
build_editor_view_models:
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.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Return type of 'ImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_desktop:
FinalEngine.Rendering/Loaders/Invocation/ImageInvoker.cs#L15
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_desktop:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Return type of 'IImageInvoker.Load<TPixel>(Stream)' is not CLS-compliant
|
build_editor_desktop:
FinalEngine.Rendering/Loaders/Invocation/IImageInvoker.cs#L13
Constraint type 'IPixel<TPixel>' is not CLS-compliant
|
build_editor_desktop:
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_editor_desktop:
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_editor_desktop:
FinalEngine.Rendering/RasterStateDescription.cs#L36
The field 'RasterStateDescription.gammaCorrectionEnabled' is never used
|
build_editor_desktop:
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_editor_desktop:
FinalEngine.Rendering/RasterStateDescription.cs#L36
Unused field 'gammaCorrectionEnabled' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
build_editor_desktop:
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)
|