Skip to content

Update from DMStandard #219

Update from DMStandard

Update from DMStandard #219

Manually triggered April 18, 2025 15:35
Status Success
Total duration 53s
Artifacts

autodoc.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 1.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L655
Cannot convert null literal to non-nullable reference type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L654
Cannot convert null literal to non-nullable reference type.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L571
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L539
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L519
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
Build: tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L452
Possible null reference argument for parameter 'expr' in 'IEnumerable<DMASTVarDeclExpression> FindVarDecls(DMASTExpression expr)'.
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.