Update from DMStandard #464
Annotations
1 error and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L187
Cannot convert null literal to non-nullable reference type.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/DMParser.cs#L1898
Possible null reference argument for parameter 'c' in 'DMASTTernary.DMASTTernary(Location location, DMASTExpression a, DMASTExpression b, DMASTExpression c)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/DMParser.cs#L1256
Possible null reference argument for parameter 'list' in 'DMASTExpressionIn.DMASTExpressionIn(Location location, DMASTExpression value, DMASTExpression list)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/DMParser.cs#L262
Dereference of a possibly null reference.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L40
Non-nullable field 'Name' 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#L62
Possible null reference assignment.
|
|
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/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/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.
|