Skip to content

Move CVar registration to before config load on server #521

Move CVar registration to before config load on server

Move CVar registration to before config load on server #521

Triggered via push October 26, 2025 22:14
Status Success
Total duration 2m 39s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

90 warnings
build (Linux): Robust.Shared/Toolshed/ReflectionExtensions.cs#L233
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (Linux): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (Linux): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (Linux): Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs#L173
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
build (Linux): 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 (Linux): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1209
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Linux): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1195
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Linux): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L863
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
build (Linux): Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Linux): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (Linux): 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 (Linux): 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 (Linux): 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)
build (Linux): 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 (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L91
Field 'cef_settings_t_posix.cookieable_schemes_exclude_defaults' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L74
Field 'cef_settings_t_posix.cache_path' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L88
Field 'cef_settings_t_posix.background_color' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L75
Field 'cef_settings_t_posix.root_cache_path' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L86
Field 'cef_settings_t_posix.remote_debugging_port' is never assigned to, and will always have its default value 0
build (Linux): 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 (Linux): 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 (Linux): 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)
build (Linux): 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 (Windows): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L863
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L527
'TransformComponent.WorldRotation' is obsolete: 'Use the system method instead'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L527
'TransformComponent.WorldPosition' is obsolete: 'Use the system method instead'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L313
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L170
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L164
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L163
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L141
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L66
Field 'cef_settings_t_posix.no_sandbox' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L73
Field 'cef_settings_t_posix.command_line_args_disabled' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (Windows): 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 (Windows): 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 (Windows): 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)
build (Windows): 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 (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L80
Field 'cef_settings_t_posix.log_file' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L85
Field 'cef_settings_t_posix.locales_dir_path' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L74
Field 'cef_settings_t_posix.cache_path' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L88
Field 'cef_settings_t_posix.background_color' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L78
Field 'cef_settings_t_posix.user_agent_product' is never assigned to, and will always have its default value
build (Windows): 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 (Windows): 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 (Windows): 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)
build (Windows): 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 (MacOS): Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L1142
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
build (MacOS): Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L380
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
build (MacOS): Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L335
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (MacOS): Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs#L173
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1209
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1195
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (MacOS): 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 (MacOS): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L863
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
build (MacOS): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (MacOS): Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L82
Field 'cef_settings_t_posix.log_items' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L79
Field 'cef_settings_t_posix.locale' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L85
Field 'cef_settings_t_posix.locales_dir_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (MacOS): 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 (MacOS): 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 (MacOS): 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)
build (MacOS): 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 (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L86
Field 'cef_settings_t_posix.remote_debugging_port' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L85
Field 'cef_settings_t_posix.locales_dir_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L88
Field 'cef_settings_t_posix.background_color' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L67
Field 'cef_settings_t_posix.browser_subprocess_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L69
Field 'cef_settings_t_posix.main_bundle_path' is never assigned to, and will always have its default value
build (MacOS): 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 (MacOS): 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 (MacOS): 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)
build (MacOS): 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)