Fix Frontier files into frontier namespace #15826
Annotations
10 errors and 21 warnings
Package server:
Content.Server/Access/Systems/IdCardConsoleSystem.cs#L14
The type or namespace name 'Shipyard' does not exist in the namespace 'Content.Server' (are you missing an assembly reference?)
|
Package server:
Content.Server/Access/Systems/IdCardConsoleSystem.cs#L15
The type or namespace name 'Shipyard' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
|
Package server:
Content.Server/Access/Systems/IdCardConsoleSystem.cs#L17
The type or namespace name 'Shipyard' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
|
Package server:
Content.Server/GameTicking/GameTicker.Spawning.cs#L23
The type or namespace name 'Corvax' does not exist in the namespace 'Content.Server' (are you missing an assembly reference?)
|
Package server:
Content.Server/PDA/PdaSystem.cs#L27
The type or namespace name 'Shipyard' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
|
Package server:
Content.Server/PDA/PdaSystem.cs#L28
The type or namespace name 'Shipyard' does not exist in the namespace 'Content.Server' (are you missing an assembly reference?)
|
Package server:
Content.Server/_Corvax/Respawn/RespawnSystem.cs#L12
The type or namespace name 'CryoSleep' does not exist in the namespace 'Content.Server' (are you missing an assembly reference?)
|
Package server:
Content.Server/_NF/Commands/GhostRespawnCommand.cs#L1
The type or namespace name 'Corvax' does not exist in the namespace 'Content.Server' (are you missing an assembly reference?)
|
Package server:
Content.Server/_NF/CryoSleep/CryoSleepEui.cs#L2
The type or namespace name 'CryoSleep' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
|
Package server:
Content.Server/_NF/CryoSleep/CryoSleepSystem.cs#L11
The type or namespace name 'CryoSleep' does not exist in the namespace 'Content.Shared._NF' (are you missing an assembly reference?)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Packaging:
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 Packaging:
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 Packaging:
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 Packaging:
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 Packaging:
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Build Packaging:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Build Packaging:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Build Packaging:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Build Packaging:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L230
'BoundUserInterface.DeferredClose' is obsolete
|
Build Packaging:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L463
'BoundUserInterface.DeferredClose' is obsolete
|
Package server:
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)
|
Package server:
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)
|
Package server:
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)
|
Package server:
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)
|
Package server:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Package server:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Package server:
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Package server:
RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Package server:
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Package server:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L230
'BoundUserInterface.DeferredClose' is obsolete
|
Loading