Tracy #5384
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/DMCompiler.cs#L159
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L163
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L163
Converting null literal or possible null value to non-nullable type.
|
Build:
DMCompiler/DMCompiler.cs#L164
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build:
DMCompiler/DMCompiler.cs#L122
Converting null literal or possible null value to non-nullable type.
|
Loading