Skip to content

Build & Publish Docfx #29

Build & Publish Docfx

Build & Publish Docfx #29

Triggered via schedule August 30, 2026 04:23
Status Failure
Total duration 3m 44s
Artifacts

build-docfx.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L146
The type or namespace name 'NetIncomingMessage' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L146
The type or namespace name 'NetPeer' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L110
The type or namespace name 'NetServer' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L110
The type or namespace name 'NetClient' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L1
The type or namespace name 'Lidgren' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L146
The type or namespace name 'NetIncomingMessage' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L146
The type or namespace name 'NetPeer' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L110
The type or namespace name 'NetServer' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L110
The type or namespace name 'NetClient' could not be found (are you missing a using directive or an assembly reference?)
docfx: RobustToolbox/Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs#L1
The type or namespace name 'Lidgren' could not be found (are you missing a using directive or an assembly reference?)
docfx
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, space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docfx: RobustToolbox/Robust.Shared/GameObjects/Systems/PrototypeReloadSystem.cs#L81
'MetaDataComponent.EntityPrototype.set' is obsolete: 'Use MetaDataSystem.SetEntityPrototype'
docfx: RobustToolbox/Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs#L173
'ValidatePrototypeIdAttribute<>' is obsolete: 'Use a static readonly ProtoId<T> instead'
docfx: RobustToolbox/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>()'
docfx: RobustToolbox/Robust.Shared/Random/RandomExtensions.cs#L22
'IRobustRandom.GetRandom()' is obsolete: 'Do not access the underlying implementation'
docfx: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1209
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
docfx: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1195
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
docfx: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L863
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
docfx: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
docfx: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L339
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'