Skip to content

Merge branch 'master' of https://github.com/Simple-Station/Parkstatio… #2082

Merge branch 'master' of https://github.com/Simple-Station/Parkstatio…

Merge branch 'master' of https://github.com/Simple-Station/Parkstatio… #2082

Triggered via push July 27, 2023 04:32
Status Failure
Total duration 2m 31s
Artifacts

yaml-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L17
Argument 1: cannot convert from 'Robust.Client.GameObjects.ClientUserInterfaceComponent' to 'Robust.Shared.GameObjects.EntityUid'
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L25
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L27
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L31
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L33
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L17
Argument 1: cannot convert from 'Robust.Client.GameObjects.ClientUserInterfaceComponent' to 'Robust.Shared.GameObjects.EntityUid'
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L25
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L27
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L31
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build: Content.Client/SimpleStation14/Jukebox/Ui/JukeboxBoundUserInterface.cs#L33
'EntityUid' does not contain a definition for 'Owner' and no accessible extension method 'Owner' accepting a first argument of type 'EntityUid' could be found (are you missing a using directive or an assembly reference?)
build
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/
build: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L19
'ComponentReferenceAttribute' is obsolete: 'Refactor your code to not use component references.'
build: RobustToolbox/Robust.Shared/Timing/PrecisionSleep.cs#L143
The type name 'timespec' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: RobustToolbox/Robust.Shared/Timing/PrecisionSleep.cs#L149
The type name 'timeval' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L39
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L41
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
build: RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L52
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'