Skip to content

hotfix 10.01.2026 #6641

hotfix 10.01.2026

hotfix 10.01.2026 #6641

Triggered via pull request January 10, 2026 17:00
Status Failure
Total duration 5m 4s
Artifacts

checker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
YAML Linter
Process completed with exit code 134.
YAML Linter: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
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/Physics/Systems/FixtureSystem.cs#L206
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs#L386
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L1142
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L380
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L335
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs#L173
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
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>()'
YAML Linter: RobustToolbox/Robust.Shared/Random/RandomExtensions.cs#L22
'IRobustRandom.GetRandom()' is obsolete: 'Do not access the underlying implementation'