Fix atom name/desc not copying on appearance set #5435
Annotations
3 errors and 11 warnings
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest):
DMCompiler/Compiler/DM/DMPath.cs#L4
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L69
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#L69
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L75
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DMCompiler.cs#L80
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 declaring the field as nullable.
|
build (ubuntu-latest):
DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L88
Possible null reference assignment.
|
build (ubuntu-latest):
DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L86
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest):
DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L56
Parameter 'valPath' is unread.
|
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)'.
|