Support @(XYZ)
raw strings
#5339
Annotations
10 warnings
Build:
DMCompiler/Json/DreamMapJson.cs#L11
Non-nullable property 'Turf' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
DMCompiler/DM/DMVariable.cs#L41
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L66
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(DMCompiler compiler, List<string> files, Dictionary<string, string>? macroDefines)'.
|
Build:
DMCompiler/DMCompiler.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Build:
DMCompiler/DMCompiler.cs#L72
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L77
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
|
Build:
DMCompiler/DM/DMProc.cs#L138
Possible null reference argument for parameter 'dmObject' in 'DMProcBuilder.DMProcBuilder(DMCompiler compiler, DMObject dmObject, DMProc proc)'.
|
Build:
DMCompiler/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
|
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.
|
Build:
DMCompiler/DM/DMProc.cs#L248
Dereference of a possibly null reference.
|
Loading