Skip to content

Cache texture UVs (#6894) #10

Cache texture UVs (#6894)

Cache texture UVs (#6894) #10

Triggered via push August 2, 2026 12:40
Status Success
Total duration 3m 18s
Artifacts 8
Matrix: build
Matrix: publish-check
Fit to window
Zoom out
Zoom in

Annotations

181 warnings
Publish check (win-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (win-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L233
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (win-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (win-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (win-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L186
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (win-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L176
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (win-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L175
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (win-x64): 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>()'
Publish check (win-x64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (win-x64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (win-x64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (linux-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (linux-arm64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (linux-arm64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (linux-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
Publish check (linux-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
Publish check (linux-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (linux-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (linux-arm64): 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>()'
Publish check (linux-arm64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (linux-arm64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (linux-arm64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (freebsd-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (freebsd-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (freebsd-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (freebsd-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (freebsd-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (freebsd-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L186
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L176
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-x64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L175
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-x64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (freebsd-x64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (freebsd-x64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (freebsd-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (freebsd-arm64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L186
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-arm64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L176
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-arm64): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L175
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
Publish check (freebsd-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
Publish check (freebsd-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
Publish check (freebsd-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (freebsd-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (freebsd-arm64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (freebsd-arm64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (freebsd-arm64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (osx-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (osx-x64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (osx-x64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
Publish check (osx-x64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
Publish check (osx-x64): Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs#L184
'DataFieldDefinition' is obsolete: 'Only used in serialization source generators'
Publish check (osx-x64): 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>()'
Publish check (osx-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (osx-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (osx-x64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (osx-x64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (osx-x64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (osx-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (osx-arm64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L233
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (osx-arm64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (osx-arm64): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
Publish check (osx-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (osx-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (osx-arm64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (osx-arm64): Robust.Shared/Prototypes/EntityPrototype.cs#L315
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (osx-arm64): 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>()'
Publish check (osx-arm64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (osx-arm64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (linux-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (linux-x64): Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs#L184
'DataFieldDefinition' is obsolete: 'Only used in serialization source generators'
Publish check (linux-x64): Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (linux-x64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
Publish check (linux-x64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
Publish check (linux-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (linux-x64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (linux-x64): 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>()'
Publish check (linux-x64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (linux-x64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (linux-x64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
Publish check (win-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Publish check (win-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
Publish check (win-arm64): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
Publish check (win-arm64): Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs#L184
'DataFieldDefinition' is obsolete: 'Only used in serialization source generators'
Publish check (win-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (win-arm64): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
Publish check (win-arm64): Robust.Shared/Prototypes/EntityPrototype.cs#L315
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (win-arm64): 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>()'
Publish check (win-arm64): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
Publish check (win-arm64): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
Publish check (win-arm64): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
build (MacOS)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (MacOS): Robust.Shared/Toolshed/ReflectionExtensions.cs#L233
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (MacOS): Robust.Shared/Toolshed/ReflectionExtensions.cs#L230
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (MacOS): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (MacOS): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'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/ComponentTrees/ComponentTreeSystem.cs#L355
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (MacOS): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L87
Field 'cef_settings_t_posix.uncaught_exception_stack_size' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L70
Field 'cef_settings_t_posix.multi_threaded_message_loop' is never assigned to, and will always have its default value 0
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#L80
Field 'cef_settings_t_posix.log_file' is never assigned to, and will always have its default value
build (MacOS): 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 (MacOS): 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 (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): 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): 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#L76
Field 'cef_settings_t_posix.persist_session_cookies' is never assigned to, and will always have its default value 0
build (MacOS): 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 (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#L83
Field 'cef_settings_t_posix.javascript_flags' is never assigned to, and will always have its default value
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#L93
Field 'cef_settings_t_posix.chrome_app_icon_id' is never assigned to, and will always have its default value 0
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#L74
Field 'cef_settings_t_posix.cache_path' is never assigned to, and will always have its default value
build (MacOS): 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 (Linux)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (Linux): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (Linux): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L186
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Linux): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L176
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Linux): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L175
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Linux): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
build (Linux): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
build (Linux): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Linux): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Linux): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Linux): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'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#L76
Field 'cef_settings_t_posix.persist_session_cookies' is never assigned to, and will always have its default value 0
build (Linux): 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 (Linux): 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 (Linux): 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 (Linux): 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 (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#L68
Field 'cef_settings_t_posix.framework_dir_path' 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): 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 (Linux): 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 (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L90
Field 'cef_settings_t_posix.cookieable_schemes_list' 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#L72
Field 'cef_settings_t_posix.windowless_rendering_enabled' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L68
Field 'cef_settings_t_posix.framework_dir_path' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L87
Field 'cef_settings_t_posix.uncaught_exception_stack_size' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L84
Field 'cef_settings_t_posix.resources_dir_path' is never assigned to, and will always have its default value
build (Linux): 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 (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 (Windows)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (Windows): Robust.Shared/Toolshed/ReflectionExtensions.cs#L229
'Logger.Debug(string)' is obsolete: 'Use ISawmill.Debug'
build (Windows): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L186
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Windows): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L176
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Windows): Robust.Shared/Toolshed/Syntax/ParserContext.cs#L175
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
build (Windows): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
build (Windows): Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L61
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
build (Windows): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Windows): Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
build (Windows): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L355
'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#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
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#L92
Field 'cef_settings_t_posix.chrome_policy_id' 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#L81
Field 'cef_settings_t_posix.log_severity' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L93
Field 'cef_settings_t_posix.chrome_app_icon_id' is never assigned to, and will always have its default value 0
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): Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
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#L91
Field 'cef_settings_t_posix.cookieable_schemes_exclude_defaults' is never assigned to, and will always have its default value 0
build (Windows): 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 (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#L82
Field 'cef_settings_t_posix.log_items' is never assigned to, and will always have its default value
build (Windows): 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 (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L76
Field 'cef_settings_t_posix.persist_session_cookies' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L92
Field 'cef_settings_t_posix.chrome_policy_id' 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#L68
Field 'cef_settings_t_posix.framework_dir_path' is never assigned to, and will always have its default value

Artifacts

Produced during runtime
Name Size Digest
publish-freebsd-arm64-log Expired
6.2 KB
sha256:c4f6a78cd3949662fb7b8c22ef8664e1a6c53255155766e2ec0bd26b6a3e1863
publish-freebsd-x64-log Expired
6.18 KB
sha256:3fe075a0b21e49608d25d44af4b1003cd420ea74a933c7e83c0e53634a466a11
publish-linux-arm64-log Expired
6.21 KB
sha256:c3c4c5185fe5abd1740d9ef5ca524b2fa9cb9862237d45dd16be0135d3bb2bc7
publish-linux-x64-log Expired
6.22 KB
sha256:d3e4c71794aea4970b3d8a06ecaed007d0d4d251aa1fc7094472d7a5d23109ed
publish-osx-arm64-log Expired
6.35 KB
sha256:ce39f910bf6bca1d0dc7542e36106c5f8c0b52217f21fde34c0d3aed97a631fb
publish-osx-x64-log Expired
6.34 KB
sha256:6faebda82984f8ac736cbc1dd574aa91071dffd2f4ef7650efe0f6a5dbdc2ec2
publish-win-arm64-log Expired
6.33 KB
sha256:c83b92a03ee00255d21a59ebc897c15dcf702d29fa57b1070a43d473ba22ed2d
publish-win-x64-log Expired
6.34 KB
sha256:ca326ffa8d816e734d05d9fd80cb653a139848d14cd6017db2c8bcd328513e92