Skip to content

add example: Test_Entity_EntityData_example() #940

add example: Test_Entity_EntityData_example()

add example: Test_Entity_EntityData_example() #940

Triggered via push June 27, 2026 11:10
Status Success
Total duration 1m 32s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, codecov/codecov-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/ECS/Relations/Internal/RelationTypeUtils.cs#L38
'TRelation' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in 'Friflo.Engine.ECS.Relations.GenericEntityRelations<TRelation, TKey>'. The parameter 'componentType' of method 'Friflo.Engine.ECS.Relations.RelationTypeUtils.MakeIndexType(Type, Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Relations/Internal/RelationTypeUtils.cs#L36
'TRelation' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in 'Friflo.Engine.ECS.Relations.EntityLinkRelations<TRelation>'. The parameter 'componentType' of method 'Friflo.Engine.ECS.Relations.RelationTypeUtils.MakeIndexType(Type, Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Base/Types/ComponentEnum.cs#L112
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'Friflo.Engine.ECS.ComponentEnum<TEnum>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Base/Types/ComponentEnum.cs#L93
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
build: src/ECS/Base/Types/TagEnum.cs#L112
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'Friflo.Engine.ECS.TagEnum<TEnum>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Base/Types/TagEnum.cs#L93
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
build: src/ECS/Base/Types/ComponentEnum.cs#L112
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'Friflo.Engine.ECS.ComponentEnum<TEnum>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Base/Types/TagEnum.cs#L112
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'Friflo.Engine.ECS.TagEnum<TEnum>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ECS/Base/Types/ComponentEnum.cs#L93
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
build: src/ECS/Base/Types/TagEnum.cs#L93
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.