Skip to content

introduced TagId<> #525

introduced TagId<>

introduced TagId<> #525

Triggered via push March 6, 2026 10:14
Status Success
Total duration 59s
Artifacts

engine.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ECS/Base/TagId.cs#L55
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/Tests/ECS/Base/Test_ComponentTypeInfo.cs#L73
The given expression is always of the provided ('Test_ComponentTypeInfo.ITestableInterface') type
build: src/ECS/Base/TagId.cs#L58
'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.TagId<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/TagId.cs#L55
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/ComponentId.cs#L58
'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.ComponentId<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/ComponentId.cs#L55
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/ComponentId.cs#L58
'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.ComponentId<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/ComponentId.cs#L55
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/TagId.cs#L58
'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.TagId<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/TagId.cs#L55
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.