Support @(XYZ)
raw strings
#5336
Annotations
1 error and 10 warnings
Content.Tests
Process completed with exit code 1.
|
Build:
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:
DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L114
Nullable value type may be null.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L185
Cannot convert null literal to non-nullable reference type.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L273
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L316
Converting null literal or possible null value to non-nullable type.
|
Build:
DMCompiler/Compiler/DMM/DMMParser.cs#L77
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
|
Build:
DMCompiler/Compiler/DMM/DMMParser.cs#L77
Cannot convert null literal to non-nullable reference type.
|
Build:
DMCompiler/Compiler/DMM/DMMParser.cs#L82
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.
|
Build:
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.
|
Loading