Build & Publish Docfx #52
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/Collision/Shapes/PolygonShape.cs#L38
'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/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/ContainerManagerComponent.cs#L163
'Component.Dirty(IEntityManager?)' is obsolete
|
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/GameObjects/Systems/SharedGridTraversalSystem.cs#L93
'TransformComponent.AttachParent(EntityUid)' is obsolete: 'Use TransformSystem.SetParent() instead'
|