Update from DMStandard #440
Annotations
1 error and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L76
Cannot convert null literal to non-nullable reference type.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L76
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMExpressionBuilder.cs#L433
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L276
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L187
Cannot convert null literal to non-nullable reference type.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L377
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L345
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L325
Possible null reference argument for parameter 'identifier' in 'DMASTIdentifier.DMASTIdentifier(Location location, string identifier)'.
|
|
Build:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DM/Builders/DMProcBuilder.cs#L258
Possible null reference argument for parameter 'expr' in 'IEnumerable<DMASTVarDeclExpression> FindVarDecls(DMASTExpression expr)'.
|
|
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.
|