Skip to content

Implement the screen_loc edge anchors #5326

Implement the screen_loc edge anchors

Implement the screen_loc edge anchors #5326

Triggered via pull request November 21, 2024 05:06
Status Success
Total duration 4m 34s
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/Program.cs#L109
Dereference of a possibly null reference.
build (ubuntu-latest): 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 (ubuntu-latest): DMCompiler/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L185
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L273
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (ubuntu-latest): DMCompiler/DM/Expressions/LValue.cs#L185
Dereference of a possibly null reference.
build (ubuntu-latest): DMCompiler/Compiler/DMPreprocessor/DMPreprocessor.cs#L316
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): 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 (ubuntu-latest): DMCompiler/DMCompiler.cs#L66
Converting null literal or possible null value to non-nullable type.