adds unsupported procs/vars #155
test.yml
on: pull_request
Test Build
17s
Test Documentation Tool
36s
Annotations
10 warnings
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMM/DMMParser.cs#L76
Cannot convert null literal to non-nullable reference type.
|
|
Test Documentation Tool:
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)'.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L276
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L187
Cannot convert null literal to non-nullable reference type.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L269
Possible null reference argument for parameter 'includeDir' in 'void DMPreprocessor.PreprocessFile(string includeDir, string file, bool isDMStandard)'.
|
|
Test Documentation Tool:
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)'.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L127
Converting null literal or possible null value to non-nullable type.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L160
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Test Documentation Tool:
tools/OpenDreamDocumentationTool/OpenDream/DMCompiler/DMCompiler.cs#L159
Converting null literal or possible null value to non-nullable type.
|
|
Test Documentation Tool:
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.
|