Publish #359
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/Containers/ContainerHelpers.cs#L42
'TransformComponent.Parent' is obsolete: 'Use ParentUid and query the parent TransformComponent'
|
build:
RobustToolbox/Robust.Shared/Containers/ContainerHelpers.cs#L43
'ContainerHelpers.TryGetManagerComp(EntityUid, out IContainerManager?, IEntityManager?)' is obsolete: 'Use SharedContainerSystem.TryGetManagerComp() instead'
|
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'
|