✅ Build Status Check ( branch) #194
build-status-check.yml
on: push
build_audio
18s
build_audio_openal
15s
build_ecs
13s
build_ecs_components
7s
build_editor_common
28s
build_editor_desktop
1m 53s
build_editor_view_models
23s
build_extensions_resources
9s
build_input
18s
build_maths
40s
build_platform
25s
build_platform_desktop
31s
build_rendering
19s
build_rendering_opengl
23s
build_resources
14s
build_runtime
22s
build_utilities
13s
Annotations
8 errors and 103 warnings
build_ecs_components
Process completed with exit code 1.
|
build_extensions_resources
Process completed with exit code 1.
|
build_editor_view_models:
FinalEngine.Editor.ViewModels/MainViewModel.cs#L48
The type or namespace name 'IRuntimeContext' could not be found (are you missing a using directive or an assembly reference?)
|
build_editor_view_models:
FinalEngine.Editor.ViewModels/MainViewModel.cs#L48
The type or namespace name 'IRuntimeContext' could not be found (are you missing a using directive or an assembly reference?)
|
build_editor_view_models
Process completed with exit code 1.
|
build_editor_desktop:
FinalEngine.Editor.ViewModels/MainViewModel.cs#L48
The type or namespace name 'IRuntimeContext' could not be found (are you missing a using directive or an assembly reference?)
|
build_editor_desktop:
FinalEngine.Editor.ViewModels/MainViewModel.cs#L48
The type or namespace name 'IRuntimeContext' could not be found (are you missing a using directive or an assembly reference?)
|
build_editor_desktop
Process completed with exit code 1.
|
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_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_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_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.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_audio_openal:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_audio_openal:
FinalEngine.Audio.OpenAL/Extensions/ServiceCollectionExtensions.cs#L13
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions'
|
build_audio_openal:
FinalEngine.Audio.OpenAL/Extensions/ServiceCollectionExtensions.cs#L15
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddOpenAL(IServiceCollection)'
|
build_audio_openal:
FinalEngine.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_audio_openal:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_audio_openal:
FinalEngine.Audio.OpenAL/Extensions/ServiceCollectionExtensions.cs#L13
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions'
|
build_audio_openal:
FinalEngine.Audio.OpenAL/Extensions/ServiceCollectionExtensions.cs#L15
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddOpenAL(IServiceCollection)'
|
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_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:
FinalEngine.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_resources:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_resources:
FinalEngine.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_resources:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
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_audio:
FinalEngine.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_audio:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_audio:
FinalEngine.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_audio:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
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.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_rendering:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_rendering:
FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
|
build_rendering:
FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(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.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_runtime:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_runtime:
FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
|
build_runtime:
FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
|
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_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.Resources/Exceptions/ResourceLoaderNotRegisteredException.cs#L19
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
build_rendering_opengl:
FinalEngine.Resources/ResourceLoaderBase.cs#L25
Make 'ResourceLoaderBase' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'FinalEngine.Resources.IResourceLoader.GetResourceType' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
|
build_rendering_opengl:
FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
|
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_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_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_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_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)'
|