Всё те же фиксы, но на новой обнове #759
nf-shipyard-tests.yml
on: pull_request
Matrix: build
Build & Run Shipyard Tests
3s
Annotations
11 warnings
|
build (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/PrototypeReloadSystem.cs#L81
'MetaDataComponent.EntityPrototype.set' is obsolete: 'Use MetaDataSystem.SetEntityPrototype'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L382
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L337
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1223
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1209
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Map/TileDefinitionManager.cs#L63
'RandomHelpers.NextByte(Random, byte)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L877
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L346
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|