Skip to content

startfix

startfix #943

Triggered via push December 23, 2024 13:29
Status Failure
Total duration 4m 43s
Artifacts

yaml-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L34
/Prototypes/Corvax/Procedural/biome_templates.yml(34,11) PrototypeID FloraTree01 for type Robust.Shared.Prototypes.EntityPrototype at Line: 34, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L35
/Prototypes/Corvax/Procedural/biome_templates.yml(35,11) PrototypeID FloraTree02 for type Robust.Shared.Prototypes.EntityPrototype at Line: 35, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L36
/Prototypes/Corvax/Procedural/biome_templates.yml(36,11) PrototypeID FloraTree03 for type Robust.Shared.Prototypes.EntityPrototype at Line: 36, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L37
/Prototypes/Corvax/Procedural/biome_templates.yml(37,11) PrototypeID FloraTree04 for type Robust.Shared.Prototypes.EntityPrototype at Line: 37, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L38
/Prototypes/Corvax/Procedural/biome_templates.yml(38,11) PrototypeID FloraTree05 for type Robust.Shared.Prototypes.EntityPrototype at Line: 38, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L39
/Prototypes/Corvax/Procedural/biome_templates.yml(39,11) PrototypeID FloraTree06 for type Robust.Shared.Prototypes.EntityPrototype at Line: 39, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L40
/Prototypes/Corvax/Procedural/biome_templates.yml(40,11) PrototypeID FloraTreeLarge01 for type Robust.Shared.Prototypes.EntityPrototype at Line: 40, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L41
/Prototypes/Corvax/Procedural/biome_templates.yml(41,11) PrototypeID FloraTreeLarge02 for type Robust.Shared.Prototypes.EntityPrototype at Line: 41, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L42
/Prototypes/Corvax/Procedural/biome_templates.yml(42,11) PrototypeID FloraTreeLarge03 for type Robust.Shared.Prototypes.EntityPrototype at Line: 42, Col: 11 not found
YAML Linter: Prototypes/Corvax/Procedural/biome_templates.yml#L43
/Prototypes/Corvax/Procedural/biome_templates.yml(43,11) PrototypeID FloraTreeLarge04 for type Robust.Shared.Prototypes.EntityPrototype at Line: 43, Col: 11 not found
YAML Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'