Skip to content

Build & Publish Docfx #53

Build & Publish Docfx

Build & Publish Docfx #53

Triggered via schedule November 19, 2023 01:24
Status Failure
Total duration 8m 56s
Artifacts

build-docfx.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
docfx
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docfx: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L26
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L42
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerHelpers.cs#L42
'TransformComponent.Parent' is obsolete: 'Use ParentUid and query the parent TransformComponent'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerHelpers.cs#L43
'ContainerHelpers.TryGetManagerComp(EntityUid, out IContainerManager?, IEntityManager?)' is obsolete: 'Use SharedContainerSystem.TryGetManagerComp() instead'
docfx: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L347
'IContainer.ForceRemove(EntityUid, IEntityManager?, MetaDataComponent?)' is obsolete: 'use force option in Remove()'
docfx: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L389
'IContainer.ForceRemove(EntityUid, IEntityManager?, MetaDataComponent?)' is obsolete: 'use force option in Remove()'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L163
'Component.Dirty(IEntityManager?)' is obsolete
docfx: RobustToolbox/Robust.Shared/Player/Filter.cs#L247
'EntitySystem.TryGet<T>(out T?)' is obsolete