Skip to content

Refactor map loading & saving #12907

Refactor map loading & saving

Refactor map loading & saving #12907

Triggered via pull request December 25, 2024 03:25
Status Failure
Total duration 2m 34s
Artifacts

test-content.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
The type or namespace name 'BeforeSaveEvent' could not be found (are you missing a using directive or an assembly reference?)
build
The type or namespace name 'BeforeSaveEvent' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'IMapManager.IsMap(EntityUid)' is obsolete: 'Use HasComp'
build
'IMapManager.IsGrid(EntityUid)' is obsolete: 'Use HasComp'
build
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
build
'IMapManager.GetMapEntityIdOrThrow(MapId)' is obsolete: 'Use MapSystem'
build
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
build
'IMapManager.DeleteMap(MapId)' is obsolete: 'Use MapSystem'