Skip to content

Update RobustToolbox #7

Update RobustToolbox

Update RobustToolbox #7

Triggered via push July 10, 2023 10:47
Status Failure
Total duration 2m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

yaml-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
YAML Linter: Content.Shared/Maps/SharedGridDraggingSystem.cs#L31
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Maps/SharedGridDraggingSystem.cs#L38
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Anomaly/Components/AnomalyComponent.cs#L116
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Anomaly/Components/AnomalyComponent.cs#L223
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Movement/Components/ContentEyeComponent.cs#L17
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Movement/Components/ContentEyeComponent.cs#L23
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Movement/Components/InputMoverComponent.cs#L41
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Movement/Components/InputMoverComponent.cs#L42
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/Audio/AmbientSoundComponent.cs#L29
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: Content.Shared/NPC/Events/NPCSteeringDebugEvent.cs#L23
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
YAML Linter: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L19
'ComponentReferenceAttribute' is obsolete: 'Refactor your code to not use component references.'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L40
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
YAML Linter: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
YAML Linter: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L173
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
YAML Linter: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L258
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L222
'TransformComponent.Coordinates.set' is obsolete: 'Use the system's setter method instead.'