Deal with passing Broken Tests #5332
Annotations
10 warnings
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/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
|
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.
|
build (ubuntu-latest):
DMCompiler/Compiler/DMM/DMMParser.cs#L82
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.
|
build (ubuntu-latest):
DMCompiler/DM/DMCodeTree.Vars.cs#L226
Cannot convert null literal to non-nullable reference type.
|
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/DM/AST/DMAST.ObjectStatements.cs#L44
Possible null reference assignment.
|