Skip to content

Adds check for local variable in scope operator check #5716

Adds check for local variable in scope operator check

Adds check for local variable in scope operator check #5716

Triggered via pull request February 23, 2025 20:10
Status Success
Total duration 3m 45s
Artifacts

build-test.yml

on: pull_request
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L38
Non-nullable field '_codeDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L70
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(DMCompiler compiler, List<string> files, Dictionary<string, string>? macroDefines)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L70
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L76
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L81
Possible null reference argument for parameter 'interfaceFile' in 'string DMCompiler.SaveJson(List<DreamMapJson> maps, string interfaceFile, string outputFile)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L174
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L178
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L178
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L179
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (ubuntu-latest): DMCompiler/DMCompiler.cs#L131
Converting null literal or possible null value to non-nullable type.