Refactor map loading & saving #12925
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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#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/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:
Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L230
'BoundUserInterface.DeferredClose' is obsolete
|
Build:
Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L463
'BoundUserInterface.DeferredClose' is obsolete
|
Build:
Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L526
'BoundUserInterface.DeferredClose' is obsolete
|
Loading