Resolve proc override paths in var values #5038
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/Program.cs#L102
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/Lexer.cs#L16
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
DMCompiler/DM/Expressions/Procs.cs#L121
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/Expressions/LValue.cs#L168
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/Expressions/Dereference.cs#L306
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/Expressions/Dereference.cs#L308
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L110
Nullable value type may be null.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L180
Cannot convert null literal to non-nullable reference type.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L268
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build:
DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L311
Converting null literal or possible null value to non-nullable type.
|
Loading