add /world.Tick() to unimplmented #5616
Annotations
10 warnings
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L38
Non-nullable field '_codeDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (ubuntu-latest):
DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L70
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(DMCompiler compiler, List<string> files, Dictionary<string, string>? macroDefines)'.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L76
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L81
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
|
build (ubuntu-latest):
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 (ubuntu-latest):
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 (ubuntu-latest):
DMCompiler/Compiler/DMM/DMMParser.cs#L77
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
|
build (ubuntu-latest):
DMCompiler/Compiler/DMM/DMMParser.cs#L77
Cannot convert null literal to non-nullable reference type.
|