Skip to content

Merge remote-tracking branch 'upstream/master' #36

Merge remote-tracking branch 'upstream/master'

Merge remote-tracking branch 'upstream/master' #36

Triggered via push October 18, 2023 21:09
Status Failure
Total duration 1m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Test Packaging: Content.Shared/Administration/AnyCommandAttribute.cs#L3
The type or namespace name 'Toolshed' does not exist in the namespace 'Robust.Shared' (are you missing an assembly reference?)
Test Packaging: Content.Shared/Medical/Cryogenics/InsideCryoPodComponent.cs#L12
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Components/ContentEyeComponent.cs#L17
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Components/ContentEyeComponent.cs#L23
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Components/InputMoverComponent.cs#L41
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Components/InputMoverComponent.cs#L42
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Systems/SharedContentEyeSystem.cs#L66
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Systems/SharedContentEyeSystem.cs#L66
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Systems/SharedContentEyeSystem.cs#L74
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging: Content.Shared/Movement/Systems/SharedContentEyeSystem.cs#L135
'Vector2' is an ambiguous reference between 'Robust.Shared.Maths.Vector2' and 'System.Numerics.Vector2'
Test Packaging
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/
Test Packaging: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
Test Packaging: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
Test Packaging: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Test Packaging: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L40
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
Test Packaging: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L170
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Test Packaging: RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L51
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L255
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Test Packaging: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L277
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Test Packaging: RobustToolbox/Robust.Shared/Containers/ContainerHelpers.cs#L43
'ContainerHelpers.TryGetManagerComp(EntityUid, out IContainerManager?, IEntityManager?)' is obsolete: 'Use SharedContainerSystem.TryGetManagerComp() instead'