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