Adds error message to missing file arg #5208
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
DMCompiler/Compiler/CompilerError.cs#L139
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
|
Build:
DMCompiler/Compiler/CompilerError.cs#L150
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
|
Build:
DMCompiler/DMCompiler.cs#L54
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(List<string> files, Dictionary<string, string>? macroDefines)'.
|
Build:
DMCompiler/DMCompiler.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Build:
DMCompiler/DMCompiler.cs#L60
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L65
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
|
Build:
DMCompiler/DMCompiler.cs#L141
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L145
Dereference of a possibly null reference.
|
Build:
DMCompiler/DMCompiler.cs#L145
Converting null literal or possible null value to non-nullable type.
|
Build:
DMCompiler/DMCompiler.cs#L146
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Loading