Improve Security gameplay and roundflow #88062
Annotations
10 warnings
Build Project:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1192
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
Build Project:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1178
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
Build Project:
RobustToolbox/Robust.Shared/GameObjects/Systems/PrototypeReloadSystem.cs#L81
'MetaDataComponent.EntityPrototype.set' is obsolete: 'Use MetaDataSystem.SetEntityPrototype'
|
Build Project:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L860
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
Build Project:
RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Build Project:
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Build Project:
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 Project:
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 Project:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L26
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build Project:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L23
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Loading