Fix UserInterfaceSystem debug assert #12823
Annotations
10 warnings
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
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
build
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
build
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
build
'BoundUserInterface.DeferredClose' is obsolete
|
build
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
build
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|