✅ Build Status Check ( branch) #193
Annotations
11 warnings
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 FinalEngine.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 FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L11
Missing XML comment for publicly visible type or member 'Entity'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L15
Missing XML comment for publicly visible type or member 'Entity.Entity(Guid?)'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity.Components'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L26
Missing XML comment for publicly visible type or member 'Entity.UniqueIdentifier'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L30
Missing XML comment for publicly visible type or member 'Entity.AddComponent(IEntityComponent)'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L45
Missing XML comment for publicly visible type or member 'Entity.AddComponent<TComponent>()'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L51
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(IEntityComponent)'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L66
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent(Type)'
|
Build FinalEngine.Rendering.OpenGL:
FinalEngine.ECS/Entity.cs#L75
Missing XML comment for publicly visible type or member 'Entity.ContainsComponent<TComponent>()'
|
Loading