Skip to content

[Tweak] Update Researches (#1410) #6617

[Tweak] Update Researches (#1410)

[Tweak] Update Researches (#1410) #6617

Triggered via push January 6, 2026 19:23
Status Success
Total duration 5m 48s
Artifacts

checker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Network/Messages/MsgConVars.cs#L26
'Logger.WarningS(string, string)' is obsolete: 'Use ISawmill.Warning'
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'
YAML Linter: RobustToolbox/Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1209
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1195
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L863
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
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/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'