Skip to content

Build & Publish DocFX #86

Build & Publish DocFX

Build & Publish DocFX #86

Triggered via schedule August 27, 2023 00:35
Status Failure
Total duration 2m 30s
Artifacts

build-docfx.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
docfx: Robust.Server/GameStates/ServerGameStateManager.cs#L287
The type or namespace name 'MapComponent' could not be found (are you missing a using directive or an assembly reference?)
docfx: Robust.Server/GameStates/ServerGameStateManager.cs#L288
The type or namespace name 'MapGridComponent' could not be found (are you missing a using directive or an assembly reference?)
docfx: Robust.Server/GameStates/ServerGameStateManager.cs#L287
The type or namespace name 'MapComponent' could not be found (are you missing a using directive or an assembly reference?)
docfx: Robust.Server/GameStates/ServerGameStateManager.cs#L288
The type or namespace name 'MapGridComponent' could not be found (are you missing a using directive or an assembly reference?)
docfx
Process completed with exit code 1.
docfx: Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: Robust.Shared/Network/HWId.cs#L36
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
docfx: Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L39
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: Robust.Shared/Physics/Dynamics/Fixture.cs#L40
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
docfx: Robust.Shared/Replays/ReplayRecordingCommands.cs#L9
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
docfx: Robust.Shared/Replays/ReplayRecordingCommands.cs#L70
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
docfx: Robust.Shared/Replays/ReplayRecordingCommands.cs#L90
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
docfx: Robust.Shared/Timing/PrecisionSleep.cs#L143
The type name 'timespec' only contains lower-cased ascii characters. Such names may become reserved for the language.
docfx: Robust.Shared/Timing/PrecisionSleep.cs#L149
The type name 'timeval' only contains lower-cased ascii characters. Such names may become reserved for the language.
docfx: Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()