Refactor map loading & saving #12925
Annotations
10 warnings
Build:
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:
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:
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:
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:
Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L55
'IMapManager.IsMap(EntityUid)' is obsolete: 'Use HasComp'
|
Build:
Robust.Shared/ComponentTrees/RecursiveMoveSystem.cs#L56
'IMapManager.IsGrid(EntityUid)' is obsolete: 'Use HasComp'
|
Build:
Robust.Shared/Console/Commands/TeleportCommands.cs#L49
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
|
Build:
Robust.Shared/Console/Commands/TeleportCommands.cs#L63
'IMapManager.GetMapEntityIdOrThrow(MapId)' is obsolete: 'Use MapSystem'
|
Build:
Robust.Shared/Console/Commands/MapCommands.cs#L55
'IMapManager.MapExists(MapId?)' is obsolete: 'Use MapSystem'
|
Build:
Robust.Shared/Console/Commands/MapCommands.cs#L61
'IMapManager.DeleteMap(MapId)' is obsolete: 'Use MapSystem'
|
Loading