Publish Testing #181
Annotations
10 errors and 21 warnings
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L140
'SharedChatSystem' does not contain a definition for 'TrySendInGameICMessage' and no accessible extension method 'TrySendInGameICMessage' accepting a first argument of type 'SharedChatSystem' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L140
The name 'InGameICChatType' does not exist in the current context
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L128
'SharedChatSystem' does not contain a definition for 'TrySendInGameICMessage' and no accessible extension method 'TrySendInGameICMessage' accepting a first argument of type 'SharedChatSystem' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L128
The name 'InGameICChatType' does not exist in the current context
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L58
'DoAfterArgs' does not contain a definition for 'MultiplyDelay'
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L140
'SharedChatSystem' does not contain a definition for 'TrySendInGameICMessage' and no accessible extension method 'TrySendInGameICMessage' accepting a first argument of type 'SharedChatSystem' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L140
The name 'InGameICChatType' does not exist in the current context
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L128
'SharedChatSystem' does not contain a definition for 'TrySendInGameICMessage' and no accessible extension method 'TrySendInGameICMessage' accepting a first argument of type 'SharedChatSystem' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L128
The name 'InGameICChatType' does not exist in the current context
|
|
build:
Content.Shared/ADT/SlotMachine/SlotMachineSystem.cs#L58
'DoAfterArgs' does not contain a definition for 'MultiplyDelay'
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3.6.0, actions/setup-dotnet@v3.2.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build:
RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
|
build:
RobustToolbox/Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs#L394
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build:
RobustToolbox/Robust.Shared/Physics/Systems/FixtureSystem.cs#L206
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build:
RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs#L173
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
|
|
build:
RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L381
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
|
build:
RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L336
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1192
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1178
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L860
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
|
build:
RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|