Skip to content

Update from DMStandard #208

Update from DMStandard

Update from DMStandard #208

Manually triggered April 8, 2025 08:42
Status Failure
Total duration 39s
Artifacts

autodoc.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L69
'DMPreprocessor' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L84
'DMParser.File()' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L82
'DMParser' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L82
'DMParser' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L81
'DMLexer' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L81
'DMLexer' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L79
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L78
'DMPreprocessor.IncludeFile(string, string, bool, Location?)' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L71
An object reference is required for the non-static field, method, or property 'DMCompiler.Settings'
Build: tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/Program.cs#L69
'DMPreprocessor' is inaccessible due to its protection level
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L179
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L179
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L175
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.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L82
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L77
Dereference of a possibly null reference.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L66
Converting null literal or possible null value to non-nullable type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L66
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(DMCompiler compiler, List<string> files, Dictionary<string, string>? macroDefines)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L38
Non-nullable field '_codeDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.