Update from DMStandard #456
Annotations
1 error and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L104
Non-nullable field 'VarName' 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/Compiler/DM/AST/DMAST.ObjectStatements.cs#L106
Possible null reference assignment.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/DMPath.cs#L5
Non-nullable field 'VarName' 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/DM/Builders/DMASTFolder.cs#L229
Possible null reference return.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L269
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.PreprocessFile(string includeDir, string file, bool isDMStandard)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L130
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.IncludeFile(string includeDir, string file, bool isDMStandard, Location? includedFrom = null)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L127
Converting null literal or possible null value to non-nullable type.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L159
Converting null literal or possible null value to non-nullable type.
|
|
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.
|