Skip to content

Publish

Publish #356

Triggered via schedule November 6, 2023 10:11
Status Failure
Total duration 2m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
The referenced project '../Robust.Packaging/Robust.Packaging.csproj' is a self-contained executable. A self-contained executable cannot be referenced by a non self-contained executable. For more information, see https://aka.ms/netsdk1151
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L26
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L42
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
build: RobustToolbox/Robust.Shared/Player/Filter.cs#L247
'EntitySystem.TryGet<T>(out T?)' is obsolete
build: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L347
'IContainer.ForceRemove(EntityUid, IEntityManager?, MetaDataComponent?)' is obsolete: 'use force option in Remove()'
build: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L389
'IContainer.ForceRemove(EntityUid, IEntityManager?, MetaDataComponent?)' is obsolete: 'use force option in Remove()'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L163
'Component.Dirty(IEntityManager?)' is obsolete
build: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedGridTraversalSystem.cs#L93
'TransformComponent.AttachParent(EntityUid)' is obsolete: 'Use TransformSystem.SetParent() instead'