Skip to content

Refactor map loading & saving #12947

Refactor map loading & saving

Refactor map loading & saving #12947

Triggered via pull request December 27, 2024 11:00
Status Success
Total duration 4m 50s
Artifacts

build-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L55
'IMapManager.IsMap(EntityUid)' is obsolete: 'Use HasComp'
build (ubuntu-latest): Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L56
'IMapManager.IsGrid(EntityUid)' is obsolete: 'Use HasComp'
build (ubuntu-latest): Robust.Shared/Console/Commands/TeleportCommands.cs#L49
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
build (ubuntu-latest): Robust.Shared/Console/Commands/TeleportCommands.cs#L63
'IMapManager.GetMapEntityIdOrThrow(MapId)' is obsolete: 'Use MapSystem'
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L55
'IMapManager.IsMap(EntityUid)' is obsolete: 'Use HasComp'
build (windows-latest): Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L56
'IMapManager.IsGrid(EntityUid)' is obsolete: 'Use HasComp'
build (windows-latest): Robust.Shared/Console/Commands/TeleportCommands.cs#L49
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
build (windows-latest): Robust.Shared/Console/Commands/TeleportCommands.cs#L63
'IMapManager.GetMapEntityIdOrThrow(MapId)' is obsolete: 'Use MapSystem'
build (windows-latest): Robust.Shared/Console/Commands/MapCommands.cs#L55
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
build (windows-latest): Robust.Shared/Console/Commands/MapCommands.cs#L61
'IMapManager.DeleteMap(MapId)' is obsolete: 'Use MapSystem'