Skip to content

Update from DMStandard #216

Update from DMStandard

Update from DMStandard #216

Triggered via schedule April 16, 2025 00:43
Status Failure
Total duration 42s
Artifacts

autodoc.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L84
'DMLexer' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L82
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L81
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L74
'DMPreprocessor' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L87
'DMParser.File()' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L85
'DMParser' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L84
'DMLexer' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L82
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L81
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L74
'DMPreprocessor' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L77
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L316
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L273
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L185
Cannot convert null literal to non-nullable reference type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/LValue.cs#L199
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/Lexer.cs#L29
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.