Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected], 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
DMCompiler/Compiler/CompilerError.cs#L140
'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#L151
'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/Lexer.cs#L17
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
DMCompiler/DM/Builders/DMProcBuilder.cs#L40
'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/DM/Builders/DMProcBuilder.cs#L70
'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/DM/Builders/DMProcBuilder.cs#L95
'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/DM/Expressions/Procs.cs#L125
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessorParser.cs#L361
Unboxing a possibly null value.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessorParser.cs#L364
Unboxing a possibly null value.
|
Build:
DMCompiler/DMCompiler.cs#L54
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(List<string> files, Dictionary<string, string>? macroDefines)'.
|
Loading